C API for BALTECH SDK
dbg.h
Go to the documentation of this file.
1 
10 #ifndef __BRP_BALTECH_API_CMDS_DBG_H__
11 #define __BRP_BALTECH_API_CMDS_DBG_H__
12 #include "../typedefs.h"
16 #define BRP_Dbg_DbgErrBusy BRP_ERR_STATUS(0xF300, 0x01)
17 
24 brp_errcode brp_Dbg_ReadLogs(brp_protocol protocol, char** LogData, brp_mempool *mempool);
32 brp_errcode brp_Dbg_RunCmd(brp_protocol protocol, char* Cmd);
33 #endif
34 
unsigned int brp_errcode
This type is used library-wide for passing error codes in the return value of functions.
Definition: errorcodes.h:23
struct brp_protocol_t * brp_protocol
This is a generic handle of a protocol.
Definition: protocol.h:34
struct brp_mempool_object_t * brp_mempool
mempool handle.
Definition: mempool.h:27
brp_errcode brp_Dbg_ReadLogs(brp_protocol protocol, char **LogData, brp_mempool *mempool)
Get next available block of debug data.
brp_errcode brp_Dbg_RunCmd(brp_protocol protocol, char *Cmd)
Run a command by emulating the corresponding keypress in DebugCommandInterface.