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

Public Member Functions

 cofmeter_stats_reply (uint8_t of_version=0, uint8_t *buf=(uint8_t *) 0, size_t buflen=0)
 
 cofmeter_stats_reply (uint8_t of_version, uint32_t meter_id, uint32_t flow_count, uint64_t packet_in_count, uint64_t byte_in_count, uint32_t durarion_sec, uint32_t duration_nsec, const rofl::openflow::cofmeter_band_stats_array &mbstats)
 
 cofmeter_stats_reply (const cofmeter_stats_reply &meter_stats_reply)
 
cofmeter_stats_replyoperator= (const cofmeter_stats_reply &meter_stats_reply)
 
bool operator== (const cofmeter_stats_reply &meter_stats_reply)
 
void clear ()
 
size_t length () const
 
void pack (uint8_t *buf, size_t buflen)
 
void unpack (uint8_t *buf, size_t buflen)
 
rofl::openflow::cofmeter_band_stats_arrayset_meter_band_stats ()
 
const
rofl::openflow::cofmeter_band_stats_array
get_meter_band_stats () const
 
void set_version (uint8_t of_version)
 
uint8_t get_version () const
 
void set_meter_id (uint32_t meter_id)
 
uint32_t get_meter_id () const
 
void set_flow_count (uint32_t flow_count)
 
uint32_t get_flow_count () const
 
void set_packet_in_count (uint64_t packet_in_count)
 
uint64_t get_packet_in_count () const
 
void set_byte_in_count (uint64_t byte_in_count)
 
uint64_t get_byte_in_count () const
 
void set_duration_sec (uint32_t duration_sec)
 
uint32_t get_duration_sec () const
 
void set_duration_nsec (uint32_t duration_nsec)
 
uint32_t get_duration_nsec () const
 

Friends

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

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