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 --- test/ipedec.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') 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); -- cgit v1.2.3