/alps/ipecamera

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/ipecamera

« back to all changes in this revision

Viewing changes to ipecamera/ipecamera.h

  • Committer: Suren A. Chilingaryan
  • Date: 2012-07-24 21:37:22 UTC
  • Revision ID: csa@dside.dyndns.org-20120724213722-kd6zdkzbyoavd30y
Pass through the ipecamera metadata

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#ifndef _IPECAMERA_H
2
2
#define _IPECAMERA_H
3
3
 
 
4
#include <ufodecode.h>
 
5
 
4
6
typedef struct ipecamera_s ipecamera_t;
5
7
 
6
8
typedef  struct {
25
27
 
26
28
typedef struct {
27
29
    pcilib_event_info_t info;
 
30
    UfoDecoderMeta meta;        /**< Frame metadata declared in ufodecode.h */
28
31
    int image_ready;            /**< Indicates if image data is parsed */
29
32
    int image_broken;           /**< Unlike the info.flags this is bound to the reconstructed image (i.e. is not updated on rawdata overwrite) */
30
33
    size_t raw_size;            /**< Indicates the actual size of raw data */