|
Contiki 3.x
|
Log functions for TSCH, meant for logging from interrupt
during a timeslot operation.
More...
#include "contiki.h"#include <stdio.h>#include "net/mac/tsch/tsch.h"#include "net/mac/tsch/tsch-queue.h"#include "net/mac/tsch/tsch-private.h"#include "net/mac/tsch/tsch-log.h"#include "net/mac/tsch/tsch-packet.h"#include "net/mac/tsch/tsch-schedule.h"#include "net/mac/tsch/tsch-slot-operation.h"#include "lib/ringbufindex.h"#include "net/net-debug.h"Go to the source code of this file.
Log functions for TSCH, meant for logging from interrupt
during a timeslot operation. Saves ASN, slot and link information and adds the log to a ringbuf for later printout.
Definition in file tsch-log.c.
1.8.6