15 #ifndef CARMA_ANTENNA_BIMA_POLARIZER_H
16 #define CARMA_ANTENNA_BIMA_POLARIZER_H
25 #include "carma/util/Program.h"
37 class Polarizer :
public TelemetryClient
41 Polarizer( Configuration& config );
43 typedef enum { MOVING, BAD, RCP, LCP, H, V, CLEAR } PolPos;
45 PolPos getCanonicalPosition();
46 int getInstantPosition();
51 std::map<std::string, unsigned short * > _positions;
55 static const unsigned short _tolerance = 250;
58 unsigned short *_clear;
65 #endif // CARMA_ANTENNA_BIMA_POLARIZER_H
Class definition for Stepper Motors for BIMA systems.
Class definition for TelemetryClient on the BIMA antennas.
Class definition for Stepper Motors for BIMA systems.