Communication Library for Autonomous Systems v1.0
Reliable and secure communication library for autonomous vehicle systems
Loading...
Searching...
No Matches
NIC< Engine >::Statistics Struct Reference

#include <nic.h>

Public Member Functions

 Statistics ()
 

Public Attributes

std::atomic< unsigned intpackets_sent
 
std::atomic< unsigned intpackets_received
 
std::atomic< unsigned intbytes_sent
 
std::atomic< unsigned intbytes_received
 
std::atomic< unsigned inttx_drops
 
std::atomic< unsigned intrx_drops
 

Constructor & Destructor Documentation

◆ Statistics()

template<typename Engine >
NIC< Engine >::Statistics::Statistics ( )
inline

Member Data Documentation

◆ bytes_received

template<typename Engine >
std::atomic<unsigned int> NIC< Engine >::Statistics::bytes_received

◆ bytes_sent

template<typename Engine >
std::atomic<unsigned int> NIC< Engine >::Statistics::bytes_sent

◆ packets_received

template<typename Engine >
std::atomic<unsigned int> NIC< Engine >::Statistics::packets_received

◆ packets_sent

template<typename Engine >
std::atomic<unsigned int> NIC< Engine >::Statistics::packets_sent

◆ rx_drops

template<typename Engine >
std::atomic<unsigned int> NIC< Engine >::Statistics::rx_drops

◆ tx_drops

template<typename Engine >
std::atomic<unsigned int> NIC< Engine >::Statistics::tx_drops

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