diff options
author | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2012-07-24 23:10:01 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2012-07-24 23:10:01 +0200 |
commit | 47501b582b51396cac7dc15a646e017f4e91e822 (patch) | |
tree | 6b9313081074320dc26bef16352151f3b64e5c2c /src/ufodecode.h | |
parent | 59bc0f747a042e971a3de1224d223d944962cde2 (diff) | |
download | libufodecode-47501b582b51396cac7dc15a646e017f4e91e822.tar.gz libufodecode-47501b582b51396cac7dc15a646e017f4e91e822.tar.bz2 libufodecode-47501b582b51396cac7dc15a646e017f4e91e822.tar.xz libufodecode-47501b582b51396cac7dc15a646e017f4e91e822.zip |
Read output_mode and adc_resolution from frame header
Diffstat (limited to 'src/ufodecode.h')
-rw-r--r-- | src/ufodecode.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ufodecode.h b/src/ufodecode.h index 7c2f098..228bec3 100644 --- a/src/ufodecode.h +++ b/src/ufodecode.h @@ -45,6 +45,9 @@ typedef struct { uint32_t n_rows; uint8_t n_skipped_rows; uint16_t cmosis_start_address; + uint8_t output_mode; + uint8_t adc_resolution; + union { uint32_t bits; UfoDecoderStatus1 desc; |