|
rad 6.2.0
|
#include <oldbInterface.hpp>
Public Member Functions | |
| OldbInterface (const std::string &prefix="") | |
| virtual | ~OldbInterface () |
| void | GetControlState (std::string &value) |
| void | SetTargetRaDec (const float ra, const float dec) |
| void | SetActualRaDec (const float ra, const float dec) |
| OldbInterface (const OldbInterface &)=delete | |
| OldbInterface & | operator= (const OldbInterface &)=delete |
| Disable copy constructor. | |
Public Member Functions inherited from rad::OldbInterface | |
| OldbInterface (const std::string &prefix="") | |
| const std::string & | GetPrefix () |
| rad::cii::OldbAdapter & | GetOldbAdapter () |
| void | SetPrefix (const std::string &prefix) |
| template<typename T > | |
| void | SetValue (const std::string &key, const T &value) |
| template<typename T > | |
| void | GetValue (const std::string &key, T &value) |
| virtual void | SetConfig (const Config &cfg) |
| virtual void | SetControlState (const std::string &value) |
| virtual void | SetTrsHealth (const std::string &health, const std::string &desc) |
| OldbInterface (const OldbInterface &)=delete | |
| OldbInterface & | operator= (const OldbInterface &)=delete |
| Disable copy constructor. | |
This class is the interface to the CII OLDB.
| exciiserver::OldbInterface::OldbInterface | ( | const std::string & | prefix = "" | ) |
Constructor.
| [in] | prefix | String used as prefix when building the keys. |
|
virtual |
Destructor
Reimplemented from rad::OldbInterface.
|
delete |
| void exciiserver::OldbInterface::GetControlState | ( | std::string & | value | ) |
|
delete |
Disable copy constructor.
| void exciiserver::OldbInterface::SetActualRaDec | ( | const float | ra, |
| const float | dec ) |
| void exciiserver::OldbInterface::SetTargetRaDec | ( | const float | ra, |
| const float | dec ) |