11 #ifndef CARMA_ANTENNA_BIMA_BIMADEWARREGULATION_H
12 #define CARMA_ANTENNA_BIMA_BIMADEWARREGULATION_H
24 #include "carma/corba/corba.h"
25 #include "carma/util/Program.h"
26 #include "carma/util/Logger.h"
30 #include "carma/util/ExceptionUtils.h"
46 class BimaDewarRegulationImpl
50 BimaDewarRegulationImpl(
51 DewarRegulation &dereg,
54 ~BimaDewarRegulationImpl();
56 static void thread( BimaDewarRegulationImpl &This );
63 void setPoint( CORBA::Float point );
68 DewarRegulation &_dereg;
69 log4cpp::Category &_log;
80 #endif // CARMA_ANTENNA_BIMA_BIMADEWARREGULATION_H
Class for creating, managing and serving requests to CORBA servants.