ARPDAS_QNX6 1.0
Public Attributes
tm_data_t2_t Struct Reference

#include <tm.h>

List of all members.

Public Attributes

tm_hdrw_t n_rows
mfc_t mfctr
mfc_t rownum
unsigned char data [2]

Detailed Description

tm_data_t2_t applies when tmtype is TMTYPE_DATA_T2 This structure type can be used to transmit rows even when the whole minor frame is not present since the mfctr and rownum of the first row are included in the header. Subsequent rows are guaranteed to be consecutive. data consists of n_rows * nbrow bytes.

For practical implementation reasons, TMTYPE_DATA_T2 will be legal only when nrowminf > 1.

TM data begins at offset 10 of the complete message.

Definition at line 131 of file tm.h.


Member Data Documentation

unsigned char tm_data_t2_t::data[2]

Definition at line 135 of file tm.h.

Definition at line 133 of file tm.h.

Definition at line 132 of file tm.h.

Definition at line 134 of file tm.h.


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