|
DDS
ver. 2.0
|
#include <StatImpl.h>
Public Member Functions | |
| CStatImpl (boost::asio::io_service &_service) | |
| SReadStat | getReadStat () const |
| Return read statistics. More... | |
| SWriteStat | getWriteStat () const |
| Return write statistics. More... | |
| void | setStatEnabled (bool _statEnabled) |
| Enable/disable statistics accumulation. More... | |
| void | logReadMessage (CProtocolMessage::protocolMessagePtr_t _message) |
| void | logWriteMessages (const protocolMessagePtrQueue_t &_messageQueue) |
|
inline |
| SWriteStat CStatImpl::getWriteStat | ( | ) | const |
Return write statistics.
| void CStatImpl::logReadMessage | ( | CProtocolMessage::protocolMessagePtr_t | _message | ) |
| void CStatImpl::logWriteMessages | ( | const protocolMessagePtrQueue_t & | _messageQueue | ) |
| void CStatImpl::setStatEnabled | ( | bool | _statEnabled | ) |
Enable/disable statistics accumulation.
1.8.13