OpenWSN Firmware
otf.h
Go to the documentation of this file.
1 #ifndef __OTF_H
2 #define __OTF_H
3 
11 #include "openwsn.h"
12 
13 //=========================== define ==========================================
14 
15 //=========================== typedef =========================================
16 
17 //=========================== module variables ================================
18 
19 //=========================== prototypes ======================================
20 
21 // admin
22 void otf_init(void);
23 // notification from sixtop
24 void otf_notif_addedCell(void);
25 void otf_notif_removedCell(void);
26 
32 #endif
void otf_notif_addedCell(void)
Definition: otf.c:19
void otf_init(void)
Definition: otf.c:16
void otf_notif_removedCell(void)
Definition: otf.c:23