CARMA C++
Cryo.h
Go to the documentation of this file.
1 #ifndef CRYO_H
2 #define CRYO_H
3 
12 
13 #include "carma/antenna/common/SwitchState.h"
14 
15 #include <string>
16 
20 namespace sza {
21  namespace antenna {
22  namespace corba {
23 
24 
25  class Cryo : public Proxy {
26  public:
27 
29 
30  void turnCompressor(carma::antenna::common::SwitchState state);
31 
32  void resetCompressor();
33 
34  void fillCompressor();
35 
36  void purgeCompressor();
37 
38  void reset();
39 
40  };
41 
42  }; // End namespace corba
43  }; // End namespace antenna
44 }; // End namespace sza
45 
46 #endif
Tagged: Fri Jul 24 11:34:30 PDT 2009.
SwitchState
Generic switch state enumerator.
Definition: SwitchState.idl:18
Define a class to encapsulate the entire Antenna control system.