9#ifndef EXCIISERVER_OLDB_INTERFACE_HPP
10#define EXCIISERVER_OLDB_INTERFACE_HPP
OldbInterface class header file.
OldbAdapter interface file.
Definition oldbInterface.hpp:33
void GetControlState(std::string &value)
Definition oldbInterface.cpp:33
OldbInterface(const OldbInterface &)=delete
OldbInterface(const std::string &prefix="")
Definition oldbInterface.cpp:20
virtual ~OldbInterface()
Definition oldbInterface.cpp:28
void SetActualRaDec(const float ra, const float dec)
Definition oldbInterface.cpp:44
OldbInterface & operator=(const OldbInterface &)=delete
Disable copy constructor.
void SetTargetRaDec(const float ra, const float dec)
Definition oldbInterface.cpp:38
Definition oldbInterface.hpp:34
Definition actionMgr.cpp:26
const std::string KEY_MON_ACTUAL_DEC
Definition oldbInterface.hpp:26
const std::string KEY_MON_ACTUAL_RA
Definition oldbInterface.hpp:25
const std::string KEY_MON_TARGET_RA
Definition oldbInterface.hpp:23
const std::string KEY_MON_TARGET_DEC
Definition oldbInterface.hpp:24