Public Member Functions | |
MeterConfig (uint16_t flags, uint32_t meter_id) | |
MeterConfig (uint16_t flags, uint32_t meter_id, MeterBandList bands) | |
bool | operator== (const MeterConfig &other) const |
bool | operator!= (const MeterConfig &other) const |
size_t | pack (uint8_t *buffer) |
of_error | unpack (uint8_t *buffer) |
uint16_t | length () |
uint16_t | flags () |
uint32_t | meter_id () |
MeterBandList | bands () |
void | bands (MeterBandList bands) |
void | add_band (MeterBand *band) |