![]() |
VR-Forces 4.0.4 Class Documentation
|
The Sim Driver for HLA 1516. More...

Public Member Functions | |
| DtHla1516Driver (DtAgentManager &agentManager, const std::string &uniqueName, const std::string &className="DtHla1516Driver") | |
| CTOR. | |
| virtual | ~DtHla1516Driver () |
| DTOR. | |
| virtual void | realizeConfiguration (const DtConfiguration &config) |
| Realize the driver via a generic configuration. | |
| virtual DtConfiguration | createConfiguration () const |
| Create a configuration for the driver. | |
| const DtExerciseConnInitializer & | exerciseSettings () const |
| Get the exercise settings. | |
| void | setExerciseSettings (const DtExerciseConnInitializer &settings) |
| Set the exercise settings. | |
| void | setAppNumber (int appNumber) |
| set the connection's application number | |
| void | setSiteId (int siteId) |
| Set the connection's site ID. | |
Protected Member Functions | |
| virtual DtConnection * | createConnection () |
| Abstract create simulation function called onStart. | |
| virtual void | slot_onObserverCreated (DtObserver *observer) |
| virtual void | slot_onObserverDestroyed (DtObserver *observer) |
Protected Attributes | |
| DtExerciseConnInitializer * | myLocalExConnInitializer |
| int | myAppNumber |
| int | mySiteId |
The Sim Driver for HLA 1516.
| makVrv::DtHla1516Driver::DtHla1516Driver | ( | DtAgentManager & | agentManager, |
| const std::string & | uniqueName, | ||
| const std::string & | className = "DtHla1516Driver" |
||
| ) |
CTOR.
| virtual makVrv::DtHla1516Driver::~DtHla1516Driver | ( | ) | [virtual] |
DTOR.
| virtual void makVrv::DtHla1516Driver::realizeConfiguration | ( | const DtConfiguration & | config | ) | [virtual] |
Realize the driver via a generic configuration.
Reimplemented from makVrv::DtDriver.
| virtual DtConfiguration makVrv::DtHla1516Driver::createConfiguration | ( | ) | const [virtual] |
Create a configuration for the driver.
Reimplemented from makVrv::DtDriver.
| const DtExerciseConnInitializer& makVrv::DtHla1516Driver::exerciseSettings | ( | ) | const [inline] |
Get the exercise settings.
| void makVrv::DtHla1516Driver::setExerciseSettings | ( | const DtExerciseConnInitializer & | settings | ) |
Set the exercise settings.
| void makVrv::DtHla1516Driver::setAppNumber | ( | int | appNumber | ) |
set the connection's application number
| void makVrv::DtHla1516Driver::setSiteId | ( | int | siteId | ) |
Set the connection's site ID.
| virtual DtConnection* makVrv::DtHla1516Driver::createConnection | ( | ) | [protected, virtual] |
Abstract create simulation function called onStart.
Implements makVrv::DtVrlinkDriver.
| virtual void makVrv::DtHla1516Driver::slot_onObserverCreated | ( | DtObserver * | observer | ) | [protected, virtual] |
Reimplemented from makVrv::DtVrlinkDriver.
| virtual void makVrv::DtHla1516Driver::slot_onObserverDestroyed | ( | DtObserver * | observer | ) | [protected, virtual] |
Reimplemented from makVrv::DtVrlinkDriver.
DtExerciseConnInitializer* makVrv::DtHla1516Driver::myLocalExConnInitializer [protected] |
int makVrv::DtHla1516Driver::myAppNumber [protected] |
int makVrv::DtHla1516Driver::mySiteId [protected] |