![]() |
VR-Forces 4.5 Class Documentation
|
class DtIfScenarioRewound: More...

Public Member Functions | |
| DtIfScenarioRewound () | |
| default constructor | |
| virtual | ~DtIfScenarioRewound () |
| destructor | |
| DtIfScenarioRewound (const DtIfScenarioRewound &orig) | |
| copy constructor | |
| DtIfScenarioRewound & | operator= (const DtIfScenarioRewound &orig) |
| DtIfSnapshotsResponse operator. | |
| virtual int | type () const |
| Returns the type of Interface Content. | |
| virtual DtSimInterfaceContent * | clone () const |
| virtual int | netRepSize () const |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| virtual bool | setToNet () |
| virtual void | printDataToString (DtString &str) |
| virtual void | setRollbackSimulationTime (double) |
| Simulation time to roll back to. | |
| virtual double | rollbackSimulationTime () const |
| virtual void | setIsRollback (bool) |
| virtual bool | isRollback () const |
Public Member Functions inherited from DtSimInterfaceContent | |
| virtual | ~DtSimInterfaceContent () |
| virtual bool | update (const DtSimInterfaceContent *data) |
| virtual char * | netRep () |
| virtual void | printContentType (DtString &str) |
| virtual void | setUseSessionId (bool yesNo) |
| virtual bool | useSessionId () const |
Static Public Member Functions | |
| static DtSimInterfaceContent * | creator () |
Static Public Member Functions inherited from DtSimInterfaceContent | |
| static DtSimInterfaceContent * | createInterfaceContent (int type) |
| static void | addInterfaceContentCreatorFcn (int type, DtInterfaceContentCreatorFcn fcn) |
| static void | setFactory (DtInterfaceContentFactory *factory) |
| static DtInterfaceContentFactory * | factory () |
| static void | registerContentTypePrinter (DtSimInterfaceContentTypePrinterFcn printFcn) |
Protected Attributes | |
| double | mySimTime |
| bool | myIsRollback |
Protected Attributes inherited from DtSimInterfaceContent | |
| char * | myNetRep |
| bool | myUseSessionId |
Additional Inherited Members | |
Protected Member Functions inherited from DtSimInterfaceContent | |
| DtSimInterfaceContent () | |
| DtSimInterfaceContent (const DtSimInterfaceContent &orig) | |
| const DtSimInterfaceContent & | operator= (const DtSimInterfaceContent &orig) |
| virtual char * | createNetworkBuffer () |
Static Protected Attributes inherited from DtSimInterfaceContent | |
| static DtInterfaceContentFactory * | myFactory |
| static DtSimInterfaceContentTypePrinterFcn | theContentTypePrinterFcn |
class DtIfScenarioRewound:
Class sent in notification after a scenario has been rewound in a single scenario back-end. During rewind for multi-backend scenarios the scenario is reloaded so a different notification is used for that. If this is a rollback, the appropriate data is set
| DtIfScenarioRewound::DtIfScenarioRewound | ( | ) |
default constructor
|
virtual |
destructor
| DtIfScenarioRewound::DtIfScenarioRewound | ( | const DtIfScenarioRewound & | orig | ) |
copy constructor
| DtIfScenarioRewound& DtIfScenarioRewound::operator= | ( | const DtIfScenarioRewound & | orig | ) |
DtIfSnapshotsResponse operator.
|
virtual |
Returns the type of Interface Content.
Implements DtSimInterfaceContent.
|
virtual |
Implements DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
static |
|
virtual |
Simulation time to roll back to.
If this is given and Snapshot id is given Snapshot id will be used first, and, if that does not exist, sim time second
|
virtual |
|
virtual |
|
virtual |
|
protected |
|
protected |