summaryrefslogtreecommitdiffstats
path: root/test/ipedec.c
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2012-07-24 23:10:01 +0200
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2012-07-24 23:10:01 +0200
commit47501b582b51396cac7dc15a646e017f4e91e822 (patch)
tree6b9313081074320dc26bef16352151f3b64e5c2c /test/ipedec.c
parent59bc0f747a042e971a3de1224d223d944962cde2 (diff)
downloadlibufodecode-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 'test/ipedec.c')
-rw-r--r--test/ipedec.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ipedec.c b/test/ipedec.c
index 56236ce..c9eceb3 100644
--- a/test/ipedec.c
+++ b/test/ipedec.c
@@ -51,6 +51,8 @@ print_meta_data (UfoDecoderMeta *meta)
{
printf(" frame_number = %i\n", meta->frame_number);
printf(" time_stamp = %i\n", meta->time_stamp);
+ printf(" output_mode = %i\n", meta->output_mode);
+ printf(" adc_resolution = %i\n", meta->adc_resolution);
printf(" n_rows = %i\n", meta->n_rows);
printf(" n_skipped_rows = %i\n", meta->n_skipped_rows);