RMVL  2.5.0-dev
Robotic Manipulation and Vision Library
载入中...
搜索中...
未找到
rm::srv::SetBool::Response类 参考

SetBool 服务响应 更多...

#include <rmvlsrv/std/set_bool.hpp>

rm::srv::SetBool::Response 的协作图:

Public 成员函数

std::string serialize () const noexcept
std::size_t compact_size () const noexcept

静态 Public 成员函数

static Response deserialize (const char *str) noexcept

Public 属性

bool success {}
std::string message {}

静态 Public 属性

static constexpr const char msg_type [] = "std/SetBool_Response"

详细描述

SetBool 服务响应

成员函数说明

◆ compact_size()

std::size_t rm::srv::SetBool::Response::compact_size ( ) const
noexcept
函数调用图:

◆ deserialize()

Response rm::srv::SetBool::Response::deserialize ( const char * str)
staticnoexcept
函数调用图:

◆ serialize()

std::string rm::srv::SetBool::Response::serialize ( ) const
noexcept

类成员变量说明

◆ message

std::string rm::srv::SetBool::Response::message {}

◆ msg_type

const char rm::srv::SetBool::Response::msg_type[] = "std/SetBool_Response"
staticconstexpr

◆ success

bool rm::srv::SetBool::Response::success {}