CARMA C++
FocusControl.idl
1 #ifndef _FOCUSIDL
2 #define _FOCUSIDL
3 
5 
6 module carma {
7 
8  module antenna {
9 
10  module common {
11 
17  const string FOCUS_NAME = "Focus";
18 
22  interface FocusControl {
23 
37  void setX( in float position, in unsigned long seqNo )
39 
53  void setY( in float position, in unsigned long seqNo )
55 
69  void setZ( in float position, in unsigned long seqNo )
71 
83  void doZTracking( in boolean tracking, in unsigned long seqNo )
85 
86  }; // End Focus interface
87 
88  }; // End module common
89 
90  }; // End module antenna
91 
92 }; // End module carma
93 
94 #endif // _FOCUSIDL
95 
const string FOCUS_NAME
FocusControl Distributed Object Name.
Generic Carma variant of CORBA::UserException.
CORBA User Exception for carma::util.