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

Public Member Functions

 QueuePropRate (uint16_t property)
 
 QueuePropRate (uint16_t property, uint16_t rate)
 
virtual bool equals (const QueueProperty &other)
 
virtual QueuePropRateclone ()
 
uint16_t rate ()
 
void rate (uint16_t rate)
 
- Public Member Functions inherited from fluid_msg::QueueProperty
 QueueProperty (uint16_t property)
 
virtual bool operator== (const QueueProperty &other) const
 
virtual bool operator!= (const QueueProperty &other) const
 
virtual size_t pack (uint8_t *buffer)
 
virtual of_error unpack (uint8_t *buffer)
 
uint16_t property ()
 
uint16_t len ()
 
void property (uint16_t property)
 

Protected Attributes

uint16_t rate_
 
- Protected Attributes inherited from fluid_msg::QueueProperty
uint16_t property_
 
uint16_t len_
 

Additional Inherited Members

- Static Public Member Functions inherited from fluid_msg::QueueProperty
static QueuePropertymake_queue_of10_property (uint16_t property)
 
static QueuePropertymake_queue_of13_property (uint16_t property)
 
static bool delete_all (QueueProperty *prop)
 

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