#include <BandList.h>
|
| BandList () |
|
void | add (int8_t bandIdx, uint32_t bottomFrequency, uint32_t topFrequency, uint8_t space) |
|
BandNode * | findBand (int8_t bandIdx) |
|
void | remove (int8_t bandIdx) |
|
◆ BandList()
◆ add()
void BandList::add |
( |
int8_t |
bandIdx, |
|
|
uint32_t |
bottomFrequency, |
|
|
uint32_t |
topFrequency, |
|
|
uint8_t |
space |
|
) |
| |
|
inline |
◆ findBand()
BandNode * BandList::findBand |
( |
int8_t |
bandIdx | ) |
|
|
inline |
◆ remove()
void BandList::remove |
( |
int8_t |
bandIdx | ) |
|
|
inline |
The documentation for this class was generated from the following file: