rad  5.1.0
oldbInterface.hpp
Go to the documentation of this file.
1 
9 #ifndef RAD_UTEST_OLDB_INTERFACE_HPP
10 #define RAD_UTEST_OLDB_INTERFACE_HPP
11 
12 #include <rad/oldbInterface.hpp>
14 
15 namespace rad {
16 namespace utest {
17 
23 public:
27  OldbInterface();
28 
32  virtual ~OldbInterface();
33 
37  virtual void SetConfig(const rad::Config& cfg) override;
38 
39  //virtual void SetControlState(const std::string& value);
40  virtual void SetTrsHealth(const std::string& health, const std::string& desc);
41 };
42 
43 } // utest namespace
44 } // rad namespace
45 
46 #endif // RAD_UTEST_OLDB_INTERFACE_HPP
OldbInterface class header file.
Definition: config.hpp:67
Definition: oldbInterface.hpp:34
Definition: oldbInterface.hpp:22
virtual ~OldbInterface()
Definition: oldbInterface.cpp:18
virtual void SetConfig(const rad::Config &cfg) override
Definition: oldbInterface.cpp:21
virtual void SetTrsHealth(const std::string &health, const std::string &desc)
Definition: oldbInterface.cpp:34
OldbInterface()
Definition: oldbInterface.cpp:15
Definition: actionsApp.cpp:20
Dummy OldbAdapter that can be used for unit testing.