![]() |
RMVL
2.6.0-dev
Robotic Manipulation and Vision Library
|
OPC UA 方法 更多...
#include <rmvl/opcua/method.hpp>
Public 成员函数 | |
| Method ()=default | |
| template<typename Callable, typename = std::enable_if_t<std::is_convertible_v<Callable, MethodCallback>>> | |
| Method (Callable cb) | |
Public 属性 | |
| uint16_t | ns {1U} |
| 命名空间索引,默认为 1 | |
| std::string | browse_name {} |
| 浏览名称 BrowseName | |
| std::string | display_name {} |
| 展示名称 DisplayName | |
| std::string | description {} |
| 方法的描述 | |
| std::vector< Argument > | iargs {} |
| 传入参数列表 | |
| std::vector< Argument > | oargs {} |
| 传出参数列表 | |
| MethodCallback | func {} |
| 方法回调函数 | |
OPC UA 方法
|
default |
|
inline |
| std::string rm::ua::Method::browse_name {} |
| std::string rm::ua::Method::description {} |
方法的描述
| std::string rm::ua::Method::display_name {} |
| MethodCallback rm::ua::Method::func {} |
方法回调函数
| std::vector<Argument> rm::ua::Method::iargs {} |
传入参数列表
| uint16_t rm::ua::Method::ns {1U} |
命名空间索引,默认为 1
| std::vector<Argument> rm::ua::Method::oargs {} |
传出参数列表