PU2CLR SI4844 Arduino Library 1.1.8
Arduino Library for Si4844 Devices - By Ricardo Lima Caratti
Loading...
Searching...
No Matches
BandList Class Reference

#include <BandList.h>

Public Member Functions

 BandList ()
 
void add (int8_t bandIdx, uint32_t bottomFrequency, uint32_t topFrequency, uint8_t space)
 
BandNodefindBand (int8_t bandIdx)
 
void remove (int8_t bandIdx)
 

Constructor & Destructor Documentation

◆ BandList()

BandList::BandList ( )
inline

Member Function Documentation

◆ add()

void BandList::add ( int8_t  bandIdx,
uint32_t  bottomFrequency,
uint32_t  topFrequency,
uint8_t  space 
)
inline

References BandNode::next.

◆ findBand()

BandNode * BandList::findBand ( int8_t  bandIdx)
inline

References BandNode::next.

◆ remove()

void BandList::remove ( int8_t  bandIdx)
inline

References BandNode::next.


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