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

Public Member Functions

 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)
 

Protected Attributes

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: