Interfaces of Basic Functions
# Interfaces of Basic Functions
rt_port_log_print_array
Prototype | void rt_port_log_print_array(const char *tag, const char *array, int len) |
Description | LOG interface, used for printing an array of length len |
Input | Tag: description of the tag to be printed Array: array to be printed Len: number of the items to be printed |
Output | No output |
Response | Success: RT_RES_SUCESS Failure: RT_RES_ERROR |
Remarks | / |
rt_port_log_print
Prototype | void rt_port_log_print(char* log_level, char* file_name, int line_no, const char* msg, ...) |
Description | LOG printing interface |
Input | log_level: LOG level File_name: file name Line_no: line number msg: LOG info |
Output | No output |
Response | Success: RT_RES_SUCESS Failure: RT_RES_ERROR |
Remarks | / |