![]() |
AUBO SDK
0.26.0
|
#include <type_def.h>

Public 属性 | |
| uint64_t | timestamp |
| 时间戳,即系统时间 | |
| TraceLevel | level |
| 日志等级 | |
| int | code |
| 错误码 | |
| std::string | source |
| 发送消息的机器人别名 alias 可在 /root/arcs_ws/config/aubo_control.conf 配置文件中查到机器人的alias | |
| std::vector< std::string > | args |
| 机器人参数 | |
在文件 type_def.h 第 804 行定义.
| std::vector<std::string> arcs::common_interface::RobotMsg::args |
机器人参数
在文件 type_def.h 第 819 行定义.
| int arcs::common_interface::RobotMsg::code |
错误码
在文件 type_def.h 第 809 行定义.
| TraceLevel arcs::common_interface::RobotMsg::level |
日志等级
在文件 type_def.h 第 808 行定义.
| std::string arcs::common_interface::RobotMsg::source |
发送消息的机器人别名 alias 可在 /root/arcs_ws/config/aubo_control.conf 配置文件中查到机器人的alias
在文件 type_def.h 第 811 行定义.
| uint64_t arcs::common_interface::RobotMsg::timestamp |
时间戳,即系统时间
在文件 type_def.h 第 806 行定义.