![]() |
VR-Link API Documentation for HLA 1.3
|
Instances of DtCreateObjectResultInter are used to represent CreateObjectResult Interactions in the RPR FOM. More...
Inheritance diagram for DtCreateObjectResultInter:
Collaboration diagram for DtCreateObjectResultInter:Public Member Functions | |
| DtCreateObjectResultInter () | |
| default constructor | |
| virtual | ~DtCreateObjectResultInter () |
| destructor | |
| DtCreateObjectResultInter (const DtCreateObjectResultInter &orig) | |
| copy constructor | |
| DtCreateObjectResultInter & | operator= (const DtCreateObjectResultInter &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 | setCreateObjectResult (DtCreateObjectResult result) |
| Set/Get create object result. | |
| virtual DtCreateObjectResult | createObjectResult () const |
| virtual void | setRequestId (DtU32 id) |
| Set/Get request ID. | |
| virtual DtU32 | requestId () 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 DtCreateObjectResultInter. | |
| static void | addCallback (DtExerciseConn *conn, DtCreateObjectResultInterCb cb, void *usr, DtDDMRegionSP region=DtDDMRegionSP()) |
| Add (register)/Remove (deregister) function to be called when interaction occurs. | |
| static void | removeCallback (DtExerciseConn *conn, DtCreateObjectResultInterCb cb, void *usr, DtDDMRegionSP region=DtDDMRegionSP()) |
Protected Attributes | |
| DtCreateObjectResult | myCreateObjectResult |
| DtU32 | myRequestId |
Instances of DtCreateObjectResultInter are used to represent CreateObjectResult Interactions in the RPR FOM.
default constructor
| virtual DtCreateObjectResultInter::~DtCreateObjectResultInter | ( | ) | [virtual] |
destructor
copy constructor
| static void DtCreateObjectResultInter::addCallback | ( | DtExerciseConn * | conn, |
| DtCreateObjectResultInterCb | cb, | ||
| void * | usr, | ||
| DtDDMRegionSP | region = DtDDMRegionSP() |
||
| ) | [static] |
Add (register)/Remove (deregister) function to be called when interaction occurs.
| static DtInteraction* DtCreateObjectResultInter::create | ( | ) | [static] |
Create a DtCreateObjectResultInter.
Caller is responsible for deletion.
| DtCreateObjectResult DtCreateObjectResultInter::createObjectResult | ( | ) | const [inline, virtual] |
References myCreateObjectResult.
| const char * DtCreateObjectResultInter::name | ( | ) | const [inline, virtual] |
Name of the interaction. (Not necessarily the ClassName from the FOM.)
Implements DtInteraction.
| DtCreateObjectResultInter& DtCreateObjectResultInter::operator= | ( | const DtCreateObjectResultInter & | orig | ) |
assignment operator
| virtual void DtCreateObjectResultInter::printData | ( | ) | const [virtual] |
Print the interaction's data to DtInfo.
Reimplemented from DtInteraction.
| virtual void DtCreateObjectResultInter::printDataToStream | ( | std::ostream & | stream | ) | const [virtual] |
Print the interaction's data to the specified stream.
Reimplemented from DtInteraction.
| static void DtCreateObjectResultInter::removeCallback | ( | DtExerciseConn * | conn, |
| DtCreateObjectResultInterCb | cb, | ||
| void * | usr, | ||
| DtDDMRegionSP | region = DtDDMRegionSP() |
||
| ) | [static] |
| DtU32 DtCreateObjectResultInter::requestId | ( | ) | const [inline, virtual] |
References myRequestId.
| void DtCreateObjectResultInter::setCreateObjectResult | ( | DtCreateObjectResult | result | ) | [inline, virtual] |
Set/Get create object result.
References myCreateObjectResult.
| void DtCreateObjectResultInter::setRequestId | ( | DtU32 | id | ) | [inline, virtual] |
Set/Get request ID.
References myRequestId.
Referenced by createObjectResult(), and setCreateObjectResult().
DtU32 DtCreateObjectResultInter::myRequestId [protected] |
Referenced by requestId(), and setRequestId().