|
| | DtTrafficStats () |
| |
| void | reset () |
| |
| void | resetFomStats () |
| |
| void | resetStatsUpdatedFlags () |
| |
| const DtString | string () const |
| |
| const DtString | toDtString () const |
| |
| void | msgSent (unsigned int fedId, DtRtiMsgKind msgKind, unsigned int size, double sendTime) |
| |
| void | msgRcvd (unsigned int fedId, DtRtiMsgKind msgKind, unsigned int size, double recvTime) |
| |
| void | rtiAmbCalled (const DtRtiAmbAPIType callName, double callTime) |
| |
| void | fedAmbCalled (const DtFedAmbAPIType callName, double callTime) |
| |
| const DtMsgStats * | getMsgStats (DtRtiMsgKind msgKind) const |
| |
| void | addObject (bool isRegistered, unsigned int objHandle, const DtString &theClassName, const DtString &theObjectName, DtObjectClassHandle theClassHandle) |
| |
| void | addInteraction (bool isSent, unsigned int interHandle, const DtString &theInterName) |
| |
| void | recordUpdate (bool isSent, unsigned int msgSize, double time, DtObjectInstanceHandle handle, const DtString &name, DtObjectClassHandle classHandle, const DtString &objectClassName) |
| |
| void | recordInteraction (bool isSent, unsigned int msgSize, double time, DtInteractionClassHandle handle, const DtString &name) |
| |
|
| static const DtString | header () |
| |
| DtTrafficStats::DtTrafficStats |
( |
| ) |
|
|
inline |
| void DtTrafficStats::addInteraction |
( |
bool |
isSent, |
|
|
unsigned int |
interHandle, |
|
|
const DtString & |
theInterName |
|
) |
| |
| void DtTrafficStats::addObject |
( |
bool |
isRegistered, |
|
|
unsigned int |
objHandle, |
|
|
const DtString & |
theClassName, |
|
|
const DtString & |
theObjectName, |
|
|
DtObjectClassHandle |
theClassHandle |
|
) |
| |
| void DtTrafficStats::checkInternalState |
( |
| ) |
const |
|
protected |
| bool DtTrafficStats::containsInteractionClass |
( |
unsigned int |
interactionClassHandle | ) |
|
|
protected |
| bool DtTrafficStats::containsObjectInstance |
( |
unsigned int |
objectInstanceHandle | ) |
|
|
protected |
| void DtTrafficStats::fedAmbCalled |
( |
const DtFedAmbAPIType |
callName, |
|
|
double |
callTime |
|
) |
| |
| static const DtString DtTrafficStats::header |
( |
| ) |
|
|
static |
| void DtTrafficStats::msgRcvd |
( |
unsigned int |
fedId, |
|
|
DtRtiMsgKind |
msgKind, |
|
|
unsigned int |
size, |
|
|
double |
recvTime |
|
) |
| |
| void DtTrafficStats::msgSent |
( |
unsigned int |
fedId, |
|
|
DtRtiMsgKind |
msgKind, |
|
|
unsigned int |
size, |
|
|
double |
sendTime |
|
) |
| |
| void DtTrafficStats::recordInteraction |
( |
bool |
isSent, |
|
|
unsigned int |
msgSize, |
|
|
double |
time, |
|
|
DtInteractionClassHandle |
handle, |
|
|
const DtString & |
name |
|
) |
| |
| void DtTrafficStats::recordUpdate |
( |
bool |
isSent, |
|
|
unsigned int |
msgSize, |
|
|
double |
time, |
|
|
DtObjectInstanceHandle |
handle, |
|
|
const DtString & |
name, |
|
|
DtObjectClassHandle |
classHandle, |
|
|
const DtString & |
objectClassName |
|
) |
| |
| void DtTrafficStats::reset |
( |
| ) |
|
| void DtTrafficStats::resetFomStats |
( |
| ) |
|
| void DtTrafficStats::resetStatsUpdatedFlags |
( |
| ) |
|
| void DtTrafficStats::rtiAmbCalled |
( |
const DtRtiAmbAPIType |
callName, |
|
|
double |
callTime |
|
) |
| |
| const DtString DtTrafficStats::string |
( |
| ) |
const |
| const DtString DtTrafficStats::toDtString |
( |
| ) |
const |
| void DtTrafficStats::updateMsgStats |
( |
bool |
isSentMsg, |
|
|
DtRtiMsgKind |
msgKind, |
|
|
unsigned int |
size, |
|
|
double |
time |
|
) |
| |
|
protected |
| double DtTrafficStats::myAveMsgSize |
| MAKRti::DtTime DtTrafficStats::myAveReadTime |
| MAKRti::DtTime DtTrafficStats::myAveSendTime |
| std::set<unsigned int> DtTrafficStats::myChangedPubSubTransOrdInteractionHandlesSet |
| std::set<unsigned int> DtTrafficStats::myChangedPubSubTransOrdObjectClassHandlesSet |
| MAKRti::DtClock DtTrafficStats::myCollectionPeriod |
| std::map< unsigned int, DtObjIntStats > DtTrafficStats::myInteractionData |
| unsigned int DtTrafficStats::myMaxMsgSize |
| MAKRti::DtTime DtTrafficStats::myMaxReadTime |
| MAKRti::DtTime DtTrafficStats::myMaxSendTime |
| unsigned int DtTrafficStats::myMinMsgSize |
| MAKRti::DtTime DtTrafficStats::myMinReadTime |
| MAKRti::DtTime DtTrafficStats::myMinSendTime |
| unsigned int DtTrafficStats::myNumAnonMsgs |
| unsigned int DtTrafficStats::myNumFedMsgs |
| unsigned int DtTrafficStats::myNumSentMsgs |
| std::map< unsigned int, DtObjIntStats > DtTrafficStats::myObjectData |
| std::set< unsigned int > DtTrafficStats::myObjectInstanceNamesToSend |
| std::map< unsigned int, unsigned int > DtTrafficStats::myParameterHandleByInteractionHandleMap |
| MAKRti::DtTime DtTrafficStats::myTotalApiTime |
| unsigned int DtTrafficStats::myTotalBytesReceived |
| unsigned int DtTrafficStats::myTotalBytesSent |
| MAKRti::DtTime DtTrafficStats::myTotalCallbackTime |
| unsigned int DtTrafficStats::myTotalMsgsReceived |
| MAKRti::DtTime DtTrafficStats::myTotalReadTime |
| MAKRti::DtTime DtTrafficStats::myTotalSendTime |
The documentation for this class was generated from the following file: