summaryrefslogtreecommitdiffstats
path: root/src/ufodecode.h
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2012-07-26 08:57:19 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2012-07-26 08:57:19 +0200
commitc56bd3f504f53848b1bf78c3ef5b57e1379a29f1 (patch)
treeb65ddbce64e3bb2592fb2e089af03ce571eb4f7b /src/ufodecode.h
parent59bc0f747a042e971a3de1224d223d944962cde2 (diff)
parent4fd9c6b9288ef71fabfba496997db2113be641d1 (diff)
downloadufodecode-c56bd3f504f53848b1bf78c3ef5b57e1379a29f1.tar.gz
ufodecode-c56bd3f504f53848b1bf78c3ef5b57e1379a29f1.tar.bz2
ufodecode-c56bd3f504f53848b1bf78c3ef5b57e1379a29f1.tar.xz
ufodecode-c56bd3f504f53848b1bf78c3ef5b57e1379a29f1.zip
Merge recent additions
Diffstat (limited to 'src/ufodecode.h')
-rw-r--r--src/ufodecode.h3
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;