|
| void | testMAtrk::ExpectRead (std::shared_ptr< MockICommAdapter > comm_if, std::shared_ptr< ifw::fcf::devmgr::matrk::MAtrkConfig > &dev_cfg, ifw::fcf::devmgr::matrk::MAtrkControllerData &, int) |
| |
| void | testMAtrk::FeedStat (ifw::fnd::defs::SubscriptionHandler &handler, std::shared_ptr< ifw::fcf::devmgr::matrk::MAtrkConfig > &dev_cfg, const std::string &stat_node, int value) |
| |
| void | testMAtrk::FeedStatShort (ifw::fnd::defs::SubscriptionHandler &handler, std::shared_ptr< ifw::fcf::devmgr::matrk::MAtrkConfig > &dev_cfg, const std::string &stat_node, short value) |
| |
| | testMAtrk::TEST_F (TestMAtrk, Ctor) |
| | Test Matrk constructor.
|
| |
| | testMAtrk::TEST_F (TestMAtrk, Connect) |
| |
| | testMAtrk::TEST_F (TestMAtrk, Init) |
| |
| | testMAtrk::TEST_F (TestMAtrk, Ignore) |
| |
| | testMAtrk::TEST_F (TestMAtrk, Simulate) |
| |
| | testMAtrk::TEST_F (TestMAtrk, Setup) |
| |
| | testMAtrk::TEST_F (TestMAtrk, Status) |
| |
| | testMAtrk::TEST_F (TestMAtrk, EndAcq) |
| |
| 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.
|
| |