C API for BALTECH SDK
dbg.h
Go to the documentation of this file.
1 
11 #ifndef __BRP_BALTECH_API_CMDS_DBG_H__
12 #define __BRP_BALTECH_API_CMDS_DBG_H__
13 #include "../typedefs.h"
18 #define BRP_Dbg_DbgErrBusy BRP_ERR_STATUS(0xF300, 0x01)
19 
27 brp_errcode brp_Dbg_ReadLogs(brp_protocol protocol, char** LogData, brp_mempool *mempool);
36 brp_errcode brp_Dbg_RunCmd(brp_protocol protocol, char* Cmd);
37 #endif
38 
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)
brp_errcode brp_Dbg_RunCmd(brp_protocol protocol, char *Cmd)