xarm_config.h
Go to the documentation of this file.
1 /* Copyright 2017 UFACTORY Inc. All Rights Reserved.
2  *
3  * Software License Agreement (BSD License)
4  *
5  * Author: Jimy Zhang <jimy92@163.com>
6  ============================================================================*/
7 #ifndef CORE_XARM_CONFIG_H_
8 #define CORE_XARM_CONFIG_H_
9 
10 class XARM_CONF {
11 public:
12  XARM_CONF() {}
14 
15  static const int AXIS_NUM = 7;
16  static const int GRIPPER_ID = 8;
17  static const int GPIO_ID = 9;
18  static const int SERIAL_BAUD = 921600;
19  static const int TCP_PORT_CONTROL = 502;
20  static const int TCP_PORT_REPORT_NORM = 30001;
21  static const int TCP_PORT_REPORT_RICH = 30002;
22  static const int TCP_PORT_REPORT_DEVL = 30003;
23 };
24 #endif
static const int TCP_PORT_REPORT_RICH
Definition: xarm_config.h:21
static const int GPIO_ID
Definition: xarm_config.h:17
static const int TCP_PORT_CONTROL
Definition: xarm_config.h:19
static const int TCP_PORT_REPORT_DEVL
Definition: xarm_config.h:22
static const int TCP_PORT_REPORT_NORM
Definition: xarm_config.h:20
static const int AXIS_NUM
Definition: xarm_config.h:15
static const int SERIAL_BAUD
Definition: xarm_config.h:18
static const int GRIPPER_ID
Definition: xarm_config.h:16


xarm_api
Author(s):
autogenerated on Sat May 8 2021 02:51:23