|
iodrivers_base
|
#include <Status.hpp>
Public Member Functions | |
| Status () | |
| count of bytes currently queued in the driver's internal buffer More... | |
Public Attributes | |
| base::Time | stamp |
| unsigned int | tx |
| unsigned int | good_rx |
| count of bytes received More... | |
| unsigned int | bad_rx |
| count of bytes received and accepted More... | |
| unsigned int | queued_bytes |
| count of bytes received and rejected More... | |
This structure holds IO statistics
|
inline |
count of bytes currently queued in the driver's internal buffer
| unsigned int iodrivers_base::Status::bad_rx |
count of bytes received and accepted
| unsigned int iodrivers_base::Status::good_rx |
count of bytes received
| unsigned int iodrivers_base::Status::queued_bytes |
count of bytes received and rejected
| base::Time iodrivers_base::Status::stamp |
| unsigned int iodrivers_base::Status::tx |
1.8.6