![]() |
Contiki-NG
|
6TiSCH Operation Sublayer (6top) More...
#include "lib/assert.h"#include "net/netstack.h"#include "net/packetbuf.h"#include "net/mac/framer/frame802154.h"#include "net/mac/framer/frame802154e-ie.h"#include "sixtop.h"#include "sixtop-conf.h"#include "sixp.h"#include "sys/log.h"Go to the source code of this file.
Functions | |
| const sixtop_sf_t * | sixtop_find_sf (uint8_t sfid) |
| Find a SF which has been added by SFID. | |
| int | sixtop_add_sf (const sixtop_sf_t *sf) |
| Add a Scheduling Function (SF) to 6top Sublayer. | |
| int | sixtop_output (const linkaddr_t *dest_addr, mac_callback_t callback, void *arg) |
| Output a 6P packet which is supposestored in packetbuf. | |
| void | sixtop_input (void) |
| Input a packet stored in packetbuf. | |
| void | sixtop_init (void) |
| Initialize 6top module This initialization function removes all the SFs which has been installed into the 6top sub-layer. | |
| void | sixtop_init_sf (void) |
| Initialize installed SFs which has been added in the system This function is supposed to be invoked every time the node gets associated. | |
6TiSCH Operation Sublayer (6top)
Definition in file sixtop.c.