OpenWSN Firmware
topology.h
Go to the documentation of this file.
1 #ifndef __TOPOLOGY_H
2 #define __TOPOLOGY_H
3 
11 #include "openwsn.h"
12 #include "IEEE802154.h"
13 
14 //=========================== define ==========================================
15 
16 //=========================== typedef =========================================
17 
18 //=========================== variables =======================================
19 
20 //=========================== prototypes ======================================
21 
22 //=========================== prototypes ======================================
23 
24 bool topology_isAcceptablePacket(ieee802154_header_iht* ieee802514_header);
25 
31 #endif
bool topology_isAcceptablePacket(ieee802154_header_iht *ieee802514_header)
Force a topology.
Definition: topology.c:53
Definition: IEEE802154.h:75