OpenWSN Firmware
udpprint.h
Go to the documentation of this file.
1 #ifndef __UDPPRINT_H
2 #define __UDPPRINT_H
3 
11 //=========================== define ==========================================
12 
13 //=========================== typedef =========================================
14 
15 //=========================== variables =======================================
16 
17 //=========================== prototypes ======================================
18 
19 void udpprint_init(void);
22 bool udpprint_debugPrint(void);
23 
29 #endif
uint8_t owerror_t
Definition: openwsn.h:265
bool udpprint_debugPrint()
Definition: udpprint.c:30
void udpprint_init()
Definition: udpprint.c:12
Definition: openwsn.h:288
void udpprint_sendDone(OpenQueueEntry_t *msg, owerror_t error)
Definition: udpprint.c:20
void udpprint_receive(OpenQueueEntry_t *msg)
Definition: udpprint.c:15