Revised OpenFlow Library  v0.6.0dev
 All Classes Files Functions Variables Friends Groups Pages
Public Member Functions | Friends | List of all members
rofl::openflow::cofqueue_stats_reply Class Reference

Public Member Functions

 cofqueue_stats_reply (uint8_t of_version=0)
 
 cofqueue_stats_reply (uint8_t of_version, uint32_t port_no, uint32_t queue_id, uint64_t tx_bytes, uint64_t tx_packets, uint64_t tx_errors, uint32_t duration_sec, uint32_t duration_nsec)
 
 cofqueue_stats_reply (cofqueue_stats_reply const &stats)
 
cofqueue_stats_replyoperator= (cofqueue_stats_reply const &stats)
 
bool operator== (cofqueue_stats_reply const &stats)
 
void pack (uint8_t *buf, size_t buflen) const
 
void unpack (uint8_t *buf, size_t buflen)
 
size_t length () const
 
void set_version (uint8_t of_version)
 
uint8_t get_version () const
 
uint32_t get_port_no () const
 
uint32_t get_queue_id () const
 
uint64_t get_tx_bytes () const
 
uint64_t get_tx_packets () const
 
uint64_t get_tx_errors () const
 
uint32_t get_duration_sec () const
 
uint32_t get_duration_nsec () const
 
void set_port_no (uint32_t port_no)
 
void set_queue_id (uint32_t queue_id)
 
void set_tx_bytes (uint64_t tx_bytes)
 
void set_tx_packets (uint64_t tx_packets)
 
void set_tx_errors (uint64_t tx_errors)
 
void set_duration_sec (uint32_t duration_sec)
 
void set_duration_nsec (uint32_t duration_nsec)
 

Friends

std::ostream & operator<< (std::ostream &os, cofqueue_stats_reply const &r)
 

The documentation for this class was generated from the following files: