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

Public Member Functions | |
| DtDisDriverCreator () | |
| CTOR. | |
| virtual | ~DtDisDriverCreator () |
| 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 DIS driver. | |
Protected Attributes | |
| std::string | myFileExtension |
Creator class for the DIS driver.
| virtual makVrv::DtDisDriverCreator::~DtDisDriverCreator | ( | ) | [virtual] |
DTOR.
| virtual const std::string& makVrv::DtDisDriverCreator::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::DtDisDriverCreator::create | ( | DtAgentManager & | agentManager, |
| const std::string & | instanceName | ||
| ) | const [virtual] |
Create a DIS driver.
Implements makVrv::DtDriverCreator.
std::string makVrv::DtDisDriverCreator::myFileExtension [protected] |