libfluid
The ONF OpenFlow driver
Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
fluid_msg::of13::MeterBand Class Reference
Inheritance diagram for fluid_msg::of13::MeterBand:
fluid_msg::of13::MeterBandDrop fluid_msg::of13::MeterBandDSCPRemark fluid_msg::of13::MeterBandExperimenter

Public Member Functions

 MeterBand (uint16_t type, uint32_t rate, uint32_t burst_size)
 
virtual bool equals (const MeterBand &other)
 
virtual MeterBandclone ()
 
virtual size_t pack (uint8_t *buffer)
 
virtual of_error unpack (uint8_t *buffer)
 
uint16_t type ()
 
uint16_t len ()
 
uint32_t rate ()
 
uint32_t burst_size ()
 
void type (uint16_t type)
 
void rate (uint32_t rate)
 
void burst_size (uint32_t burst_size)
 

Static Public Member Functions

static bool delete_all (MeterBand *band)
 
static MeterBandmake_meter_band (uint16_t type)
 

Protected Attributes

uint16_t type_
 
uint16_t len_
 
uint32_t rate_
 
uint32_t burst_size_
 

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