OpcUaCanOpen
CANopen OPC-UA server
|
Following is encapsulated as a class, to provide sane copying in assignment operator. More...
Public Attributes | |
float | m_transmittedPerSec |
float | m_receivedPerSec |
float | m_busLoad |
Bus load derived from #TX and #RX packages. More... | |
system_clock::time_point | m_observationStart |
Following is encapsulated as a class, to provide sane copying in assignment operator.
Definition at line 90 of file CanStatistics.h.
float CanModule::CanStatistics::Internals::m_busLoad |
Bus load derived from #TX and #RX packages.
Definition at line 96 of file CanStatistics.h.
system_clock::time_point CanModule::CanStatistics::Internals::m_observationStart |
Definition at line 97 of file CanStatistics.h.
float CanModule::CanStatistics::Internals::m_receivedPerSec |
Definition at line 94 of file CanStatistics.h.
float CanModule::CanStatistics::Internals::m_transmittedPerSec |
Definition at line 93 of file CanStatistics.h.