![]() |
VR-Forces 4.1.1 Class Documentation
|
File: ifFrameRateRsp.h. More...

Public Member Functions | |
| DtIfFrameRateResponse () | |
| default constructor | |
| DtIfFrameRateResponse (const DtIfFrameRateResponse &orig) | |
| copy constructor | |
| const DtIfFrameRateResponse & | operator= (const DtIfFrameRateResponse &orig) |
| assignment operator | |
| virtual | ~DtIfFrameRateResponse () |
| virtual int | type () const |
| Returns the type of Interface Content; DtIfFrameRateResponse. | |
| virtual DtSimInterfaceContent * | clone () const |
| virtual double | frameRateMean () const |
| virtual void | setFrameRateMean (double frameRateMean) |
| virtual double | frameRateMedian () const |
| virtual void | setFrameRateMedian (double frameRateMedian) |
| virtual double | frameRateStandardDeviation () const |
| virtual void | setFrameRateStandardDeviation (double frameRateStandardDeviation) |
| virtual double | minFrameRate () const |
| virtual void | setMinFrameRate (double minFrameRate) |
| virtual double | maxFrameRate () const |
| virtual void | setMaxFrameRate (double maxFrameRate) |
| virtual double | frameRateResponsePeriod () |
| virtual void | setFrameRateResponsePeriod (double period) |
| virtual unsigned int | framesAveraged () |
| virtual void | setFramesAveraged (unsigned int frames) |
| virtual int | netRepSize () const |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| virtual bool | setToNet () |
| virtual void | printDataToString (DtString &str) |
| virtual double | simTimeToRealTimeRatio () |
| Ratio of simulation time to real (wall-clock) time. | |
| virtual void | setSimTimeToRealTimeRatio (double ratio) |
| Ratio of simulation time to real (wall-clock) time. | |
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 | |
| DtFloat64 | myFrameRateMean |
| DtFloat64 | myFrameRateMedian |
| DtFloat64 | myFrameRateStandardDeviation |
| DtFloat64 | myMinFrameRate |
| DtFloat64 | myMaxFrameRate |
| DtFloat64 | myFrameRateResponsePeriod |
| DtU32 | myFramesAveraged |
| DtFloat64 | mySimTimeToRealTimeRatio |
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 |
File: ifFrameRateRsp.h.
Class: DtIfFrameRateResponse DtIfFrameRateResponse is the content portion of a frame rate response message. It is sent in response (either once or periodically) to a frame rate request message.
Content-Type: DtFrameRateResponseMessageType
| DtIfFrameRateResponse::DtIfFrameRateResponse | ( | ) |
default constructor
| DtIfFrameRateResponse::DtIfFrameRateResponse | ( | const DtIfFrameRateResponse & | orig | ) |
copy constructor
|
virtual |
| const DtIfFrameRateResponse& DtIfFrameRateResponse::operator= | ( | const DtIfFrameRateResponse & | orig | ) |
assignment operator
|
virtual |
Returns the type of Interface Content; DtIfFrameRateResponse.
Implements DtSimInterfaceContent.
|
virtual |
Implements DtSimInterfaceContent.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Ratio of simulation time to real (wall-clock) time.
Default is 1.0.
|
virtual |
Ratio of simulation time to real (wall-clock) time.
Default is 1.0.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
static |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |