ARPDAS_QNX6 1.0
Public Attributes
tm_data_t4_t Struct Reference

#include <tm.h>

List of all members.

Public Attributes

tm_hdrw_t n_rows
mfc_t mfctr
tmcks_t cksum
unsigned char data [2]

Detailed Description

tm_data_t4_t applies when tmtype is TMTYPE_DATA_T4 This structure type can be used under the same conditions as tm_data_t3_t. The difference is the inclusion of a cksum dword which can be used to verify the data. The algorithm for calculating the cksum has yet to be defined.

TM data begins at offset 12 of the complete message buffer.

For the time being, we will reserve this type for actual disk storage. TMbfr may support it on input, but will disregard the cksum value. lgr/rdr will be tasked with calculating and checking the values respectively.

Definition at line 171 of file tm.h.


Member Data Documentation

Definition at line 174 of file tm.h.

unsigned char tm_data_t4_t::data[2]

Definition at line 175 of file tm.h.

Definition at line 173 of file tm.h.

Definition at line 172 of file tm.h.


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