|
| void | testLamp::ExpectRead (std::shared_ptr< MockICommAdapter > comm_if, std::shared_ptr< testLamp::MyDeviceConfig > &dev_cfg, ifw::fcf::devmgr::lamp::LampControllerData &, int) |
| |
| void | testLamp::FeedStat (ifw::fnd::defs::SubscriptionHandler &handler, std::shared_ptr< testLamp::MyDeviceConfig > &dev_cfg, const std::string &stat_node, int value) |
| |
| void | testLamp::FeedStatDouble (ifw::fnd::defs::SubscriptionHandler &handler, std::shared_ptr< testLamp::MyDeviceConfig > &dev_cfg, const std::string &stat_node, double value) |
| |
| | testLamp::TEST_F (TestLamp, Ctor) |
| | Test the device class constructor.
|
| |
| | testLamp::TEST_F (TestLamp, Connect) |
| | Test the connection to the LCS.
|
| |
| | testLamp::TEST_F (TestLamp, Init) |
| | Test the Initialisation of the device.
|
| |
| | testLamp::TEST_F (TestLamp, Ignore) |
| | Test the device ignore functionality.
|
| |
| | testLamp::TEST_F (TestLamp, Simulate) |
| | Test the device simulation functionality.
|
| |
| | testLamp::TEST_F (TestLamp, Setup) |
| |
| | testLamp::TEST_F (TestLamp, Status) |
| | Test the device Status method.
|
| |
| | testLamp::TEST_F (TestLamp, EndAcq) |
| | Test the end of an acquisition.
|
| |
| | testLamp::TEST_F (TestLamp, Local) |
| | Test the device local signal.
|
| |
| 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.
|
| |