![]() |
MAK Data Logger API Documentation for HLA
|
Instances of DtLgrControlInteraction are used to represent LgrControl Interactions in HLA. More...
Inheritance diagram for DtLgrControlInteraction:
Collaboration diagram for DtLgrControlInteraction:Public Member Functions | |
| DtLgrControlInteraction () | |
| default constructor More... | |
| virtual | ~DtLgrControlInteraction () |
| destructor More... | |
| DtLgrControlInteraction (const DtLgrControlInteraction &src) | |
| copy constructor More... | |
| DtLgrControlInteraction & | operator= (const DtLgrControlInteraction &src) |
| assignment operator More... | |
| virtual void | printData () const |
| Print the interaction's data. More... | |
| virtual const DtLgrControlPdu * | lcPdu () const |
| Get/Set a logger control PDU. More... | |
| virtual void | setLcPdu (const DtLgrControlPdu &pdu) |
| virtual void | setFromNetPacket (const DtNetPacket *pack) |
| virtual const char * | name () const |
| Name of the interaction. More... | |
Static Public Member Functions | |
| static DtInteraction * | create () |
| Create a DtLgrControlInteraction. More... | |
| static void | addCallback (DtExerciseConn *conn, DtLgrControlInteractionCb cb, void *usr) |
| Add (register)/Remove (unregister) function to be called when interaction occurs. More... | |
| static void | removeCallback (DtExerciseConn *conn, DtLgrControlInteractionCb cb, void *usr) |
Protected Member Functions | |
| virtual const char * | interactionClassToUse (DtExerciseConn *exConn) const |
| virtual DtInteractionDecoder * | createDecoder (DtExerciseConn *exConn) const |
| virtual DtInteractionEncoder * | createEncoder (DtExerciseConn *exConn) const |
Protected Attributes | |
| DtLgrControlPdu * | myLcPdu |
Instances of DtLgrControlInteraction are used to represent LgrControl Interactions in HLA.
| DtLgrControlInteraction::DtLgrControlInteraction | ( | ) |
default constructor
|
virtual |
destructor
| DtLgrControlInteraction::DtLgrControlInteraction | ( | const DtLgrControlInteraction & | src | ) |
copy constructor
|
static |
Add (register)/Remove (unregister) function to be called when interaction occurs.
|
static |
Create a DtLgrControlInteraction.
Caller is responsible for deletion.
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
inlinevirtual |
Get/Set a logger control PDU.
|
inlinevirtual |
Name of the interaction.
| DtLgrControlInteraction& DtLgrControlInteraction::operator= | ( | const DtLgrControlInteraction & | src | ) |
assignment operator
|
virtual |
Print the interaction's data.
|
static |
|
virtual |
|
virtual |
|
protected |