![]() |
VR-Forces 4.7 Class Documentation
|
Creator class for the HLA 13 driver. More...

Public Member Functions | |
| DtHla13DriverCreator () | |
| CTOR. | |
| virtual | ~DtHla13DriverCreator () |
| DTOR. | |
| virtual const std::string & | extension () const |
| Get the name of the sim driver file connection. | |
| virtual DtDriver * | create (DtAgentManager &agentManager, const std::string &instanceName) const |
| Create an HLA 13 driver. | |
Public Member Functions inherited from makVrv::DtDriverCreator | |
| DtDriverCreator () | |
| CTOR. | |
| virtual | ~DtDriverCreator () |
| DTOR. | |
Protected Attributes | |
| std::string | myFileExtension |
Creator class for the HLA 13 driver.
| makVrv::DtHla13DriverCreator::DtHla13DriverCreator | ( | ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Get the name of the sim driver file connection.
If the driver can not be saved, return an empty string.
Implements makVrv::DtDriverCreator.
|
virtual |
Create an HLA 13 driver.
Implements makVrv::DtDriverCreator.
|
protected |