![]() |
VR-Link API Documentation for HLA 1.3
|
class DtActionResponseInteraction: More...
Inheritance diagram for DtActionResponseInteraction:
Collaboration diagram for DtActionResponseInteraction:Public Member Functions | |
| DtActionResponseInteraction () | |
| default constructor | |
| virtual | ~DtActionResponseInteraction () |
| destructor | |
| DtActionResponseInteraction (const DtActionResponseInteraction &orig) | |
| copy constructor | |
| DtActionResponseInteraction & | operator= (const DtActionResponseInteraction &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 | setSenderId (const DtEntityIdentifier &id) |
| Set/Get sender ID. | |
| virtual const DtEntityIdentifier & | senderId () const |
| virtual void | setReceiverId (const DtEntityIdentifier &id) |
| Set/Get receiver ID. | |
| virtual const DtEntityIdentifier & | receiverId () const |
| virtual void | setRequestId (DtU32 id) |
| Set/Get request ID. | |
| virtual DtU32 | requestId () const |
| virtual void | setRequestStatus (DtRequestStatus rStatus) |
| Set/Get the request status. | |
| virtual DtRequestStatus | requestStatus () 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 DtActionResponseInteraction. | |
| static void | addCallback (DtExerciseConn *conn, DtActionResponseInteractionCb cb, void *usr, DtDDMRegionSP region=DtDDMRegionSP()) |
| Add (register)/Remove (deregister) function to be called when interaction occurs. | |
| static void | removeCallback (DtExerciseConn *conn, DtActionResponseInteractionCb cb, void *usr, DtDDMRegionSP region=DtDDMRegionSP()) |
Protected Attributes | |
| DtEntityIdentifier | myOrigEnt |
| DtEntityIdentifier | myReceiveEnt |
| DtU32 | myRequestId |
| DtRequestStatus | myRequestStatus |
class DtActionResponseInteraction:
Instances of DtActionResponseInteraction are used to represent ActionResponse Interactions in the RPR FOM. The variable and fixed datum records are accessed through DtInteractionWithData member functions.
default constructor
| virtual DtActionResponseInteraction::~DtActionResponseInteraction | ( | ) | [virtual] |
destructor
| DtActionResponseInteraction::DtActionResponseInteraction | ( | const DtActionResponseInteraction & | orig | ) |
copy constructor
| static void DtActionResponseInteraction::addCallback | ( | DtExerciseConn * | conn, |
| DtActionResponseInteractionCb | cb, | ||
| void * | usr, | ||
| DtDDMRegionSP | region = DtDDMRegionSP() |
||
| ) | [static] |
Add (register)/Remove (deregister) function to be called when interaction occurs.
| static DtInteraction* DtActionResponseInteraction::create | ( | ) | [static] |
Create a DtActionResponseInteraction.
Caller is responsible for deletion.
| virtual const char* DtActionResponseInteraction::name | ( | ) | const [virtual] |
Name of the interaction (Not necessarily the ClassName from the FOM).
Implements DtInteraction.
| DtActionResponseInteraction& DtActionResponseInteraction::operator= | ( | const DtActionResponseInteraction & | orig | ) |
assignment operator
| virtual void DtActionResponseInteraction::printData | ( | ) | const [virtual] |
Print the interaction's data to DtInfo.
Reimplemented from DtInteractionWithData.
| virtual void DtActionResponseInteraction::printDataToStream | ( | std::ostream & | stream | ) | const [virtual] |
Print the interaction's data to the specified stream.
Reimplemented from DtInteractionWithData.
| virtual const DtEntityIdentifier& DtActionResponseInteraction::receiverId | ( | ) | const [virtual] |
| static void DtActionResponseInteraction::removeCallback | ( | DtExerciseConn * | conn, |
| DtActionResponseInteractionCb | cb, | ||
| void * | usr, | ||
| DtDDMRegionSP | region = DtDDMRegionSP() |
||
| ) | [static] |
| virtual DtU32 DtActionResponseInteraction::requestId | ( | ) | const [virtual] |
| virtual DtRequestStatus DtActionResponseInteraction::requestStatus | ( | ) | const [virtual] |
| virtual const DtEntityIdentifier& DtActionResponseInteraction::senderId | ( | ) | const [virtual] |
| virtual void DtActionResponseInteraction::setReceiverId | ( | const DtEntityIdentifier & | id | ) | [virtual] |
Set/Get receiver ID.
| virtual void DtActionResponseInteraction::setRequestId | ( | DtU32 | id | ) | [virtual] |
Set/Get request ID.
| virtual void DtActionResponseInteraction::setRequestStatus | ( | DtRequestStatus | rStatus | ) | [virtual] |
Set/Get the request status.
| virtual void DtActionResponseInteraction::setSenderId | ( | const DtEntityIdentifier & | id | ) | [virtual] |
Set/Get sender ID.
DtU32 DtActionResponseInteraction::myRequestId [protected] |