MAK Data Logger API Documentation for HLA
List of all members | Public Member Functions | Private Attributes
DtLgcyLgrEofActionPdu Class Reference

Instances of DtLgcyLgrEofActionPdu are to tell a remote logger that it should pause, wrap, or stop at the end of playback. More...

+ Inheritance diagram for DtLgcyLgrEofActionPdu:
+ Collaboration diagram for DtLgcyLgrEofActionPdu:

Public Member Functions

 DtLgcyLgrEofActionPdu (DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER)
 (default) constructor
 DtLgcyLgrEofActionPdu (const DtNetLgcyLgrControlPdu *initial, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER)
 constructor (construct from network representation)
 DtLgcyLgrEofActionPdu (DtGlobalObjectDesignator &sender, DtGlobalObjectDesignator &receiver, DtLgcyLgrMode mode, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER)
 constructor (construct and prepare for send)
virtual ~DtLgcyLgrEofActionPdu ()
 destructor
 DtLgcyLgrEofActionPdu (const DtLgcyLgrEofActionPdu &src)
 copy constructor
DtLgcyLgrEofActionPduoperator= (const DtLgcyLgrEofActionPdu &src)
 assignment operator
virtual DtLgcyLgrMode action () const
 Set/Get value for what to do when Logger reaches EOF.
virtual void setAction (DtLgcyLgrMode cmd)
virtual DtLgcyLgrIntParamsparams () const
 Return correctly casted parameters pointer; see legacyLgrControlP.h.
- Public Member Functions inherited from DtLgcyLgrControlPdu
 DtLgcyLgrControlPdu (DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER)
 (default) constructor
 DtLgcyLgrControlPdu (const DtNetLgcyLgrControlPdu *initial, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER)
 constructor (constructs from network representation)
virtual ~DtLgcyLgrControlPdu ()
 destructor
 DtLgcyLgrControlPdu (const DtLgcyLgrControlPdu &src)
 copy constructor
DtLgcyLgrControlPduoperator= (const DtLgcyLgrControlPdu &src)
 assignment operator
const DtGlobalObjectDesignator & receiverId () const
 Get/set Object Identifier of intended recipient (logger).
virtual void setReceiverId (const DtGlobalObjectDesignator &id)
virtual const
DtGlobalObjectDesignator & 
senderId () const
 Get/set Object Identifier of sender, if applicable.
virtual void setSenderId (const DtGlobalObjectDesignator &id)
DtLgrCommand lgrCommand () const
 Get message-type for proper casting to a subclass.
DtNetLgcyLgrControlParamsdefaultParams () const
 Data place holder.
virtual void printData () const
 Print contents.

Private Attributes

DtLgcyLgrMode myAction
 Parameter.

Additional Inherited Members

- Static Public Member Functions inherited from DtLgcyLgrControlPdu
static DtPducreate (const DtNetPacket *initial, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER)
 Create a PDU representation from a network packet.
static DtLgcyLgrControlPducreate (DtLgrCommand command)
 Create a PDU from DtLgrCommand.
static const char * lgrModeEnum2string (DtLgcyLgrMode md)
 The name (as a string) of a 'DtLgcyLgrMode'-type enum (from value)
static const char * lgrFilePosEnum2string (DtLgcyLgrFilePosition pos)
 The name (as a string) of a 'DtLgcyLgrFilePosition'-type enum (from value)
static const char * lgrStateFlag2string (DtLgcyLgrCtrlFlagStates flg)
 The name (as a string) of a 'DtLgcyLgrCtrlFlagStates'-type enum (from value)
- Protected Member Functions inherited from DtLgcyLgrControlPdu
DtPduKind internalGetPduKind () const
 Identity for use by toolkit.
void setLgrCommand (DtLgrCommand com)
 Set is done by constructing the proper subclass.

Detailed Description

Instances of DtLgcyLgrEofActionPdu are to tell a remote logger that it should pause, wrap, or stop at the end of playback.

Constructor & Destructor Documentation

DtLgcyLgrEofActionPdu::DtLgcyLgrEofActionPdu ( DtBufferPtr  buffer = DtUSE_INTERNAL_BUFFER)

(default) constructor

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

constructor (construct from network representation)

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

constructor (construct and prepare for send)

virtual DtLgcyLgrEofActionPdu::~DtLgcyLgrEofActionPdu ( )
virtual

destructor

DtLgcyLgrEofActionPdu::DtLgcyLgrEofActionPdu ( const DtLgcyLgrEofActionPdu src)

copy constructor

Member Function Documentation

virtual DtLgcyLgrMode DtLgcyLgrEofActionPdu::action ( ) const
virtual

Set/Get value for what to do when Logger reaches EOF.

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

assignment operator

virtual DtLgcyLgrIntParams* DtLgcyLgrEofActionPdu::params ( ) const
virtual

Return correctly casted parameters pointer; see legacyLgrControlP.h.

virtual void DtLgcyLgrEofActionPdu::setAction ( DtLgcyLgrMode  cmd)
virtual

Member Data Documentation

DtLgcyLgrMode DtLgcyLgrEofActionPdu::myAction
private

Parameter.


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

Document ID: Generated on Thu Apr 11 12:13:00 EDT 2013 from SVN revision 126011
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)