Go to the source code of this file.
| typedef bool(* DtPreserveMappingsFcn)(void *usr) |
class DtScenario:
Instances of DtScenario is the data declared in a .scn file It provides the capablility to read in a scenario file and access the data. Current scenario version is 3.2. For versions pre 3.2, the scenario exercise time will contain todays date/time as part of the exercise start time. For 3.2 and beyond this is assumed to be set as part of the exercise start time Used by saveScenario to determine if original (true) or new mappings should be saved.
| typedef bool(* DtLoadBalancingFcn)(DtAddressMap *map, const DtList *backends, bool &remapped, void *usr) |
Return true from this function to signal success of load balancing, however, set remapped to true if the backend mapping has changed. Setting to false will not warn the user to preserve mappings.
| typedef bool(* DtRemappingFcn)(DtBackendMap *map, const std::set< DtSimulationAddress > &expectedBackends, void *usr) |
| const int DtImportScenarioCreateUniqueNamesOnImport = 0x00000001 |
| const int DtImportScenarioImportScenarioEvents = 0x00000002 |
| const int DtImportScenarioCreateSelectionGroup = 0x00000004 |
| const int DtSimulationObjectGroupPreserveForceInformation = 0x00000008 |
| const int DtSimulationObjectGroupUseGroupNameToDisambiguate = 0x00000010 |
| const int DtSimulationObjectGroupAltitudesAreAboveTerrain = 0x00000020 |
| const int DtSimulationObjectGroupCreationMode = 0x00000040 |
| const int DtSimulationObjectGroupAllowAltitudePlacement = 0x00000080 |
| const int DtImportScenarioKeepOnlyOriginalSimulationObjects = 0x00000100 |
| const int DtImportScenarioDefaultFlags |
Initial value:
const int DtImportScenarioCreateSelectionGroup
Definition: scenario.h:604
const int DtImportScenarioCreateUniqueNamesOnImport
Definition: scenario.h:602
const int DtImportScenarioImportScenarioEvents
Definition: scenario.h:603
| const int DtSimulationObjectGroupDefaultFlags |
Initial value:
const int DtImportScenarioCreateSelectionGroup
Definition: scenario.h:604
const int DtSimulationObjectGroupPreserveForceInformation
Definition: scenario.h:605
const int DtImportScenarioCreateUniqueNamesOnImport
Definition: scenario.h:602
const int DtImportScenarioImportScenarioEvents
Definition: scenario.h:603
const int DtSimulationObjectGroupAltitudesAreAboveTerrain
Definition: scenario.h:607