![]() |
AUBO SDK
0.26.0
|
| AxisInterfacePtr arcs::common_interface::AuboApi::getAxisInterface | ( | const std::string & | name | ) |
| std::vector< std::string > arcs::common_interface::AuboApi::getAxisNames | ( | ) |
获取外部轴列表
| GripperInterfacePtr arcs::common_interface::AuboApi::getGripperInterface | ( | ) |
GripperInterface (夹爪) 获取通用夹爪接口
| MathPtr arcs::common_interface::AuboApi::getMath | ( | ) |
Math (数学工具) 获取纯数学相关接口
| RegisterControlPtr arcs::common_interface::AuboApi::getRegisterControl | ( | ) |
RegisterControl (寄存器操作) 对外寄存器接口
| RobotInterfacePtr arcs::common_interface::AuboApi::getRobotInterface | ( | const std::string & | name | ) |
RobotInterface(机器人模块) 根据名字获取 RobotInterfacePtr 接口
| name | 机器人名字 |
| std::vector< std::string > arcs::common_interface::AuboApi::getRobotNames | ( | ) |
获取机器人列表
| RuntimeMachinePtr arcs::common_interface::AuboApi::getRuntimeMachine | ( | ) |
RuntimeMachine (运行时管理) 获取运行时接口
| SerialPtr arcs::common_interface::AuboApi::getSerial | ( | ) |
Serial (串口通信) 获取Serial串口
| SocketPtr arcs::common_interface::AuboApi::getSocket | ( | ) |
Socket (socket网络通信) 获取 socket
| SyncMovePtr arcs::common_interface::AuboApi::getSyncMove | ( | const std::string & | name | ) |
SyncMove (同步运动控制和轴组管理) 获取同步运动接口
| SystemInfoPtr arcs::common_interface::AuboApi::getSystemInfo | ( | ) |
SystemInfo (系统信息) 获取系统信息
| TracePtr arcs::common_interface::AuboApi::getTrace | ( | const std::string & | name | ) |
Trace (日志与弹窗) 获取告警信息接口