OpenWSN Firmware
gmpls.h
Go to the documentation of this file.
1 
8 #ifndef __GMPLS_H
9 #define __GMPLS_H
10 
11 #include "openwsn.h"
12 #include "openqueue.h"
13 
14 
15 void mpls_init(void);
16 // from upper layer
17 error_t mpls_send(OpenQueueEntry_t *msg);
18 // from lower layer
20 
21 #endif
error_t mpls_send(OpenQueueEntry_t *msg)
Definition: gmpls.c:30
void mpls_init()
GMPLS L2.5 manager. Is in charge of L2.5 activity. Controls RSVP messages and its timming and sends t...
Definition: gmpls.c:23
void mpls_receive(OpenQueueEntry_t *msg)
Definition: gmpls.c:43
Definition: openwsn.h:288