![]() |
VR-Link API Documentation for HLA 1516
|
Instances of DtActionResponseFromObjInter are used to represent ActionResponseFromObject Interactions in the RPR FOM. More...
Inheritance diagram for DtActionResponseFromObjInter:
Collaboration diagram for DtActionResponseFromObjInter:Public Member Functions | |
| DtActionResponseFromObjInter () | |
| default constructor | |
| virtual | ~DtActionResponseFromObjInter () |
| destructor | |
| DtActionResponseFromObjInter (const DtActionResponseFromObjInter &orig) | |
| copy constructor | |
| DtActionResponseFromObjInter & | operator= (const DtActionResponseFromObjInter &orig) |
| assignment operator | |
| virtual void | printData () const |
| Print the interaction's data to DtInfo. | |
| virtual void | printDataToStream (std::ostream &stream) const |
| Print the interaction's data to the specified stream. | |
| virtual void | setActionResult (DtResponseFlag response) |
| Set/Get action enum. | |
| virtual DtResponseFlag | actionResult () const |
| virtual const char * | name () const |
| Name of the interaction (Not necessarily the ClassName from the FOM). | |
Static Public Member Functions | |
| static DtInteraction * | create () |
| Create a DtActionResponseFromObjInter. | |
| static void | addCallback (DtExerciseConn *conn, DtActionResponseFromObjInterCb cb, void *usr, DtDDMRegionSP region=DtDDMRegionSP()) |
| Add (register)/Remove (deregister) function to be called when interaction occurs. | |
| static void | removeCallback (DtExerciseConn *conn, DtActionResponseFromObjInterCb cb, void *usr, DtDDMRegionSP region=DtDDMRegionSP()) |
Protected Attributes | |
| DtResponseFlag | myActionResult |
Instances of DtActionResponseFromObjInter are used to represent ActionResponseFromObject Interactions in the RPR FOM.
default constructor
| virtual DtActionResponseFromObjInter::~DtActionResponseFromObjInter | ( | ) | [virtual] |
destructor
| DtActionResponseFromObjInter::DtActionResponseFromObjInter | ( | const DtActionResponseFromObjInter & | orig | ) |
copy constructor
| DtResponseFlag DtActionResponseFromObjInter::actionResult | ( | ) | const [inline, virtual] |
References myActionResult.
| static void DtActionResponseFromObjInter::addCallback | ( | DtExerciseConn * | conn, |
| DtActionResponseFromObjInterCb | cb, | ||
| void * | usr, | ||
| DtDDMRegionSP | region = DtDDMRegionSP() |
||
| ) | [static] |
Add (register)/Remove (deregister) function to be called when interaction occurs.
| static DtInteraction* DtActionResponseFromObjInter::create | ( | ) | [static] |
Create a DtActionResponseFromObjInter.
Caller is responsible for deletion.
| const char * DtActionResponseFromObjInter::name | ( | ) | const [inline, virtual] |
Name of the interaction (Not necessarily the ClassName from the FOM).
Implements DtInteraction.
| DtActionResponseFromObjInter& DtActionResponseFromObjInter::operator= | ( | const DtActionResponseFromObjInter & | orig | ) |
assignment operator
| virtual void DtActionResponseFromObjInter::printData | ( | ) | const [virtual] |
Print the interaction's data to DtInfo.
Reimplemented from DtInteraction.
| virtual void DtActionResponseFromObjInter::printDataToStream | ( | std::ostream & | stream | ) | const [virtual] |
Print the interaction's data to the specified stream.
Reimplemented from DtInteraction.
| static void DtActionResponseFromObjInter::removeCallback | ( | DtExerciseConn * | conn, |
| DtActionResponseFromObjInterCb | cb, | ||
| void * | usr, | ||
| DtDDMRegionSP | region = DtDDMRegionSP() |
||
| ) | [static] |
| void DtActionResponseFromObjInter::setActionResult | ( | DtResponseFlag | response | ) | [inline, virtual] |
Set/Get action enum.
References myActionResult.
Referenced by actionResult(), and setActionResult().