4 #ifndef CARMA_ANTENNA_SZA_CONTROL_SZADRIVECONTROL_IDL
5 #define CARMA_ANTENNA_SZA_CONTROL_SZADRIVECONTROL_IDL
26 void setEncoderCountsPerTurn(in
unsigned long azCountsPerTurn, in
unsigned long elCountsPerTurn)
37 void setEncoderLimits(in
unsigned long azMinCount, in
unsigned long azMaxCount,
38 in
unsigned long elMinCount, in
unsigned long elMaxCount)
47 void setEncoderZeros(in
double azEncZeroDeg, in
double elEncZeroDeg)
57 void setTilts(in
double haTiltDeg, in
double latTiltDeg, in
double elTiltDeg)
112 void setMountPointingConstants(in
unsigned long azEncoderCountsPerTurn, in
unsigned long elEncoderCountsPerTurn,
113 in
unsigned long azMinEncoderCounts, in
unsigned long azMaxEncoderCounts,
114 in
unsigned long elMinEncoderCounts, in
unsigned long elMaxEncoderCounts,
115 in
double azEncoderZeroDegrees, in
double elEncoderZeroDegrees,
116 in
double haTiltDegrees, in
double latTiltDegrees, in
double elTiltDegrees,
117 in
double opticalXCollimationDegrees, in
double opticalYCollimationDegrees,
118 in
double opticalFlexureSinDegrees, in
double opticalFlexureCosDegrees,
119 in
double radioXCollimationDegrees, in
double radioYCollimationDegrees,
120 in
double radioFlexureSinDegrees, in
double radioFlexureCosDegrees)
Drive system control interface
IDL for the Drive subsystem interface.
Aperture
Enumerate apertures to use for selecting pointing models.
Generic Carma variant of CORBA::UserException.
AzWrapMode
The azimuth drive can operate over more than a full circle, and the wrap logic dictates how the ambig...
CORBA User Exception for carma::util.
SZA antenna-specific drive control interface.