#include <ifw/fcf/devmgr/common/config.hpp>#include <ifw/fcf/devmgr/common/dataContext.hpp>#include <ifw/fcf/devmgr/common/deviceConfig.hpp>#include <ifw/fcf/devmgr/devices/actuatorConfig.hpp>#include <boost/asio.hpp>#include <gtest/gtest.h>#include "mock/mockICommAdapter.hpp"#include "mock/mockHelpers.hpp"Classes | |
| class | testActuatorConfig::MyDeviceConfig |
| Test ActuatorConfig class used for testing purposes. More... | |
| class | testActuatorConfig::TestActuatorConfig |
Namespaces | |
| namespace | testActuatorConfig |
Functions | |
| testActuatorConfig::TEST_F (TestActuatorConfig, Ctor) | |
| testActuatorConfig::TEST_F (TestActuatorConfig, ReadConfig) | |
| ifw::fnd::defs::CallResult | MakeRpcReply (short code, ifw::fnd::defs::Status batch_status=ifw::fnd::defs::Status::Ok) |
| Build a CallResult that carries a single short reply code, matching the convention every FCF RPC uses (RPC reply in output_arguments[0].data.value as short). | |
| ifw::fnd::defs::Result | MakeOk () |
| Build a generic "Ok" Result. | |
Variables | |
| std::string const | testActuatorConfig::CONFIG_CFG = std::string("config/config.yaml") |
| std::string const | testActuatorConfig::ACTUATOR_CFG = std::string("config/testActuator.yaml") |
| std::string const | testActuatorConfig::WRONG_CFG = std::string("config/wrong.yaml") |
|
inline |
Build a generic "Ok" Result.
|
inline |
Build a CallResult that carries a single short reply code, matching the convention every FCF RPC uses (RPC reply in output_arguments[0].data.value as short).