MotionLib
1.0.0
SamBuCa motion library
|
This is the complete list of members for smc::debug::Client, including all inherited members.
API_CALL("GET", "devices", getDevices) (defined in smc::debug::Client) | smc::debug::Client | |
API_CALL("GET", "devices/types", getDevicesTypes) (defined in smc::debug::Client) | smc::debug::Client | |
API_CALL("GET", "api-docs/ui", getSwaggerUi) (defined in smc::debug::Client) | smc::debug::Client | |
API_CALL("PUT", "axis/{id}/position", putAxisPosition, BODY_DTO(Float64, position)) (defined in smc::debug::Client) | smc::debug::Client | |
API_CALL("POST", "axis/{id}/position", postAxisPosition) (defined in smc::debug::Client) | smc::debug::Client | |
API_CALL("GET", "alias", getAliasList) (defined in smc::debug::Client) | smc::debug::Client | |
API_CALL("GET", "alias/{id}", getAlias) (defined in smc::debug::Client) | smc::debug::Client | |
API_CALL("PUT", "alias/{id}", putAlias, BODY_DTO(String, target)) (defined in smc::debug::Client) | smc::debug::Client | |
API_CALL("DELETE", "alias/{id}", deleteAlias) (defined in smc::debug::Client) | smc::debug::Client | |
Client(const oatpp::network::Address &address) (defined in smc::debug::Client) | smc::debug::Client | |
createShared(const oatpp::network::Address &address) (defined in smc::debug::Client) | smc::debug::Client | inlinestatic |
del(const std::string &path, const std::unordered_map< oatpp::String, oatpp::String > &queryParams=std::unordered_map< oatpp::String, oatpp::String >{}, const std::unordered_map< oatpp::String, oatpp::String > &pathParams=std::unordered_map< oatpp::String, oatpp::String >{}) (defined in smc::debug::Client) | smc::debug::Client | |
get(const std::string &path, const std::unordered_map< oatpp::String, oatpp::String > &queryParams=std::unordered_map< oatpp::String, oatpp::String >{}, const std::unordered_map< oatpp::String, oatpp::String > &pathParams=std::unordered_map< oatpp::String, oatpp::String >{}) (defined in smc::debug::Client) | smc::debug::Client | |
getObjectMapper() (defined in smc::debug::Client) | smc::debug::Client | inline |
m_env (defined in smc::debug::Client) | smc::debug::Client | protected |
post(const std::string &path, const oatpp::Void &body, const std::unordered_map< oatpp::String, oatpp::String > &pathParams=std::unordered_map< oatpp::String, oatpp::String >{}) (defined in smc::debug::Client) | smc::debug::Client | |
put(const std::string &path, const oatpp::Void &body, const std::unordered_map< oatpp::String, oatpp::String > &pathParams=std::unordered_map< oatpp::String, oatpp::String >{}) (defined in smc::debug::Client) | smc::debug::Client | |
readBody(const std::shared_ptr< Response > &res) (defined in smc::debug::Client) | smc::debug::Client | inline |