1 #ifndef IODRIVERS_BASE_STATUS_HPP
2 #define IODRIVERS_BASE_STATUS_HPP
4 #include <base/Time.hpp>
6 namespace iodrivers_base {
unsigned int queued_bytes
count of bytes received and rejected
Definition: Status.hpp:15
base::Time stamp
Definition: Status.hpp:10
Status()
count of bytes currently queued in the driver's internal buffer
Definition: Status.hpp:17
unsigned int good_rx
count of bytes received
Definition: Status.hpp:13
unsigned int bad_rx
count of bytes received and accepted
Definition: Status.hpp:14
unsigned int tx
Definition: Status.hpp:12