|
HLCC Documentation 2.2.0
|
#include <oldbInterface.hpp>
Public Member Functions | |
| OldbInterface (const std::string &prefix="") | |
| virtual | ~OldbInterface () |
| void | Init (::hlcc::lsvsim::Config &config) |
| virtual void | SetControlState (const std::string &value) override |
| virtual void | SetConfig (const rad::Config &cfg) override |
| void | UpdateHeartbeat () |
| OldbInterface (const OldbInterface &)=delete | |
| OldbInterface & | operator= (const OldbInterface &)=delete |
| Disable copy constructor. | |
This class is the interface to the CII OLDB.
| hlcc::lsvsim::OldbInterface::OldbInterface | ( | const std::string & | prefix = "" | ) |
Constructor.
| [in] | prefix | String used as prefix when building the keys. |
|
virtual |
Destructor
|
delete |
| void hlcc::lsvsim::OldbInterface::Init | ( | ::hlcc::lsvsim::Config & | config | ) |
|
delete |
Disable copy constructor.
|
overridevirtual |
|
overridevirtual |
| void hlcc::lsvsim::OldbInterface::UpdateHeartbeat | ( | ) |