libfluid
The ONF OpenFlow driver
Public Member Functions | List of all members
fluid_msg::of10::QueueStats Class Reference
Inheritance diagram for fluid_msg::of10::QueueStats:
fluid_msg::QueueStatsCommon

Public Member Functions

 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)
 
- Public Member Functions inherited from fluid_msg::QueueStatsCommon
 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)
 

Additional Inherited Members

- Protected Attributes inherited from fluid_msg::QueueStatsCommon
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: