CARMA C++
PhaseSwitching.idl
Go to the documentation of this file.
1 
2 #ifndef CARMA_UTIL_PHASESWITCHING_IDL
3 #define CARMA_UTIL_PHASESWITCHING_IDL
4 
19 
20 module carma {
21 module util {
22 
23 
24 typedef sequence<octet> PhaseTable;
25 
35 interface PhaseSwitching {
36 
63  void loadPhaseSwitchTable(in long numColumns,
64  in long numRows90, in PhaseTable phaseTable90,
65  in long numRows180, in PhaseTable phaseTable180
66  ) raises (carma::util::UserException);
67 
68 };
69 
70 }; // util::
71 }; // carma::
72 
73 #endif
Phaseswitching interface for passing a phaseswitching table into a subsystem.
Generic Carma variant of CORBA::UserException.
CORBA User Exception for carma::util.