|
OpenCPN Partial API docs
|
Driver statistics report. More...
#include <comm_drv_stats.h>
Public Member Functions | |
| DriverStats () | |
| Is driver device available? | |
Public Attributes | |
| NavAddr::Bus | driver_bus |
| std::string | driver_iface |
| unsigned | rx_count |
| Number of bytes received since program start. | |
| unsigned | tx_count |
| Number of bytes sent since program start. | |
| unsigned | error_count |
| Number of detected errors since program start. | |
| bool | available |
Driver statistics report.
Definition at line 37 of file comm_drv_stats.h.
|
inline |
Is driver device available?
Definition at line 44 of file comm_drv_stats.h.
| bool DriverStats::available |
Definition at line 43 of file comm_drv_stats.h.
| NavAddr::Bus DriverStats::driver_bus |
Definition at line 38 of file comm_drv_stats.h.
| std::string DriverStats::driver_iface |
Definition at line 39 of file comm_drv_stats.h.
| unsigned DriverStats::error_count |
Number of detected errors since program start.
Definition at line 42 of file comm_drv_stats.h.
| unsigned DriverStats::rx_count |
Number of bytes received since program start.
Definition at line 40 of file comm_drv_stats.h.
| unsigned DriverStats::tx_count |
Number of bytes sent since program start.
Definition at line 41 of file comm_drv_stats.h.