#include <CanStatistics.h>
|
class | Internals |
| Following is encapsulated as a class, to provide sane copying in assignment operator. More...
|
|
Definition at line 51 of file CanStatistics.h.
◆ CanStatistics()
CanModule::CanStatistics::CanStatistics |
( |
| ) |
|
◆ beginNewRun()
void CanModule::CanStatistics::beginNewRun |
( |
| ) |
|
◆ busLoad()
float CanModule::CanStatistics::busLoad |
( |
| ) |
|
|
inline |
◆ computeDerived()
void CanModule::CanStatistics::computeDerived |
( |
unsigned int |
baudRate | ) |
|
◆ onReceive()
void CanModule::CanStatistics::onReceive |
( |
unsigned int |
dataLength | ) |
|
◆ onTransmit()
void CanModule::CanStatistics::onTransmit |
( |
unsigned int |
dataLength | ) |
|
◆ operator=()
void CanModule::CanStatistics::operator= |
( |
const CanStatistics & |
other | ) |
|
◆ rxRate()
float CanModule::CanStatistics::rxRate |
( |
| ) |
|
|
inline |
◆ totalReceived()
unsigned int CanModule::CanStatistics::totalReceived |
( |
| ) |
|
|
inline |
◆ totalTransmitted()
unsigned int CanModule::CanStatistics::totalTransmitted |
( |
| ) |
|
|
inline |
◆ txRate()
float CanModule::CanStatistics::txRate |
( |
| ) |
|
|
inline |
◆ m_internals
Internals CanModule::CanStatistics::m_internals |
|
private |
◆ m_received
std::atomic_uint_least32_t CanModule::CanStatistics::m_received |
|
private |
Number of messaged in current statistic run.
Definition at line 83 of file CanStatistics.h.
◆ m_receivedOctets
std::atomic_uint_least32_t CanModule::CanStatistics::m_receivedOctets |
|
private |
◆ m_totalReceived
std::atomic_uint_least32_t CanModule::CanStatistics::m_totalReceived |
|
private |
◆ m_totalTransmitted
std::atomic_uint_least32_t CanModule::CanStatistics::m_totalTransmitted |
|
private |
◆ m_transmitted
std::atomic_uint_least32_t CanModule::CanStatistics::m_transmitted |
|
private |
Number of messaged in current statistic run.
Definition at line 81 of file CanStatistics.h.
◆ m_transmittedOctets
std::atomic_uint_least32_t CanModule::CanStatistics::m_transmittedOctets |
|
private |
The documentation for this class was generated from the following files: