![]() |
VR-Forces 4.0.4 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
default constructor
| DtIfFrameRateResponse::DtIfFrameRateResponse | ( | const DtIfFrameRateResponse & | orig | ) |
copy constructor
| virtual DtIfFrameRateResponse::~DtIfFrameRateResponse | ( | ) | [virtual] |
| const DtIfFrameRateResponse& DtIfFrameRateResponse::operator= | ( | const DtIfFrameRateResponse & | orig | ) |
assignment operator
| virtual int DtIfFrameRateResponse::type | ( | ) | const [virtual] |
Returns the type of Interface Content; DtIfFrameRateResponse.
Implements DtSimInterfaceContent.
| virtual DtSimInterfaceContent* DtIfFrameRateResponse::clone | ( | ) | const [virtual] |
Implements DtSimInterfaceContent.
| virtual double DtIfFrameRateResponse::frameRateMean | ( | ) | const [virtual] |
| virtual void DtIfFrameRateResponse::setFrameRateMean | ( | double | frameRateMean | ) | [virtual] |
| virtual double DtIfFrameRateResponse::frameRateMedian | ( | ) | const [virtual] |
| virtual void DtIfFrameRateResponse::setFrameRateMedian | ( | double | frameRateMedian | ) | [virtual] |
| virtual double DtIfFrameRateResponse::frameRateStandardDeviation | ( | ) | const [virtual] |
| virtual void DtIfFrameRateResponse::setFrameRateStandardDeviation | ( | double | frameRateStandardDeviation | ) | [virtual] |
| virtual double DtIfFrameRateResponse::minFrameRate | ( | ) | const [virtual] |
| virtual void DtIfFrameRateResponse::setMinFrameRate | ( | double | minFrameRate | ) | [virtual] |
| virtual double DtIfFrameRateResponse::maxFrameRate | ( | ) | const [virtual] |
| virtual void DtIfFrameRateResponse::setMaxFrameRate | ( | double | maxFrameRate | ) | [virtual] |
| virtual double DtIfFrameRateResponse::frameRateResponsePeriod | ( | ) | [virtual] |
| virtual void DtIfFrameRateResponse::setFrameRateResponsePeriod | ( | double | period | ) | [virtual] |
| virtual unsigned int DtIfFrameRateResponse::framesAveraged | ( | ) | [virtual] |
| virtual void DtIfFrameRateResponse::setFramesAveraged | ( | unsigned int | frames | ) | [virtual] |
| virtual double DtIfFrameRateResponse::simTimeToRealTimeRatio | ( | ) | [virtual] |
Ratio of simulation time to real (wall-clock) time.
Default is 1.0.
| virtual void DtIfFrameRateResponse::setSimTimeToRealTimeRatio | ( | double | ratio | ) | [virtual] |
Ratio of simulation time to real (wall-clock) time.
Default is 1.0.
| virtual int DtIfFrameRateResponse::netRepSize | ( | ) | const [virtual] |
Reimplemented from DtSimInterfaceContent.
| virtual bool DtIfFrameRateResponse::setFromNet | ( | const char * | contentBuffer, |
| unsigned | contentSize | ||
| ) | [virtual] |
Reimplemented from DtSimInterfaceContent.
| virtual bool DtIfFrameRateResponse::setToNet | ( | ) | [virtual] |
Reimplemented from DtSimInterfaceContent.
| virtual void DtIfFrameRateResponse::printDataToString | ( | DtString & | str | ) | [virtual] |
Reimplemented from DtSimInterfaceContent.
| static DtSimInterfaceContent* DtIfFrameRateResponse::creator | ( | ) | [static] |
DtFloat64 DtIfFrameRateResponse::myFrameRateMean [protected] |
DtFloat64 DtIfFrameRateResponse::myFrameRateMedian [protected] |
DtFloat64 DtIfFrameRateResponse::myFrameRateStandardDeviation [protected] |
DtFloat64 DtIfFrameRateResponse::myMinFrameRate [protected] |
DtFloat64 DtIfFrameRateResponse::myMaxFrameRate [protected] |
DtFloat64 DtIfFrameRateResponse::myFrameRateResponsePeriod [protected] |
DtU32 DtIfFrameRateResponse::myFramesAveraged [protected] |
DtFloat64 DtIfFrameRateResponse::mySimTimeToRealTimeRatio [protected] |