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