![]() |
VR-Forces 4.7 Class Documentation
|
class DtIfSnapshotsResponse: More...

Classes | |
| struct | Snapshot |
Public Types | |
| typedef std::map< int, Snapshot > | SnapshotStatus |
Public Member Functions | |
| DtIfSnapshotsResponse () | |
| default constructor | |
| virtual | ~DtIfSnapshotsResponse () |
| destructor | |
| DtIfSnapshotsResponse (const DtIfSnapshotsResponse &orig) | |
| copy constructor | |
| DtIfSnapshotsResponse & | operator= (const DtIfSnapshotsResponse &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 | setBaseSnapshotTime (double) |
| virtual void | clearBaseSnapshot () |
| double | baseSnapshotTime () const |
| bool | hasBaseSnapshot () const |
| virtual const SnapshotStatus & | snapshots () const |
| Snapshot information. | |
| virtual void | addSnapshot (int id, double simTime, bool isPeriodic) |
| virtual void | setSnapshots (const SnapshotStatus &) |
| virtual void | removeSnapshot (int id) |
| virtual void | removeAllBut (int id) |
| virtual void | clear () |
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 | |
| SnapshotStatus | mySnapshots |
| double | myBaseSnapshotTime |
| bool | myHasBaseSnapshot |
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 DtIfSnapshotsResponse:
Instances of DtIfSnapshotsResponse return a Snapshot number and sim time with that Snapshot of an in-memory Snapshot status currently stored
Content-Type: DtSnapshotsResponseMessageType
| typedef std::map<int, Snapshot> DtIfSnapshotsResponse::SnapshotStatus |
| DtIfSnapshotsResponse::DtIfSnapshotsResponse | ( | ) |
default constructor
|
virtual |
destructor
| DtIfSnapshotsResponse::DtIfSnapshotsResponse | ( | const DtIfSnapshotsResponse & | orig | ) |
copy constructor
| DtIfSnapshotsResponse& DtIfSnapshotsResponse::operator= | ( | const DtIfSnapshotsResponse & | 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 |
Snapshot information.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |