C API for BALTECH SDK
monitor_protocol.h
Go to the documentation of this file.
1 
9 #ifndef __MONITOR_PROTOCOL_H__
10 #define __MONITOR_PROTOCOL_H__
11 
12 
13 #include "protocol.h"
14 
15 
16 #if !defined(BRP_LOG_DIR_PREFIX)
17  #define BRP_LOG_DIR_PREFIX "brp-logs-"
18 #endif
19 
20 
29 BRP_LIB brp_protocol brp_create_monitor(void);
30 
31 
32 #endif //__MONITOR_PROTOCOL_H__
33  // end of defgroup brp_lib
struct brp_protocol_t * brp_protocol
This is a generic handle of a protocol.
Definition: protocol.h:34
This file primarly defines the common part of all protocol's data structures (:brp_protocol_t) and AP...
BRP_LIB brp_protocol brp_create_monitor(void)
Creates a new Monitor protocol layer.