|
virtual void | marshal (DataStream &dataStream) const |
|
virtual void | unmarshal (DataStream &dataStream) |
|
EntityID & | getEntityID () |
|
const EntityID & | getEntityID () const |
|
void | setEntityID (const EntityID &pX) |
|
unsigned short | getCommunicationsDeviceID () const |
|
void | setCommunicationsDeviceID (unsigned short pX) |
|
unsigned short | getEncodingScheme () const |
|
void | setEncodingScheme (unsigned short pX) |
|
unsigned short | getTdlType () const |
|
void | setTdlType (unsigned short pX) |
|
unsigned int | getSampleRate () const |
|
void | setSampleRate (unsigned int pX) |
|
unsigned short | getDataLength () const |
|
unsigned short | getSamples () const |
|
void | setSamples (unsigned short pX) |
|
std::vector< uint8_t > & | getData () |
|
const std::vector< uint8_t > & | getData () const |
|
void | setData (const std::vector< uint8_t > &pX) |
|
virtual int | getMarshalledSize () const |
|
bool | operator== (const IntercomSignalPdu &rhs) const |
|
virtual void | marshal (DataStream &dataStream) const |
|
virtual void | unmarshal (DataStream &dataStream) |
|
EntityID & | getEntityID () |
|
const EntityID & | getEntityID () const |
|
void | setEntityID (const EntityID &pX) |
|
unsigned short | getCommunicationsDeviceID () const |
|
void | setCommunicationsDeviceID (unsigned short pX) |
|
unsigned short | getEncodingScheme () const |
|
void | setEncodingScheme (unsigned short pX) |
|
unsigned short | getTdlType () const |
|
void | setTdlType (unsigned short pX) |
|
unsigned int | getSampleRate () const |
|
void | setSampleRate (unsigned int pX) |
|
unsigned short | getDataLength () const |
|
unsigned short | getSamples () const |
|
void | setSamples (unsigned short pX) |
|
std::vector< uint8_t > & | getData () |
|
const std::vector< uint8_t > & | getData () const |
|
void | setData (const std::vector< uint8_t > &pX) |
|
virtual int | getMarshalledSize () const |
|
bool | operator== (const IntercomSignalPdu &rhs) const |
|
EntityID & | getEntityId () |
|
const EntityID & | getEntityId () const |
|
void | setEntityId (const EntityID &pX) |
|
unsigned short | getRadioId () const |
|
void | setRadioId (unsigned short pX) |
|
bool | operator== (const RadioCommunicationsFamilyPdu &rhs) const |
|
EntityID & | getEntityId () |
|
const EntityID & | getEntityId () const |
|
void | setEntityId (const EntityID &pX) |
|
unsigned short | getRadioId () const |
|
void | setRadioId (unsigned short pX) |
|
bool | operator== (const RadioCommunicationsFamilyPdu &rhs) const |
|
unsigned char | getProtocolVersion () const |
|
void | setProtocolVersion (unsigned char pX) |
|
unsigned char | getExerciseID () const |
|
void | setExerciseID (unsigned char pX) |
|
unsigned char | getPduType () const |
|
void | setPduType (unsigned char pX) |
|
unsigned char | getProtocolFamily () const |
|
void | setProtocolFamily (unsigned char pX) |
|
unsigned int | getTimestamp () const |
|
void | setTimestamp (unsigned int pX) |
|
unsigned short | getLength () const |
|
void | setLength (unsigned short pX) |
|
short | getPadding () const |
|
void | setPadding (short pX) |
|
bool | operator== (const Pdu &rhs) const |
|
unsigned char | getPduStatus () const |
|
void | setPduStatus (unsigned char pX) |
|
unsigned char | getPadding () const |
|
void | setPadding (unsigned char pX) |
|
bool | operator== (const Pdu &rhs) const |
|
unsigned char | getProtocolVersion () const |
|
void | setProtocolVersion (unsigned char pX) |
|
unsigned char | getExerciseID () const |
|
void | setExerciseID (unsigned char pX) |
|
unsigned char | getPduType () const |
|
void | setPduType (unsigned char pX) |
|
unsigned char | getProtocolFamily () const |
|
void | setProtocolFamily (unsigned char pX) |
|
unsigned int | getTimestamp () const |
|
void | setTimestamp (unsigned int pX) |
|
unsigned short | getLength () const |
|
void | setLength (unsigned short pX) |
|
bool | operator== (const PduSuperclass &rhs) const |
|
|
EntityID | _entityID |
| entity ID
|
|
unsigned short | _communicationsDeviceID |
| ID of communications device.
|
|
unsigned short | _encodingScheme |
| encoding scheme
|
|
unsigned short | _tdlType |
| tactical data link type
|
|
unsigned int | _sampleRate |
| sample rate
|
|
unsigned short | _dataLength |
| data length
|
|
unsigned short | _samples |
| samples
|
|
std::vector< uint8_t > | _data |
| data bytes
|
|
EntityID | _entityId |
| ID of the entitythat is the source of the communication.
|
|
unsigned short | _radioId |
| particular radio within an entity
|
|
unsigned char | _protocolVersion |
| The version of the protocol. More...
|
|
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
|
|
unsigned char | _pduStatus |
| PDU Status Record. More...
|
|
unsigned char | _padding |
| zero-filled array of padding
|
|
unsigned char | _protocolVersion |
| The version of the protocol. More...
|
|
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.
|
|