|
| MeterMod (uint32_t xid, uint16_t command, uint16_t flags, uint32_t meter_id) |
|
| MeterMod (uint32_t xid, uint16_t command, uint16_t flags, uint32_t meter_id, MeterBandList bands) |
|
bool | operator== (const MeterMod &other) const |
|
bool | operator!= (const MeterMod &other) const |
|
uint8_t * | pack () |
|
of_error | unpack (uint8_t *buffer) |
|
uint16_t | command () |
|
uint16_t | flags () |
|
uint32_t | meter_id () |
|
MeterBandList | bands () |
|
void | command (uint16_t command) |
|
void | flags (uint16_t flags) |
|
void | meter_id (uint32_t meter_id) |
|
void | bands (MeterBandList bands) |
|
void | add_band (MeterBand *band) |
|
| 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) |
|
|
static void | free_buffer (uint8_t *buffer) |
|
uint8_t | version_ |
|
uint8_t | type_ |
|
uint16_t | length_ |
|
uint32_t | xid_ |
|
The documentation for this class was generated from the following file: