![]() |
VR-Forces 4.0.4 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. | |
Protected Attributes | |
| std::string | myFileExtension |
Creator class for the HLA 13 driver.
| virtual makVrv::DtHla13DriverCreator::~DtHla13DriverCreator | ( | ) | [virtual] |
DTOR.
| virtual const std::string& makVrv::DtHla13DriverCreator::extension | ( | ) | const [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 DtDriver* makVrv::DtHla13DriverCreator::create | ( | DtAgentManager & | agentManager, |
| const std::string & | instanceName | ||
| ) | const [virtual] |
Create an HLA 13 driver.
Implements makVrv::DtDriverCreator.
std::string makVrv::DtHla13DriverCreator::myFileExtension [protected] |