ARCS SDK API  0.25.0
载入中...
搜索中...
未找到
arcs::common_interface::RtdeRecipe结构体 参考

RTDE菜单 更多...

#include <type_def.h>

arcs::common_interface::RtdeRecipe 的协作图:

Public 属性

bool to_server
 输入/输出
 
int chanel
 通道
 
double frequency
 更新频率
 
int trigger
 触发方式(该功能暂未实现): 0 - 周期; 1 - 变化
 
std::vector< std::string > segments
 字段列表
 

详细描述

RTDE菜单

在文件 type_def.h715 行定义.

类成员变量说明

◆ chanel

int arcs::common_interface::RtdeRecipe::chanel

通道

在文件 type_def.h718 行定义.

◆ frequency

double arcs::common_interface::RtdeRecipe::frequency

更新频率

在文件 type_def.h719 行定义.

◆ segments

std::vector<std::string> arcs::common_interface::RtdeRecipe::segments

字段列表

在文件 type_def.h721 行定义.

◆ to_server

bool arcs::common_interface::RtdeRecipe::to_server

输入/输出

在文件 type_def.h717 行定义.

◆ trigger

int arcs::common_interface::RtdeRecipe::trigger

触发方式(该功能暂未实现): 0 - 周期; 1 - 变化

在文件 type_def.h720 行定义.


该结构体的文档由以下文件生成: