/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to ipecamera/ipecamera.h

  • Committer: Suren A. Chilingaryan
  • Date: 2011-12-08 02:47:23 UTC
  • Revision ID: csa@dside.dyndns.org-20111208024723-ym9uf3uoll6ym2a9
new event architecture, first trial

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
} ipecamera_image_dimensions_t;
11
11
 
12
12
typedef enum {
13
 
    IPECAMERA_IMAGE_DATA = 0,
 
13
    IPECAMERA_RAW_DATA = 0,
 
14
    IPECAMERA_IMAGE_DATA = 1,
14
15
    IPECAMERA_DIMENSIONS = 0x8000,
15
16
    IPECAMERA_IMAGE_REGION = 0x8010,
16
17
    IPECAMERA_PACKED_IMAGE = 0x8020,