![]() |
VR-Link API Documentation for HLA 1.3
|
Inheritance diagram for DtRttabRadioSignalInteraction:
Collaboration diagram for DtRttabRadioSignalInteraction:Public Member Functions | |
| DtRttabRadioSignalInteraction () | |
| Default constructor. | |
| virtual | ~DtRttabRadioSignalInteraction () |
| Destructor. | |
| DtRttabRadioSignalInteraction (const DtRttabRadioSignalInteraction &orig) | |
| Copy constructor. | |
| DtRttabRadioSignalInteraction & | operator= (const DtRttabRadioSignalInteraction &orig) |
| Assignment operator. | |
| virtual const char * | name () const |
| Name of the interaction. (Not necessarily the ClassName from the FOM.) | |
| virtual void | printDataToStream (std::ostream &stream) const |
| Print the interaction's data to a stream. | |
| virtual const DtRttabStruct & | rttabData () const |
| Set/Get the RTT A/B data. | |
| virtual void | setRttabData (const DtRttabStruct &data) |
| Set/Get the RTT A/B data. | |
Static Public Member Functions | |
| static DtInteraction * | create () |
| Create a DtSignalInteraction. | |
| static void | addCallback (DtExerciseConn *conn, DtRttabRadioSignalInteractionCb cb, void *usr) |
| static void | removeCallback (DtExerciseConn *conn, DtRttabRadioSignalInteractionCb cb, void *usr) |
Protected Member Functions | |
| virtual char * | interactionClassToUse (DtExerciseConn *exConn) const |
| Virtual function override. | |
| virtual DtInteractionDecoder * | createDecoder (DtExerciseConn *exConn) const |
| Virtual function override. | |
| virtual DtInteractionEncoder * | createEncoder (DtExerciseConn *exConn) const |
| Virtual function override. | |
Protected Attributes | |
| DtRttabStruct | myRttabData |
| The RTT A/B data. | |
Default constructor.
| virtual DtRttabRadioSignalInteraction::~DtRttabRadioSignalInteraction | ( | ) | [virtual] |
Destructor.
| DtRttabRadioSignalInteraction::DtRttabRadioSignalInteraction | ( | const DtRttabRadioSignalInteraction & | orig | ) |
Copy constructor.
| static void DtRttabRadioSignalInteraction::addCallback | ( | DtExerciseConn * | conn, |
| DtRttabRadioSignalInteractionCb | cb, | ||
| void * | usr | ||
| ) | [static] |
| static DtInteraction* DtRttabRadioSignalInteraction::create | ( | ) | [static] |
Create a DtSignalInteraction.
Caller is responsible for deletion.
Reimplemented from DtL16RadioSignalInteraction.
| virtual DtInteractionDecoder* DtRttabRadioSignalInteraction::createDecoder | ( | DtExerciseConn * | exConn | ) | const [protected, virtual] |
Virtual function override.
Creates and returns a decoder to be used by setFromPhvps to decode a ParameterHandleValuePairSet into this interaction. Implementing this function is required, unless you would like to rely on the default behavior - which is to obtain a new instance of the right decoder from the FOM Mapper. If you choose this option, you must configure the FOM Mapper so that it can correctly provide this object.
Reimplemented from DtL16RadioSignalInteraction.
| virtual DtInteractionEncoder* DtRttabRadioSignalInteraction::createEncoder | ( | DtExerciseConn * | exConn | ) | const [protected, virtual] |
Virtual function override.
Creates and returns an encoder to be used by phvps to encode the data in this interaction into a ParameterHandleValuePairSet. Implementing this function is required, unless you would like to rely on the default behavior - which is to obtain a new instance of the right encoder from the FOM Mapper. If you choose this option, you must configure the FOM Mapper so that it can correctly provide this object.
Reimplemented from DtL16RadioSignalInteraction.
| virtual char* DtRttabRadioSignalInteraction::interactionClassToUse | ( | DtExerciseConn * | exConn | ) | const [protected, virtual] |
Virtual function override.
Returns the name of the FOM class to use to represent this interaction when sending. It is called from within setExConn, when that function is called by DtExerciseConn::send. Implementing this function is required unless you would like to rely on the default behavior - which is to obtain the class to use from the FOM Mapper. If you choose this option, you must configure the FomMapper so that it can correctly provide this information.
Reimplemented from DtL16RadioSignalInteraction.
| virtual const char* DtRttabRadioSignalInteraction::name | ( | ) | const [virtual] |
Name of the interaction. (Not necessarily the ClassName from the FOM.)
Reimplemented from DtL16RadioSignalInteraction.
| DtRttabRadioSignalInteraction& DtRttabRadioSignalInteraction::operator= | ( | const DtRttabRadioSignalInteraction & | orig | ) |
Assignment operator.
| virtual void DtRttabRadioSignalInteraction::printDataToStream | ( | std::ostream & | stream | ) | const [virtual] |
Print the interaction's data to a stream.
Reimplemented from DtL16RadioSignalInteraction.
| static void DtRttabRadioSignalInteraction::removeCallback | ( | DtExerciseConn * | conn, |
| DtRttabRadioSignalInteractionCb | cb, | ||
| void * | usr | ||
| ) | [static] |
| virtual const DtRttabStruct& DtRttabRadioSignalInteraction::rttabData | ( | ) | const [virtual] |
Set/Get the RTT A/B data.
| virtual void DtRttabRadioSignalInteraction::setRttabData | ( | const DtRttabStruct & | data | ) | [virtual] |
Set/Get the RTT A/B data.
The RTT A/B data.