AnitaPol – Enumeration for the two polarisations. More...
Typedefs | |
typedef enum AnitaPol::EAnitaPol | AnitaPol_t |
Polarisation enumeration. | |
Enumerations | |
enum | EAnitaPol { kHorizontal = 0, kVertical = 1, kNotAPol } |
Functions | |
char | polAsChar (AnitaPol::AnitaPol_t pol) |
Returns the polarisation as a character string. | |
AnitaPol – Enumeration for the two polarisations.
Really that's all there is to it.
enum AnitaPol::EAnitaPol |
Enumerator | |
---|---|
kHorizontal |
Horizontal Polarisation. |
kVertical |
Vertical Polarisation. |
kNotAPol |
USeful in for loops. |
Definition at line 196 of file AnitaConventions.h.