|
| void | testDrot::ExpectRead (std::shared_ptr< MockICommAdapter > comm_if, std::shared_ptr< testDrot::MyDeviceConfig > &dev_cfg, ifw::fcf::devmgr::drot::DrotControllerData &, int) |
| |
| void | testDrot::FeedStat (ifw::fnd::defs::SubscriptionHandler &handler, std::shared_ptr< testDrot::MyDeviceConfig > &dev_cfg, const std::string &stat_node, int value) |
| |
| void | testDrot::FeedStatShort (ifw::fnd::defs::SubscriptionHandler &handler, std::shared_ptr< testDrot::MyDeviceConfig > &dev_cfg, const std::string &stat_node, short value) |
| |
| void | testDrot::FeedStatDouble (ifw::fnd::defs::SubscriptionHandler &handler, std::shared_ptr< testDrot::MyDeviceConfig > &dev_cfg, const std::string &stat_node, double value) |
| |
| | testDrot::TEST_F (TestDrot, Ctor) |
| | Test Drot constructor.
|
| |
| | testDrot::TEST_F (TestDrot, Connect) |
| | Test the connection to the LCS.
|
| |
| | testDrot::TEST_F (TestDrot, Init) |
| | Test the Initialisation of the device.
|
| |
| | testDrot::TEST_F (TestDrot, Ignore) |
| | Test the device ignore functionality.
|
| |
| | testDrot::TEST_F (TestDrot, Simulate) |
| | Test the device simulation functionality.
|
| |
| | testDrot::TEST_F (TestDrot, Setup) |
| | Test Shutter Setup method.
|
| |
| | testDrot::TEST_F (TestDrot, Status) |
| | Test the device Status method.
|
| |
| | testDrot::TEST_F (TestDrot, EndAcq) |
| | Test the end of an acquisition.
|
| |
| | testDrot::TEST_F (TestDrot, 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.
|
| |