#include <regex>
#include <iostream>
#include <string>
#include <stdarg.h>
#include <string.h>
#include "xarm/wrapper/xarm_api.h"
Go to the source code of this file.
|
static int | BAUDRATES [13] = { 4800, 9600, 19200, 38400, 57600, 115200, 230400, 460800, 921600, 1000000, 1500000, 2000000, 2500000 } |
|
#define _CRT_SECURE_NO_WARNINGS |
#define REPORT_BUF_SIZE 1024 |
static bool compare_version |
( |
int |
v1[3], |
|
|
int |
v2[3] |
|
) |
| |
|
static |
static int get_baud_inx |
( |
int |
baud | ) |
|
|
static |
static void report_thread_handle_ |
( |
void * |
arg | ) |
|
|
static |
int BAUDRATES[13] = { 4800, 9600, 19200, 38400, 57600, 115200, 230400, 460800, 921600, 1000000, 1500000, 2000000, 2500000 } |
|
static |