OpenWSN Firmware
heli.h
Go to the documentation of this file.
1 #ifndef __HELI_H
2 #define __HELI_H
3 
12 #include "openwsn.h"
13 //=========================== define ==========================================
14 
15 //=========================== typedef =========================================
16 
17 //=========================== variables =======================================
18 
19 //=========================== prototypes ======================================
20 
21 void heli_init(void);
22 void heli_trigger(void);
23 void heli_sendDone(OpenQueueEntry_t* msg, owerror_t error);
25 bool heli_debugPrint(void);
26 
32 #endif
uint8_t owerror_t
Definition: openwsn.h:265
void heli_receive(OpenQueueEntry_t *msg)
Definition: heli.c:48
void heli_trigger()
Definition: heli.c:34
void heli_init()
Definition: heli.c:22
bool heli_debugPrint()
Definition: heli.c:66
void heli_sendDone(OpenQueueEntry_t *msg, error_t error)
Definition: heli.c:58
Definition: openwsn.h:288