![]() |
VR-Link API Documentation for HLA 1.3
|
class DtRepairResponseInteraction: More...
Inheritance diagram for DtRepairResponseInteraction:
Collaboration diagram for DtRepairResponseInteraction:Public Member Functions | |
| DtRepairResponseInteraction () | |
| default constructor | |
| virtual | ~DtRepairResponseInteraction () |
| destructor | |
| DtRepairResponseInteraction (const DtRepairResponseInteraction &orig) | |
| copy constructor | |
| DtRepairResponseInteraction & | operator= (const DtRepairResponseInteraction &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 | setReceivingId (const DtGlobalObjectDesignator &id) |
| Set/Get the receiving object. | |
| virtual const DtGlobalObjectDesignator & | receivingId () const |
| virtual void | setRepairingId (const DtGlobalObjectDesignator &id) |
| Set/Get the repairing object. | |
| virtual const DtGlobalObjectDesignator & | repairingId () const |
| virtual void | setRepairResult (DtRepairResult result) |
| Set/Get the repair type. | |
| virtual DtRepairResult | repairResult () 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 DtRepairResponseInteraction. | |
| static void | addCallback (DtExerciseConn *conn, DtRepairResponseInteractionCb cb, void *usr, DtDDMRegionSP region=DtDDMRegionSP()) |
| Add (register)/Remove (deregister) function to be called when interaction occurs. | |
| static void | removeCallback (DtExerciseConn *conn, DtRepairResponseInteractionCb cb, void *usr, DtDDMRegionSP region=DtDDMRegionSP()) |
Protected Attributes | |
| DtGlobalObjectDesignator | myReceivingObject |
| DtGlobalObjectDesignator | myRepairingObject |
| DtRepairResult | myRepairResult |
class DtRepairResponseInteraction:
Instances of DtRepairResponseInteraction are used to represent RepairResponse Interactions in the RPR FOM.
default constructor
| virtual DtRepairResponseInteraction::~DtRepairResponseInteraction | ( | ) | [virtual] |
destructor
| DtRepairResponseInteraction::DtRepairResponseInteraction | ( | const DtRepairResponseInteraction & | orig | ) |
copy constructor
| static void DtRepairResponseInteraction::addCallback | ( | DtExerciseConn * | conn, |
| DtRepairResponseInteractionCb | cb, | ||
| void * | usr, | ||
| DtDDMRegionSP | region = DtDDMRegionSP() |
||
| ) | [static] |
Add (register)/Remove (deregister) function to be called when interaction occurs.
| static DtInteraction* DtRepairResponseInteraction::create | ( | ) | [static] |
Create a DtRepairResponseInteraction.
Caller is responsible for deletion.
| const char * DtRepairResponseInteraction::name | ( | ) | const [inline, virtual] |
Name of the interaction. (Not necessarily the ClassName from the FOM.)
Implements DtInteraction.
| DtRepairResponseInteraction& DtRepairResponseInteraction::operator= | ( | const DtRepairResponseInteraction & | orig | ) |
assignment operator
| virtual void DtRepairResponseInteraction::printData | ( | ) | const [virtual] |
Print the interaction's data to DtInfo.
Reimplemented from DtInteraction.
| virtual void DtRepairResponseInteraction::printDataToStream | ( | std::ostream & | stream | ) | const [virtual] |
Print the interaction's data to the specified stream.
Reimplemented from DtInteraction.
| const DtGlobalObjectDesignator & DtRepairResponseInteraction::receivingId | ( | ) | const [inline, virtual] |
References myReceivingObject.
| static void DtRepairResponseInteraction::removeCallback | ( | DtExerciseConn * | conn, |
| DtRepairResponseInteractionCb | cb, | ||
| void * | usr, | ||
| DtDDMRegionSP | region = DtDDMRegionSP() |
||
| ) | [static] |
| const DtGlobalObjectDesignator & DtRepairResponseInteraction::repairingId | ( | ) | const [inline, virtual] |
References myRepairingObject.
| DtRepairResult DtRepairResponseInteraction::repairResult | ( | ) | const [inline, virtual] |
References myRepairResult.
| void DtRepairResponseInteraction::setReceivingId | ( | const DtGlobalObjectDesignator & | id | ) | [inline, virtual] |
Set/Get the receiving object.
References myReceivingObject.
| void DtRepairResponseInteraction::setRepairingId | ( | const DtGlobalObjectDesignator & | id | ) | [inline, virtual] |
Set/Get the repairing object.
References myRepairingObject.
| void DtRepairResponseInteraction::setRepairResult | ( | DtRepairResult | result | ) | [inline, virtual] |
Set/Get the repair type.
References myRepairResult.
Referenced by receivingId(), and setReceivingId().
Referenced by repairingId(), and setRepairingId().
Referenced by repairResult(), and setRepairResult().