libfluid
The ONF OpenFlow driver
Public Member Functions | Protected Attributes | List of all members
fluid_msg::of10::StatsRequest Class Reference

#include <of10msg.hh>

Inheritance diagram for fluid_msg::of10::StatsRequest:
fluid_msg::OFMsg fluid_msg::of10::StatsRequestAggregate fluid_msg::of10::StatsRequestDesc fluid_msg::of10::StatsRequestFlow fluid_msg::of10::StatsRequestPort fluid_msg::of10::StatsRequestQueue fluid_msg::of10::StatsRequestTable fluid_msg::of10::StatsRequestVendor

Public Member Functions

 StatsRequest (uint16_t)
 
 StatsRequest (uint32_t xid, uint16_t type, uint16_t flags)
 
bool operator== (const StatsRequest &other) const
 
bool operator!= (const StatsRequest &other) const
 
uint8_t * pack ()
 
of_error unpack (uint8_t *buffer)
 
uint16_t stats_type ()
 
uint16_t flags ()
 
void stats_type (uint16_t type)
 
void flags (uint16_t flags)
 
- Public Member Functions inherited from fluid_msg::OFMsg
 OFMsg (uint8_t version, uint8_t type)
 
 OFMsg (uint8_t version, uint8_t type, uint32_t xid)
 
 OFMsg (uint8_t *buffer)
 
bool operator== (const OFMsg &other) const
 
bool operator!= (const OFMsg &other) const
 
uint8_t version ()
 
uint8_t type ()
 
virtual uint16_t length ()
 
uint32_t xid ()
 
void version (uint8_t version)
 
void msg_type (uint8_t type)
 
void length (uint16_t length)
 
void xid (uint32_t xid)
 

Protected Attributes

uint16_t stats_type_
 
uint16_t flags_
 
- Protected Attributes inherited from fluid_msg::OFMsg
uint8_t version_
 
uint8_t type_
 
uint16_t length_
 
uint32_t xid_
 

Additional Inherited Members

- Static Public Member Functions inherited from fluid_msg::OFMsg
static void free_buffer (uint8_t *buffer)
 

Detailed Description

OpenFlow 1.0 OFPT_STATS_REQUEST message header. Stats request messages should inherit from this class.


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