Typedefs | Enumerations | Functions
AnitaPol Namespace Reference

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.
 

Detailed Description

AnitaPol – Enumeration for the two polarisations.

Really that's all there is to it.

Enumeration Type Documentation

Enumerator
kHorizontal 

Horizontal Polarisation.

kVertical 

Vertical Polarisation.

kNotAPol 

USeful in for loops.

Definition at line 196 of file AnitaConventions.h.