rad  4.0.0
Public Member Functions | List of all members
exciiserver::OldbInterface Class Reference

#include <oldbInterface.hpp>

Public Member Functions

 OldbInterface (const std::string &prefix, rad::cii::OldbAdapter &oldb)
 
virtual ~OldbInterface ()
 
const std::string & GetPrefix ()
 
rad::cii::OldbAdapterGetOldbAdapter ()
 
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
 
OldbInterfaceoperator= (const OldbInterface &)=delete
 Disable copy constructor. More...
 

Detailed Description

This class is the interface to the CII OLDB.

Constructor & Destructor Documentation

◆ OldbInterface() [1/2]

exciiserver::OldbInterface::OldbInterface ( const std::string &  prefix,
rad::cii::OldbAdapter oldb_adapter 
)

Constructor.

Parameters
[in]prefixString used as prefix when building the keys.

◆ ~OldbInterface()

exciiserver::OldbInterface::~OldbInterface ( )
virtual

Destructor

◆ OldbInterface() [2/2]

exciiserver::OldbInterface::OldbInterface ( const OldbInterface )
delete

Member Function Documentation

◆ GetControlState()

void exciiserver::OldbInterface::GetControlState ( std::string &  value)

◆ GetOldbAdapter()

rad::cii::OldbAdapter& exciiserver::OldbInterface::GetOldbAdapter ( )
inline

◆ GetPrefix()

const std::string& exciiserver::OldbInterface::GetPrefix ( )
inline

◆ operator=()

OldbInterface& exciiserver::OldbInterface::operator= ( const OldbInterface )
delete

Disable copy constructor.

◆ SetActualRaDec()

void exciiserver::OldbInterface::SetActualRaDec ( const float  ra,
const float  dec 
)

◆ SetConfig()

void exciiserver::OldbInterface::SetConfig ( Config cfg)

◆ SetControlState()

void exciiserver::OldbInterface::SetControlState ( const std::string &  value)

◆ SetPrefix()

void exciiserver::OldbInterface::SetPrefix ( const std::string &  prefix)
inline

◆ SetTargetRaDec()

void exciiserver::OldbInterface::SetTargetRaDec ( const float  ra,
const float  dec 
)

The documentation for this class was generated from the following files: