![]() |
MAK Data Logger API Documentation for HLA
|
Instances of DtLgcyLgrTimeoutPdu are to tell a remote logger how long to generate interim packets for an entity before assuming no more packets in file. More...
Inheritance diagram for DtLgcyLgrTimeoutPdu:
Collaboration diagram for DtLgcyLgrTimeoutPdu:Public Member Functions | |
| DtLgcyLgrTimeoutPdu (DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| (default) constructor More... | |
| DtLgcyLgrTimeoutPdu (const DtNetLgcyLgrControlPdu *initial, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| constructor (construct from network representation) More... | |
| DtLgcyLgrTimeoutPdu (DtGlobalObjectDesignator &sender, DtGlobalObjectDesignator &receiver, DtReal val, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| constructor (construct and prepare for send) More... | |
| virtual | ~DtLgcyLgrTimeoutPdu () |
| destructor More... | |
| DtLgcyLgrTimeoutPdu (const DtLgcyLgrTimeoutPdu &src) | |
| copy constructor More... | |
| DtLgcyLgrTimeoutPdu & | operator= (const DtLgcyLgrTimeoutPdu &src) |
| assignment operator More... | |
| virtual DtReal | timeout () const |
| Get/set timeout. See class description. More... | |
| virtual void | setTimeout (DtReal val) |
| virtual DtLgcyLgrRealParams * | params () const |
| Return correctly casted parameters pointer. See legacyLgrControlP.h. More... | |
| virtual void | printData () const |
| Diagnostic output. More... | |
Public Member Functions inherited from DtLgcyLgrControlPdu | |
| DtLgcyLgrControlPdu (DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| (default) constructor More... | |
| DtLgcyLgrControlPdu (const DtNetLgcyLgrControlPdu *initial, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER, DtPduFactory *pduFactory=0) | |
| constructor (constructs from network representation) More... | |
| virtual | ~DtLgcyLgrControlPdu () |
| destructor More... | |
| DtLgcyLgrControlPdu (const DtLgcyLgrControlPdu &src) | |
| copy constructor More... | |
| DtLgcyLgrControlPdu & | operator= (const DtLgcyLgrControlPdu &src) |
| assignment operator More... | |
| const DtGlobalObjectDesignator & | receiverId () const |
| Get/set Object Identifier of intended recipient (logger). More... | |
| virtual void | setReceiverId (const DtGlobalObjectDesignator &id) |
| virtual const DtGlobalObjectDesignator & | senderId () const |
| Get/set Object Identifier of sender, if applicable. More... | |
| virtual void | setSenderId (const DtGlobalObjectDesignator &id) |
| DtLgrCommand | lgrCommand () const |
| Get message-type for proper casting to a subclass. More... | |
| DtNetLgcyLgrControlParams * | defaultParams () const |
| Data place holder. More... | |
Private Attributes | |
| DtReal | myTimeout |
| Parameter. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from DtLgcyLgrControlPdu | |
| static DtPdu * | create (const DtNetPacket *initial, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER, DtPduFactory *pduFactory=0) |
| Create a PDU representation from a network packet. More... | |
| static DtLgcyLgrControlPdu * | create (DtLgrCommand command) |
| Create a PDU from DtLgrCommand. More... | |
| static const char * | lgrModeEnum2string (DtLgcyLgrMode md) |
| The name (as a string) of a 'DtLgcyLgrMode'-type enum (from value) More... | |
| static const char * | lgrFilePosEnum2string (DtLgcyLgrFilePosition pos) |
| The name (as a string) of a 'DtLgcyLgrFilePosition'-type enum (from value) More... | |
| static const char * | lgrStateFlag2string (DtLgcyLgrCtrlFlagStates flg) |
| The name (as a string) of a 'DtLgcyLgrCtrlFlagStates'-type enum (from value) More... | |
Protected Member Functions inherited from DtLgcyLgrControlPdu | |
| DtPduKind | internalGetPduKind () const |
| Identity for use by toolkit. More... | |
| void | setLgrCommand (DtLgrCommand com) |
| Set is done by constructing the proper subclass. More... | |
Instances of DtLgcyLgrTimeoutPdu are to tell a remote logger how long to generate interim packets for an entity before assuming no more packets in file.
Useful during slow-motion playback.
| DtLgcyLgrTimeoutPdu::DtLgcyLgrTimeoutPdu | ( | DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER | ) |
(default) constructor
| DtLgcyLgrTimeoutPdu::DtLgcyLgrTimeoutPdu | ( | const DtNetLgcyLgrControlPdu * | initial, |
| DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER |
||
| ) |
constructor (construct from network representation)
| DtLgcyLgrTimeoutPdu::DtLgcyLgrTimeoutPdu | ( | DtGlobalObjectDesignator & | sender, |
| DtGlobalObjectDesignator & | receiver, | ||
| DtReal | val, | ||
| DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER |
||
| ) |
constructor (construct and prepare for send)
|
virtual |
destructor
| DtLgcyLgrTimeoutPdu::DtLgcyLgrTimeoutPdu | ( | const DtLgcyLgrTimeoutPdu & | src | ) |
copy constructor
| DtLgcyLgrTimeoutPdu& DtLgcyLgrTimeoutPdu::operator= | ( | const DtLgcyLgrTimeoutPdu & | src | ) |
assignment operator
|
virtual |
Return correctly casted parameters pointer. See legacyLgrControlP.h.
|
virtual |
Diagnostic output.
Reimplemented from DtLgcyLgrControlPdu.
|
virtual |
|
virtual |
Get/set timeout. See class description.
|
private |
Parameter.