/alps/ufodecode

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

« back to all changes in this revision

Viewing changes to src/ufodecode.h

  • Committer: Suren A. Chilingaryan
  • Date: 2012-07-24 21:10:01 UTC
  • Revision ID: csa@dside.dyndns.org-20120724211001-eohks1t591h88k3b
Read output_mode and adc_resolution from frame header

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
    uint32_t        n_rows;
46
46
    uint8_t         n_skipped_rows;
47
47
    uint16_t        cmosis_start_address;
 
48
    uint8_t         output_mode;
 
49
    uint8_t         adc_resolution;
 
50
 
48
51
    union {
49
52
        uint32_t            bits;
50
53
        UfoDecoderStatus1   desc;