![]() |
![]() |
mmWaveLink debug callback structure More...
#include <control/mmwavelink/mmwavelink.h>
Data Fields | |
rlPrintFptr | rlPrint |
Print input message as per the format in the input arguments. More... | |
rlUInt8_t | dbgLevel |
User needs to set debug level such as error, warning, debug, verbose. | |
mmWaveLink debug callback structure
Definition at line 1305 of file mmwavelink.h.
rlInt32_t(* rlDbgCb_t::rlPrint)(const rlInt8_t *format,...) |
Print input message as per the format in the input arguments.
[in] | format | - Format of message and arguments to be printed |
[in] | ... | - Multiple input arguments to be printed |
Print input message as per the format in the input arguments
Definition at line 1320 of file mmwavelink.h.