![]() |
VR-Forces 4.5 Class Documentation
|
Basic container class that holds the status of a session of VRF sim engines. More...
Public Member Functions | |
| DtSessionStatus () | |
| DtSessionStatus (const DtSessionStatus &orig) | |
| DtSessionStatus & | operator= (const DtSessionStatus &orig) |
| virtual | ~DtSessionStatus () |
| virtual void | setExerciseStartTime (double) |
| virtual double | exerciseStartTime () const |
| virtual const DtFilename & | terrainName () const |
| The terrain that is currently loaded by the sim engines in the session. | |
| virtual void | setTerrainName (const DtFilename &name) |
| virtual const DtFilename & | guiTerrainName () const |
| The terrain that the GUI should load (according to the loaded scenario) in the session. | |
| virtual void | setGuiTerrainName (const DtFilename &name) |
| virtual const DtString & | scenarioName () const |
| The scenario name that is currently loaded by the sim engines in the session. | |
| virtual void | setScenarioName (const DtString &name) |
| virtual const DtFilename & | scenarioFilename () const |
| The scenario filename name that is currently loaded by the sim engines in the session. | |
| virtual void | setScenarioFilename (const DtFilename &name) |
| virtual int | numberOfSimEngines () const |
| The number of simulation engines that are currently part of the session. | |
| virtual void | setNumberOfSimEngines (int n) |
| virtual void | setSimulationModelSets (const std::vector< DtFilename > &) |
| Simulation model sets in use. | |
| virtual void | setSimulationModelSets (const DtRwNLengthStringVector &) |
| virtual const std::vector < DtFilename > & | simulationModelSets () const |
| virtual DtRwKeyValueList & | scenarioData () |
| Access the scenario data key value list. | |
| virtual const DtRwKeyValueList & | scenarioData () const |
Protected Attributes | |
| DtFilename | myTerrainName |
| DtFilename | myGuiTerrainName |
| DtString | myScenarioName |
| DtFilename | myScenarioFilename |
| int | myNumberOfSimEngines |
| std::vector< DtFilename > | mySimulationModelSets |
| DtRwKeyValueList | myScenarioData |
| double | myExerciseStartTime |
Basic container class that holds the status of a session of VRF sim engines.
| DtSessionStatus::DtSessionStatus | ( | ) |
| DtSessionStatus::DtSessionStatus | ( | const DtSessionStatus & | orig | ) |
|
virtual |
| DtSessionStatus& DtSessionStatus::operator= | ( | const DtSessionStatus & | orig | ) |
|
virtual |
The terrain that is currently loaded by the sim engines in the session.
|
virtual |
|
virtual |
The terrain that the GUI should load (according to the loaded scenario) in the session.
|
virtual |
|
virtual |
The scenario name that is currently loaded by the sim engines in the session.
|
virtual |
|
virtual |
The scenario filename name that is currently loaded by the sim engines in the session.
This is different than scenario name where scenario name is a short description of the scenario. This is the filename loaded
|
virtual |
|
virtual |
The number of simulation engines that are currently part of the session.
|
virtual |
|
virtual |
Simulation model sets in use.
|
virtual |
|
virtual |
|
virtual |
Access the scenario data key value list.
Note that these values are returned as strings so if you're getting something which is a file path (for instance "GuiObserverViews") make sure to use it to initialize a DtFilename and then take the value from that to make sure the slashes in the file path are properly converted.
|
virtual |
|
virtual |
|
virtual |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |