ARPDAS_QNX6 1.0
Public Attributes
tm_hdrs Union Reference

#include <tm.h>

Collaboration diagram for tm_hdrs:

List of all members.

Public Attributes

char raw [1]
struct {
   tm_hdr_t   hdr
   union {
      tstamp_t   ts
      struct {
         tm_hdrw_t   n_rows
         tm_hdrw_t   mfctr
         tm_hdrw_t   rownum
      }   dhdr
   }   u
s

Detailed Description

tm_hdrs_t is a combination of all the header types, defining the minimum size struct we need to read in to understand the rest of the message. The message layout is best understood in the tm_msg_t structure, but in actual practice, I will use tm_hdrs_t, then access the data directly.

Definition at line 202 of file tm.h.


Member Data Documentation

struct { ... } tm_hdrs::dhdr

Definition at line 205 of file tm.h.

Referenced by data_generator::transmit_data().

Definition at line 210 of file tm.h.

Definition at line 209 of file tm.h.

char tm_hdrs::raw[1]

Definition at line 203 of file tm.h.

Definition at line 211 of file tm.h.

struct { ... } tm_hdrs::s

Definition at line 207 of file tm.h.

union { ... } tm_hdrs::u

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