|
rad
4.0.0
|
#include <oldbInterface.hpp>
Public Member Functions | |
| OldbInterface (const std::string &prefix, rad::cii::OldbAdapter &oldb) | |
| virtual | ~OldbInterface () |
| const std::string & | GetPrefix () |
| rad::cii::OldbAdapter & | GetOldbAdapter () |
| void | SetPrefix (const std::string &prefix) |
| void | SetConfig (Config &cfg) |
| void | SetControlState (const std::string &value) |
| 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. More... | |
This class is the interface to the CII OLDB.
| exciiserver::OldbInterface::OldbInterface | ( | const std::string & | prefix, |
| rad::cii::OldbAdapter & | oldb_adapter | ||
| ) |
Constructor.
| [in] | prefix | String used as prefix when building the keys. |
|
virtual |
Destructor
|
delete |
| void exciiserver::OldbInterface::GetControlState | ( | std::string & | value | ) |
|
inline |
|
inline |
|
delete |
Disable copy constructor.
| void exciiserver::OldbInterface::SetActualRaDec | ( | const float | ra, |
| const float | dec | ||
| ) |
| void exciiserver::OldbInterface::SetConfig | ( | Config & | cfg | ) |
| void exciiserver::OldbInterface::SetControlState | ( | const std::string & | value | ) |
|
inline |
| void exciiserver::OldbInterface::SetTargetRaDec | ( | const float | ra, |
| const float | dec | ||
| ) |