/alps/ufodecode

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/ufodecode

« back to all changes in this revision

Viewing changes to test/ipedec.c

  • Committer: Suren A. Chilingaryan
  • Date: 2012-07-24 21:10:01 UTC
  • Revision ID: csa@dside.dyndns.org-20120724211001-eohks1t591h88k3b
Read output_mode and adc_resolution from frame header

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
{
52
52
    printf("  frame_number    = %i\n", meta->frame_number);
53
53
    printf("  time_stamp      = %i\n", meta->time_stamp);
 
54
    printf("  output_mode     = %i\n", meta->output_mode);
 
55
    printf("  adc_resolution  = %i\n", meta->adc_resolution);
54
56
    printf("  n_rows          = %i\n", meta->n_rows);
55
57
    printf("  n_skipped_rows  = %i\n", meta->n_skipped_rows);
56
58