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

Public Member Functions | |
| DtCigiDriverCreator () | |
| CTOR. | |
| virtual | ~DtCigiDriverCreator () |
| 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 a CIGI driver. | |
Public Member Functions inherited from makVrv::DtDriverCreator | |
| DtDriverCreator () | |
| CTOR. | |
| virtual | ~DtDriverCreator () |
| DTOR. | |
Protected Attributes | |
| std::string | myFileExtension |
Creator class for the CIGI driver.
| makVrv::DtCigiDriverCreator::DtCigiDriverCreator | ( | ) |
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 a CIGI driver.
Implements makVrv::DtDriverCreator.
|
protected |