File: ifFrameRateRsp.h.
More...
Detailed Description
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
Constructor & Destructor Documentation
| DtIfFrameRateResponse::DtIfFrameRateResponse |
( |
| ) |
|
| virtual DtIfFrameRateResponse::~DtIfFrameRateResponse |
( |
| ) |
|
|
virtual |
Member Function Documentation
| virtual int DtIfFrameRateResponse::type |
( |
| ) |
const |
|
virtual |
| 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 |
| virtual bool DtIfFrameRateResponse::setFromNet |
( |
const char * |
contentBuffer, |
|
|
unsigned |
contentSize |
|
) |
| |
|
virtual |
| virtual bool DtIfFrameRateResponse::setToNet |
( |
| ) |
|
|
virtual |
| virtual void DtIfFrameRateResponse::printDataToString |
( |
DtString & |
str | ) |
|
|
virtual |
Member Data Documentation
| 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 |
The documentation for this class was generated from the following file: