CARMA C++
bimaDriveControl.idl
1 /*
2  *
3  * $Id: bimaDriveControl.idl,v 1.6 2011/05/17 16:27:29 iws Exp $
4  *
5  */
6 #ifndef CARMA_ANTENNA_BIMA_CONTROL_BIMADRIVECONTROL_IDL
7 #define CARMA_ANTENNA_BIMA_CONTROL_BIMADRIVECONTROL_IDL
8 
11 
12 module carma {
13 module antenna {
14 module bima {
15 module control {
16 
21 
22  const unsigned short CoefficientCount = 10;
23  typedef sequence<double, CoefficientCount> sequence_double;
24 
38  void setPointingModelCoefs( in sequence_double dazCoefSeq,
39  in sequence_double delCoefSeq )
40  raises ( carma::util::UserException );
41 
42 }; // End DriveControl interface
43 };};};}; // End carma::antenna::bima::control module
44 #endif
BIMA antenna-specific drive control interface.
Drive system control interface
IDL for the Drive subsystem interface.
Generic Carma variant of CORBA::UserException.
CORBA User Exception for carma::util.