![]() |
VR-Forces 4.1 Class Documentation
|
Total: 9 bytes. More...

Public Member Functions | |
| DtIfSetFrameMode () | |
| default constructor | |
| DtIfSetFrameMode (const DtIfSetFrameMode &orig) | |
| copy constructor | |
| const DtIfSetFrameMode & | operator= (const DtIfSetFrameMode &orig) |
| assignment operator | |
| virtual | ~DtIfSetFrameMode () |
| virtual int | type () const |
| Returns the type of Interface Content; DtSetFrameModeMessageType. | |
| virtual DtSimInterfaceContent * | clone () const |
| virtual int | frameMode () const |
| Should be one of the strings for frame mode in msgTypes.h. | |
| virtual void | setFrameMode (int frameMode) |
| virtual DtReal | frameTime () const |
| virtual void | setFrameTime (DtReal frameTime) |
| virtual int | netRepSize () const |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| virtual bool | setToNet () |
| virtual void | printDataToString (DtString &str) |
Public Member Functions inherited from DtSimInterfaceContent | |
| virtual | ~DtSimInterfaceContent () |
| virtual bool | update (const DtSimInterfaceContent *data) |
| virtual char * | netRep () |
| 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 () |
Protected Attributes | |
| DtReal | myFrameTime |
| int | myFrameMode |
| Also known as delta-T or dT. | |
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 |
Total: 9 bytes.
DtIfSetFrameMode is the content portion of an exercise clock mode control message. It's typically only sent from front-end to back, based on the "frame-mode" and "frame-time" values stored in a scenario file.
Content-Type: DtSetFrameModeMessageType
Parameters: frameMode - A DtString that is the exercise clock mode. The three standard clock modes are:
fixed-frame-run-to-complete (DtFixedFrameRunToCompleteMode- Type). These strings are defined in msgTypes.h. See VR-Forces User’s Guide for an explanation of the exercise clock modes.
frameTime - A DtReal value also known as delta-T or dT.
| DtIfSetFrameMode::DtIfSetFrameMode | ( | ) |
default constructor
| DtIfSetFrameMode::DtIfSetFrameMode | ( | const DtIfSetFrameMode & | orig | ) |
copy constructor
|
virtual |
| const DtIfSetFrameMode& DtIfSetFrameMode::operator= | ( | const DtIfSetFrameMode & | orig | ) |
assignment operator
|
virtual |
Returns the type of Interface Content; DtSetFrameModeMessageType.
Implements DtSimInterfaceContent.
|
virtual |
Implements DtSimInterfaceContent.
|
virtual |
Should be one of the strings for frame mode in msgTypes.h.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
static |
|
protected |
|
protected |
Also known as delta-T or dT.