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

Empty 服务响应 更多...

#include <rmvlsrv/std/empty.hpp>

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

Public 成员函数

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

静态 Public 成员函数

static Response deserialize (const char *str) noexcept

静态 Public 属性

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

详细描述

Empty 服务响应

成员函数说明

◆ compact_size()

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

◆ deserialize()

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

◆ serialize()

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

类成员变量说明

◆ msg_type

const char rm::srv::Empty::Response::msg_type[] = "std/Empty_Response"
staticconstexpr