Macros | Functions
debug_print.cc File Reference
#include <stdarg.h>
#include "xarm/core/debug/debug_print.h"
#include "xarm/core/common/data_type.h"
Include dependency graph for debug_print.cc:

Go to the source code of this file.

Macros

#define _CRT_SECURE_NO_WARNINGS
 
#define DB_FLG   "[deprint ] "
 
#define log_put   printf
 
#define PRINTF_NUM_MAX   128
 

Functions

void print_hex (const char *str, unsigned char *hex, int len)
 
void print_log (const char *format,...)
 
void print_nvect (const char *str, double vect[], int n)
 
void print_nvect (const char *str, float *vect, int n)
 
void print_nvect (const char *str, unsigned char vect[], int n)
 
void print_nvect (const char *str, int vect[], int n)
 

Macro Definition Documentation

#define _CRT_SECURE_NO_WARNINGS

Definition at line 7 of file debug_print.cc.

#define DB_FLG   "[deprint ] "

Definition at line 13 of file debug_print.cc.

#define log_put   printf

Definition at line 15 of file debug_print.cc.

#define PRINTF_NUM_MAX   128

Definition at line 14 of file debug_print.cc.

Function Documentation

void print_hex ( const char *  str,
unsigned char *  hex,
int  len 
)

Definition at line 50 of file debug_print.cc.

void print_log ( const char *  format,
  ... 
)

Definition at line 17 of file debug_print.cc.

void print_nvect ( const char *  str,
double  vect[],
int  n 
)

Definition at line 26 of file debug_print.cc.

void print_nvect ( const char *  str,
float *  vect,
int  n 
)

Definition at line 32 of file debug_print.cc.

void print_nvect ( const char *  str,
unsigned char  vect[],
int  n 
)

Definition at line 38 of file debug_print.cc.

void print_nvect ( const char *  str,
int  vect[],
int  n 
)

Definition at line 44 of file debug_print.cc.



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