From 47501b582b51396cac7dc15a646e017f4e91e822 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Tue, 24 Jul 2012 23:10:01 +0200 Subject: Read output_mode and adc_resolution from frame header --- src/ufodecode.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/ufodecode.h') 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; -- cgit v1.2.3