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

Public Attributes | |
| bool | to_server |
| Input/Output. | |
| int | chanel |
| Channel. | |
| double | frequency |
| Update frequency. | |
| int | trigger |
| Trigger method (this feature is not yet implemented): 0 - Periodic; 1 - Change. | |
| std::vector< std::string > | segments |
| segment list | |
RTDE menu.
Definition at line 824 of file type_def.h.
| int arcs::common_interface::RtdeRecipe::chanel |
Channel.
Definition at line 827 of file type_def.h.
| double arcs::common_interface::RtdeRecipe::frequency |
Update frequency.
Definition at line 828 of file type_def.h.
| std::vector<std::string> arcs::common_interface::RtdeRecipe::segments |
segment list
Definition at line 832 of file type_def.h.
| bool arcs::common_interface::RtdeRecipe::to_server |
Input/Output.
Definition at line 826 of file type_def.h.
| int arcs::common_interface::RtdeRecipe::trigger |
Trigger method (this feature is not yet implemented): 0 - Periodic; 1 - Change.
Definition at line 829 of file type_def.h.