#include "xarm/core/common/data_type.h"
Go to the source code of this file.
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) |
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.