OpenWSN Firmware
|
Data Structures | |
struct | mpls_vars_t |
GMPLS L2.5 manager. Is in charge of L2.5 activity. Controls RSVP messages and its timing and sends to cfres RSVP objects containing the information to create an schedule. It can talk with uRes as well. More... | |
Functions | |
void | mpls_timer_cb (void) |
void | mpls_init () |
GMPLS L2.5 manager. Is in charge of L2.5 activity. Controls RSVP messages and its timming and sends to cfres RSVP objects containing the information to create an schedule. It can talk with uRes as well. More... | |
error_t | mpls_send (OpenQueueEntry_t *msg) |
void | mpls_receive (OpenQueueEntry_t *msg) |
Variables | |
mpls_vars_t | mpls_vars |
void mpls_init | ( | void | ) |
GMPLS L2.5 manager. Is in charge of L2.5 activity. Controls RSVP messages and its timming and sends to cfres RSVP objects containing the information to create an schedule. It can talk with uRes as well.
void mpls_receive | ( | OpenQueueEntry_t * | msg | ) |
error_t mpls_send | ( | OpenQueueEntry_t * | msg | ) |
void mpls_timer_cb | ( | void | ) |
mpls_vars_t mpls_vars |