ARCS SDK API
0.24.0
|
RTDE菜单 更多...
#include <type_def.h>
Public 属性 | |
bool | to_server |
输入/输出 更多... | |
int | chanel |
通道 更多... | |
double | frequency |
更新频率 更多... | |
int | trigger |
触发方式(该功能暂未实现): 0 - 周期; 1 - 变化 更多... | |
std::vector< std::string > | segments |
字段列表 更多... | |
RTDE菜单
在文件 type_def.h 第 715 行定义.
int arcs::common_interface::RtdeRecipe::chanel |
通道
在文件 type_def.h 第 718 行定义.
double arcs::common_interface::RtdeRecipe::frequency |
更新频率
在文件 type_def.h 第 719 行定义.
std::vector<std::string> arcs::common_interface::RtdeRecipe::segments |
字段列表
在文件 type_def.h 第 721 行定义.
bool arcs::common_interface::RtdeRecipe::to_server |
输入/输出
在文件 type_def.h 第 717 行定义.
int arcs::common_interface::RtdeRecipe::trigger |
触发方式(该功能暂未实现): 0 - 周期; 1 - 变化
在文件 type_def.h 第 720 行定义.