|
VR-Engage
2.2
|
DtRadioConnector handles the configuration of VRF internet radios
#include <radioConnector.h>
Public Member Functions | |
| DtRadioConnector () | |
| virtual | ~DtRadioConnector () override |
| virtual void | install (DtPlayerStationApp *app, makVrv::DT_PROTOCOL_NAMESPACE::DtVrlinkConnection *connection) |
| virtual void | tick () override |
| virtual void | shutdown () override |
Public Member Functions inherited from makVre::DT_PROTOCOL_NAMESPACE::DtSimEventConnector | |
| DtSimEventConnector () | |
| virtual | ~DtSimEventConnector () override |
Public Member Functions inherited from makVre::DtConnector | |
| DtConnector () | |
| virtual | ~DtConnector () |
| virtual DtConnectorType | type () |
| virtual std::string | name () |
Additional Inherited Members | |
Public Types inherited from makVre::DtConnector | |
| enum | DtConnectorType { DIS , HLA13 , HLA1516 , HLA1516E , HLA4 } |
Static Public Member Functions inherited from makVre::DtConnector | |
| static std::string | extension (DtConnectorType type) |
Protected Attributes inherited from makVre::DT_PROTOCOL_NAMESPACE::DtSimEventConnector | |
| DtPlayerStationApp * | myApp |
| makVrv::DT_PROTOCOL_NAMESPACE::DtVrlinkConnection * | myConnection |
Protected Attributes inherited from makVre::DtConnector | |
| std::string | myName |
| DtConnectorType | myType |
| makVre::DtRadioConnector::DtRadioConnector | ( | ) |
Default constructor.
|
overridevirtual |
Virtual destructor.
|
virtual |
Installs the radio processor into the connection.
| app | Pointer to the player station application |
| connection | Pointer to the protocol-specific VR-Link connection |
| exerciseConnInitializer | Pointer to the exercise connection initializer |
Reimplemented from makVre::DT_PROTOCOL_NAMESPACE::DtSimEventConnector.
|
overridevirtual |
Performs periodic processing (currently empty implementation)
Reimplemented from makVre::DT_PROTOCOL_NAMESPACE::DtSimEventConnector.
|
overridevirtual |
Shuts down the VR-Forces radio connector.
Reimplemented from makVre::DT_PROTOCOL_NAMESPACE::DtSimEventConnector.