Public Member Functions | |
MeterBandList (std::list< MeterBand * > band_list) | |
MeterBandList (const MeterBandList &other) | |
MeterBandList & | operator= (MeterBandList other) |
bool | operator== (const MeterBandList &other) const |
bool | operator!= (const MeterBandList &other) const |
size_t | pack (uint8_t *buffer) |
of_error | unpack (uint8_t *buffer) |
uint16_t | length () |
void | add_band (MeterBand *band) |
void | length (uint16_t length) |
Friends | |
void | swap (MeterBandList &first, MeterBandList &second) |