RSeries astromech firmware
DomePositionProvider.h
Go to the documentation of this file.
1 #ifndef DomePositionProvider_h
2 #define DomePositionProvider_h
3 
5 {
6 public:
7  virtual bool ready() = 0;
8  virtual int getAngle() = 0;
9 };
10 
11 #endif
12 
DomePositionProvider::ready
virtual bool ready()=0
DomePositionProvider
Definition: DomePositionProvider.h:4
DomePositionProvider::getAngle
virtual int getAngle()=0