MAK Data Logger API Documentation for HLA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Private Attributes
DtLgcyLgrPlayActionPdu Class Reference

Instances of DtLgcyLgrPlayActionPdu are to tell a remote logger what action to take initially when set to playback mode. More...

+ Inheritance diagram for DtLgcyLgrPlayActionPdu:
+ Collaboration diagram for DtLgcyLgrPlayActionPdu:

Public Member Functions

 DtLgcyLgrPlayActionPdu (DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER)
 (default) constructor More...
 
 DtLgcyLgrPlayActionPdu (const DtNetLgcyLgrControlPdu *initial, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER)
 constructor (construct from network representation) More...
 
 DtLgcyLgrPlayActionPdu (DtGlobalObjectDesignator &sender, DtGlobalObjectDesignator &receiver, DtLgcyLgrMode mode, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER)
 constructor (construct and prepare for send) More...
 
virtual ~DtLgcyLgrPlayActionPdu ()
 destructor More...
 
 DtLgcyLgrPlayActionPdu (const DtLgcyLgrPlayActionPdu &src)
 copy constructor More...
 
DtLgcyLgrPlayActionPduoperator= (const DtLgcyLgrPlayActionPdu &src)
 assignment operator More...
 
virtual DtLgcyLgrMode action () const
 Get/set action to take place when logger switched to playback mode. More...
 
virtual void setAction (DtLgcyLgrMode cmd)
 
virtual DtLgcyLgrIntParamsparams () const
 Return correctly cast parameters pointer; see legacyLgrControlP.h. 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...
 
DtLgcyLgrControlPduoperator= (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...
 
DtNetLgcyLgrControlParamsdefaultParams () const
 Data place holder. More...
 
virtual void printData () const
 Print contents. More...
 

Private Attributes

DtLgcyLgrMode myAction
 Parameter. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from DtLgcyLgrControlPdu
static DtPducreate (const DtNetPacket *initial, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER, DtPduFactory *pduFactory=0)
 Create a PDU representation from a network packet. More...
 
static DtLgcyLgrControlPducreate (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...
 

Detailed Description

Instances of DtLgcyLgrPlayActionPdu are to tell a remote logger what action to take initially when set to playback mode.

Constructor & Destructor Documentation

DtLgcyLgrPlayActionPdu::DtLgcyLgrPlayActionPdu ( DtBufferPtr  buffer = DtUSE_INTERNAL_BUFFER)

(default) constructor

DtLgcyLgrPlayActionPdu::DtLgcyLgrPlayActionPdu ( const DtNetLgcyLgrControlPdu initial,
DtBufferPtr  buffer = DtUSE_INTERNAL_BUFFER 
)

constructor (construct from network representation)

DtLgcyLgrPlayActionPdu::DtLgcyLgrPlayActionPdu ( DtGlobalObjectDesignator &  sender,
DtGlobalObjectDesignator &  receiver,
DtLgcyLgrMode  mode,
DtBufferPtr  buffer = DtUSE_INTERNAL_BUFFER 
)

constructor (construct and prepare for send)

virtual DtLgcyLgrPlayActionPdu::~DtLgcyLgrPlayActionPdu ( )
virtual

destructor

DtLgcyLgrPlayActionPdu::DtLgcyLgrPlayActionPdu ( const DtLgcyLgrPlayActionPdu src)

copy constructor

Member Function Documentation

virtual DtLgcyLgrMode DtLgcyLgrPlayActionPdu::action ( ) const
virtual

Get/set action to take place when logger switched to playback mode.

DtLgcyLgrPlayActionPdu& DtLgcyLgrPlayActionPdu::operator= ( const DtLgcyLgrPlayActionPdu src)

assignment operator

virtual DtLgcyLgrIntParams* DtLgcyLgrPlayActionPdu::params ( ) const
virtual

Return correctly cast parameters pointer; see legacyLgrControlP.h.

virtual void DtLgcyLgrPlayActionPdu::setAction ( DtLgcyLgrMode  cmd)
virtual

Member Data Documentation

DtLgcyLgrMode DtLgcyLgrPlayActionPdu::myAction
private

Parameter.


The documentation for this class was generated from the following file:

Document ID: Generated on Thu Dec 18 15:35:09 EST 2025 from SVN revision 282494
Copyright © 2024 MAK Technologies. All Rights Reserved (www.mak.com)