|
| QueueStats (uint16_t port_no, uint32_t queue_id, uint64_t tx_bytes, uint64_t tx_packets, uint64_t tx_errors) |
|
bool | operator== (const QueueStats &other) const |
|
bool | operator!= (const QueueStats &other) const |
|
size_t | pack (uint8_t *buffer) |
|
of_error | unpack (uint8_t *buffer) |
|
uint16_t | port_no () |
|
void | port_no (uint16_t port_no) |
|
| QueueStatsCommon (uint32_t queue_id, uint64_t tx_bytes, uint64_t tx_packets, uint64_t tx_errors) |
|
bool | operator== (const QueueStatsCommon &other) const |
|
bool | operator!= (const QueueStatsCommon &other) const |
|
uint32_t | queue_id () |
|
uint64_t | tx_bytes () |
|
uint64_t | tx_packets () |
|
uint64_t | tx_errors () |
|
void | queue_id (uint32_t queue_id) |
|
void | tx_bytes (uint64_t tx_bytes) |
|
void | tx_packets (uint64_t tx_packets) |
|
void | tx_errors (uint64_t tx_errors) |
|
|
uint32_t | queue_id_ |
|
uint64_t | tx_bytes_ |
|
uint64_t | tx_packets_ |
|
uint64_t | tx_errors_ |
|
The documentation for this class was generated from the following file: