ARPDAS_QNX6 1.0
Public Attributes
tm_data_t1_t Struct Reference

#include <tm.h>

List of all members.

Public Attributes

tm_hdrw_t n_rows
unsigned char data [2]

Detailed Description

tm_data_t1_t applies when tmtype is TMTYPE_DATA_T1 This structure type can be used when entire minor frames are being transmitted. This is true iff nrows is a multiple of nrowminf and the first row transmitted is the first row (row 0) of the minor frame. MFCtr and Synch can be extracted from the data that follows. data consists of n_rows * nbrow bytes.

TMbfr will only output TMTYPE_DATA_T1 records when nrowminf == 1.

TM data begins at offset 6 of the complete message.

Definition at line 113 of file tm.h.


Member Data Documentation

unsigned char tm_data_t1_t::data[2]

Definition at line 115 of file tm.h.

Definition at line 114 of file tm.h.

Referenced by data_client::process_message().


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines