canbus
Public Member Functions | Public Attributes | List of all members
canbus::Statistics Struct Reference

#include <canTypes.hh>

Public Member Functions

 Statistics ()
 

Public Attributes

base::Time time
 
uint64_t msg_tx
 
uint64_t msg_rx
 the number of messages sent (total) More...
 
uint64_t tx
 the number of messages received (total) More...
 
uint64_t rx
 the amount of bytes sent (total) More...
 
uint64_t error_count
 the amount of bytes received (total) More...
 

Constructor & Destructor Documentation

canbus::Statistics::Statistics ( )
inline

Member Data Documentation

uint64_t canbus::Statistics::error_count

the amount of bytes received (total)

uint64_t canbus::Statistics::msg_rx

the number of messages sent (total)

uint64_t canbus::Statistics::msg_tx
uint64_t canbus::Statistics::rx

the amount of bytes sent (total)

base::Time canbus::Statistics::time
uint64_t canbus::Statistics::tx

the number of messages received (total)


The documentation for this struct was generated from the following file: