|
unsigned char | protocolVersion |
| The version of the protocol.
|
|
unsigned char | exerciseID |
| Exercise ID.
|
|
unsigned char | pduType |
| Type of pdu, unique for each PDU class.
|
|
unsigned char | protocolFamily |
| value that refers to the protocol family, eg SimulationManagement, et
|
|
unsigned int | timestamp |
| Timestamp value.
|
|
unsigned short | length |
| Length, in bytes, of the PDU.
|
|
short | padding |
| zero-filled array of padding
|
|
Definition at line 597 of file DIS.h.
◆ exerciseID
unsigned char Pdu::exerciseID |
Exercise ID.
Definition at line 601 of file DIS.h.
◆ length
unsigned short Pdu::length |
Length, in bytes, of the PDU.
Definition at line 609 of file DIS.h.
◆ padding
zero-filled array of padding
Definition at line 611 of file DIS.h.
◆ pduType
unsigned char Pdu::pduType |
Type of pdu, unique for each PDU class.
Definition at line 603 of file DIS.h.
◆ protocolFamily
unsigned char Pdu::protocolFamily |
value that refers to the protocol family, eg SimulationManagement, et
Definition at line 605 of file DIS.h.
◆ protocolVersion
unsigned char Pdu::protocolVersion |
The version of the protocol.
5=DIS-1995, 6=DIS-1998.
Definition at line 599 of file DIS.h.
◆ timestamp
unsigned int Pdu::timestamp |
Timestamp value.
Definition at line 607 of file DIS.h.
The documentation for this struct was generated from the following file: