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 | |
| virtual | ~DtLgrControlInteraction () |
| destructor | |
| DtLgrControlInteraction (const DtLgrControlInteraction &src) | |
| copy constructor | |
| DtLgrControlInteraction & | operator= (const DtLgrControlInteraction &src) |
| assignment operator | |
| virtual void | printData () const |
| Print the interaction's data. | |
| virtual const DtLgrControlPdu * | lcPdu () const |
| Get/Set a logger control PDU. | |
| virtual void | setLcPdu (const DtLgrControlPdu &pdu) |
| virtual void | setFromNetPacket (const DtNetPacket *pack) |
| virtual const char * | name () const |
| Name of the interaction. | |
Static Public Member Functions | |
| static DtInteraction * | create () |
| Create a DtLgrControlInteraction. | |
| static void | addCallback (DtExerciseConn *conn, DtLgrControlInteractionCb cb, void *usr) |
| Add (register)/Remove (unregister) function to be called when interaction occurs. | |
| static void | removeCallback (DtExerciseConn *conn, DtLgrControlInteractionCb cb, void *usr) |
Protected Member Functions | |
| virtual 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.
| static void DtLgrControlInteraction::addCallback | ( | DtExerciseConn * | conn, |
| DtLgrControlInteractionCb | cb, | ||
| void * | usr | ||
| ) | [static] |
Add (register)/Remove (unregister) function to be called when interaction occurs.
| static DtInteraction* DtLgrControlInteraction::create | ( | ) | [static] |
Create a DtLgrControlInteraction.
Caller is responsible for deletion.