|
| void | testMotorLcsIf::ExpectReadHelper (std::shared_ptr< MockICommAdapter > comm_if, std::shared_ptr< testMotorLcsIf::TestMotorConfig > &, int, int) |
| |
| | testMotorLcsIf::TEST_F (TestMotorLcsIf, Ctor) |
| |
| | testMotorLcsIf::TEST_F (TestMotorLcsIf, Config) |
| |
| | testMotorLcsIf::TEST_F (TestMotorLcsIf, Connect) |
| |
| | testMotorLcsIf::TEST_F (TestMotorLcsIf, MoveAbs) |
| |
| void | testMotorLcsIf::FeedStat (ifw::fnd::defs::SubscriptionHandler &handler, std::shared_ptr< testMotorLcsIf::TestMotorConfig > &dev_cfg, const std::string &stat_node, int value) |
| |
| void | testMotorLcsIf::FeedStatD (ifw::fnd::defs::SubscriptionHandler &handler, std::shared_ptr< testMotorLcsIf::TestMotorConfig > &dev_cfg, const std::string &stat_node, double value) |
| |
| | testMotorLcsIf::TEST_F (TestMotorLcsIf, IsReady) |
| |
| | testMotorLcsIf::TEST_F (TestMotorLcsIf, IsOperational) |
| |
| | testMotorLcsIf::TEST_F (TestMotorLcsIf, IsMoving) |
| |
| | testMotorLcsIf::TEST_F (TestMotorLcsIf, IsHwFailure) |
| |
| | testMotorLcsIf::TEST_F (TestMotorLcsIf, ReadStatus) |
| |
| | testMotorLcsIf::TEST_F (TestMotorLcsIf, Listener) |
| |
| 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.
|
| |