|
Viam C++ SDK current
|
This is the complete list of members for viam::sdk::impl::MotionClient, including all inherited members.
| api() const override | viam::sdk::Motion | virtual |
| do_command(const ProtoStruct &command) override | viam::sdk::impl::MotionClient | virtual |
| get_latest_plan(const std::string &component_name, const ProtoStruct &extra) override | viam::sdk::impl::MotionClient | virtual |
| get_latest_plan(const std::string &component_name) | viam::sdk::impl::MotionClient | inline |
| get_latest_plan(const std::string &component_name, const ProtoStruct &extra)=0 | viam::sdk::impl::MotionClient | virtual |
| get_latest_plan_with_replan_history(const std::string &component_name, const ProtoStruct &extra) override | viam::sdk::impl::MotionClient | virtual |
| get_latest_plan_with_replan_history(const std::string &component_name) | viam::sdk::impl::MotionClient | inline |
| get_latest_plan_with_replan_history(const std::string &component_name, const ProtoStruct &extra)=0 | viam::sdk::impl::MotionClient | virtual |
| get_plan(const std::string &component_name, const std::string &execution_id, const ProtoStruct &extra) override | viam::sdk::impl::MotionClient | virtual |
| get_plan(const std::string &component_name, const std::string &execution_id) | viam::sdk::impl::MotionClient | inline |
| get_plan(const std::string &component_name, const std::string &execution_id, const ProtoStruct &extra)=0 | viam::sdk::impl::MotionClient | virtual |
| get_plan_with_replan_history(const std::string &component_name, const std::string &execution_id, const ProtoStruct &extra) override | viam::sdk::impl::MotionClient | virtual |
| get_plan_with_replan_history(const std::string &component_name, const std::string &execution_id) | viam::sdk::impl::MotionClient | inline |
| get_plan_with_replan_history(const std::string &component_name, const std::string &execution_id, const ProtoStruct &extra)=0 | viam::sdk::impl::MotionClient | virtual |
| get_pose(const std::string &component_name, const std::string &destination_frame, const std::vector< WorldState::transform > &supplemental_transforms, const ProtoStruct &extra) override | viam::sdk::impl::MotionClient | virtual |
| get_pose(const std::string &component_name, const std::string &destination_frame, const std::vector< WorldState::transform > &supplemental_transforms) | viam::sdk::impl::MotionClient | inline |
| get_pose(const std::string &component_name, const std::string &destination_frame, const std::vector< WorldState::transform > &supplemental_transforms, const ProtoStruct &extra)=0 | viam::sdk::impl::MotionClient | virtual |
| get_resource_name() const override | viam::sdk::Service | virtual |
| get_resource_name(const std::string &type) const (defined in viam::sdk::Resource) | viam::sdk::Resource | protected |
| interface_type typedef (defined in viam::sdk::impl::MotionClient) | viam::sdk::impl::MotionClient | |
| list_active_plan_statuses(const ProtoStruct &extra) override | viam::sdk::impl::MotionClient | virtual |
| list_active_plan_statuses() | viam::sdk::impl::MotionClient | inline |
| list_active_plan_statuses(const ProtoStruct &extra)=0 | viam::sdk::impl::MotionClient | virtual |
| list_plan_statuses(const ProtoStruct &extra) override | viam::sdk::impl::MotionClient | virtual |
| list_plan_statuses() | viam::sdk::impl::MotionClient | inline |
| list_plan_statuses(const ProtoStruct &extra)=0 | viam::sdk::impl::MotionClient | virtual |
| logger_ (defined in viam::sdk::Resource) | viam::sdk::Resource | protected |
| Motion(std::string name) (defined in viam::sdk::Motion) | viam::sdk::Motion | explicitprotected |
| MotionClient(std::string name, std::shared_ptr< grpc::Channel > channel) (defined in viam::sdk::impl::MotionClient) | viam::sdk::impl::MotionClient | |
| move(const pose_in_frame &destination, const std::string &component_name, const std::shared_ptr< WorldState > &world_state, const std::shared_ptr< constraints > &constraints, const ProtoStruct &extra) override | viam::sdk::impl::MotionClient | virtual |
| move(const pose_in_frame &destination, const std::string &name, const std::shared_ptr< WorldState > &world_state, const std::shared_ptr< constraints > &constraints) | viam::sdk::impl::MotionClient | inline |
| move(const pose_in_frame &destination, const std::string &name, const std::shared_ptr< WorldState > &world_state, const std::shared_ptr< constraints > &constraints, const ProtoStruct &extra)=0 | viam::sdk::impl::MotionClient | virtual |
| move_on_globe(const geo_point &destination, const boost::optional< double > &heading, const std::string &component_name, const std::string &movement_sensor_name, const std::vector< geo_geometry > &obstacles, const std::shared_ptr< motion_configuration > &motion_configuration, const std::vector< geo_geometry > &bounding_regions, const ProtoStruct &extra) override | viam::sdk::impl::MotionClient | virtual |
| move_on_globe(const geo_point &destination, const boost::optional< double > &heading, const std::string &component_name, const std::string &movement_sensor_name, const std::vector< geo_geometry > &obstacles, const std::shared_ptr< motion_configuration > &motion_configuration, const std::vector< geo_geometry > &bounding_regions) | viam::sdk::impl::MotionClient | inline |
| move_on_globe(const geo_point &destination, const boost::optional< double > &heading, const std::string &component_name, const std::string &movement_sensor_name, const std::vector< geo_geometry > &obstacles, const std::shared_ptr< motion_configuration > &motion_configuration, const std::vector< geo_geometry > &bounding_regions, const ProtoStruct &extra)=0 | viam::sdk::impl::MotionClient | virtual |
| move_on_map(const pose &destination, const std::string &component_name, const std::string &slam_name, const std::shared_ptr< motion_configuration > &motion_configuration, const std::vector< GeometryConfig > &obstacles, const ProtoStruct &extra) override | viam::sdk::impl::MotionClient | virtual |
| move_on_map(const pose &destination, const std::string &component_name, const std::string &slam_name, const std::shared_ptr< motion_configuration > &motion_configuration, const std::vector< GeometryConfig > &obstacles) | viam::sdk::impl::MotionClient | inline |
| move_on_map(const pose &destination, const std::string &component_name, const std::string &slam_name, const std::shared_ptr< motion_configuration > &motion_configuration, const std::vector< GeometryConfig > &obstacles, const ProtoStruct &extra)=0 | viam::sdk::impl::MotionClient | virtual |
| name() const | viam::sdk::Resource | virtual |
| plan_state enum name | viam::sdk::Motion | |
| Resource(std::string name) (defined in viam::sdk::Resource) | viam::sdk::Resource | explicit |
| Service() (defined in viam::sdk::Service) | viam::sdk::Service | |
| Service(std::string name) (defined in viam::sdk::Service) | viam::sdk::Service | inlineexplicitprotected |
| set_log_level(log_level) const | viam::sdk::Resource | |
| step typedef | viam::sdk::Motion | |
| stop_plan(const std::string &component_name, const ProtoStruct &extra) override | viam::sdk::impl::MotionClient | virtual |
| stop_plan(const std::string &component_name) | viam::sdk::impl::MotionClient | inline |
| stop_plan(const std::string &component_name, const ProtoStruct &extra)=0 | viam::sdk::impl::MotionClient | virtual |
| ~Resource() (defined in viam::sdk::Resource) | viam::sdk::Resource | virtual |