Typedefs | Enumerations | Functions
AnitaBand Namespace Reference

AnitaBand – Enumeration for the four frequency bands. More...

Typedefs

typedef enum AnitaBand::EAnitaBand AnitaBand_t
 Band enumeration.
 

Enumerations

enum  EAnitaBand { kLow =0, kMid =1, kHigh =2, kFull =3 }
 

Functions

const char * bandAsString (AnitaBand::AnitaBand_t band)
 Returns the band as a character string.
 

Detailed Description

AnitaBand – Enumeration for the four frequency bands.

Really that's all there is to it.

Enumeration Type Documentation

◆ EAnitaBand

Enumerator
kLow 

The low band.

kMid 

The middle band.

kHigh 

The high band.

kFull 

The full band.x.

Definition at line 233 of file AnitaConventions.h.