OpenWSN Firmware
udprand.h
Go to the documentation of this file.
1 #ifndef __UDPRAND_H
2 #define __UDPRAND_H
3 
11 //=========================== define ==========================================
12 
13 //=========================== typedef =========================================
14 
15 //=========================== variables =======================================
16 
17 //=========================== prototypes ======================================
18 
19 void udprand_init(void);
20 void udprand_trigger(void);
23 bool udprand_debugPrint(void);
24 void udprand_task(void);
25 
31 #endif
void udprand_trigger(void)
void udprand_task()
Definition: udprand.c:39
uint8_t owerror_t
Definition: openwsn.h:265
void udprand_receive(OpenQueueEntry_t *msg)
Definition: udprand.c:89
void udprand_sendDone(OpenQueueEntry_t *msg, owerror_t error)
Definition: udprand.c:79
void udprand_init()
Definition: udprand.c:33
bool udprand_debugPrint(void)
Definition: openwsn.h:288