connect.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 XARM_CONNECT_H_
8 #define XARM_CONNECT_H_
9 
12 
13 UxbusCmdSer *connect_rs485_control(const char *com);
14 UxbusCmdTcp *connect_tcp_control(char *server_ip);
15 SocketPort *connect_tcp_report_norm(char *server_ip);
16 SocketPort *connect_tcp_report_rich(char *server_ip);
17 SocketPort *connect_tcp_report_devl(char *server_ip);
18 SocketPort *connect_tcp_report(char *server_ip, std::string report_type="normal");
19 
20 #define connext_tcp_report_norm connect_tcp_report_norm
21 #define connext_tcp_report_rich connect_tcp_report_rich
22 #define connext_tcp_report_devl connect_tcp_report_devl
23 
24 #endif
SocketPort * connect_tcp_report_devl(char *server_ip)
Definition: connect.cc:59
SocketPort * connect_tcp_report(char *server_ip, std::string report_type="normal")
Definition: connect.cc:70
UxbusCmdSer * connect_rs485_control(const char *com)
Definition: connect.cc:14
SocketPort * connect_tcp_report_norm(char *server_ip)
Definition: connect.cc:37
SocketPort * connect_tcp_report_rich(char *server_ip)
Definition: connect.cc:48
UxbusCmdTcp * connect_tcp_control(char *server_ip)
Definition: connect.cc:25


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