debug_print.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_DEBUG_DEBUG_PRINT_H_
8 #define CORE_DEBUG_DEBUG_PRINT_H_
9 
11 
12 void print_log(const char *format, ...);
13 void print_nvect(const char *str, double vect[], int n);
14 void print_nvect(const char *str, float *vect, int n);
15 void print_nvect(const char *str, unsigned char vect[], int n);
16 void print_nvect(const char *str, int vect[], int n);
17 void print_hex(const char *str, unsigned char *hex, int len);
18 
19 #endif
void print_hex(const char *str, unsigned char *hex, int len)
Definition: debug_print.cc:50
void print_nvect(const char *str, double vect[], int n)
Definition: debug_print.cc:26
void print_log(const char *format,...)
Definition: debug_print.cc:17


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