CARMA C++
PadOffsets.idl
Go to the documentation of this file.
1 
10 #ifndef CARMA_CONTROL_PAD_OFFSET_IDL
11 #define CARMA_CONTROL_PAD_OFFSET_IDL
12 
13 module carma {
14  module control {
15 
19  struct PadOffsets {
21  double east;
23  double north;
25  double up;
27  short antNo;
29  short padNo;
30  };
31 
32  }; // End module control
33 }; // End module carma
34 #endif
double up
Up offset in millimeters.
Definition: PadOffsets.idl:25
Data returned by an SubarrayControl::convertBaseline method.
Definition: PadOffsets.idl:19
short padNo
Pad number (sanity check)
Definition: PadOffsets.idl:29
double east
East offset in millimeters.
Definition: PadOffsets.idl:21
short antNo
Subarray antenna number.
Definition: PadOffsets.idl:27
double north
North offset in millimeters.
Definition: PadOffsets.idl:23