![]() |
VR-Forces 4.3 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. | |
Static Public Member Functions | |
| static DtSimInterfaceContent * | creator () |
Protected Attributes | |
| DtFloat64 | myFrameRateMean |
| DtFloat64 | myFrameRateMedian |
| DtFloat64 | myFrameRateStandardDeviation |
| DtFloat64 | myMinFrameRate |
| DtFloat64 | myMaxFrameRate |
| DtFloat64 | myFrameRateResponsePeriod |
| DtU32 | myFramesAveraged |
| DtFloat64 | mySimTimeToRealTimeRatio |
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.
|
virtual |
|
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 |
|
virtual |
|
virtual |
|
virtual |
|
static |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |