Contiki-NG
Data Structures | Macros | Functions
tsch-log.h File Reference

TSCH per-slot logging. More...

#include "contiki.h"
#include "sys/rtimer.h"
#include "sys/log.h"

Go to the source code of this file.

Data Structures

struct  tsch_log_t
 Structure for a log. More...
 

Macros

#define TSCH_LOG_ADD(log_type, init_code)
 Use this macro to add a log to the queue (will be printed out later, after leaving interrupt context)
 

Functions

struct tsch_log_ttsch_log_prepare_add (void)
 Prepare addition of a new log. More...
 
void tsch_log_commit (void)
 Actually add the previously prepared log.
 
void tsch_log_init (void)
 Initialize log module.
 
void tsch_log_process_pending (void)
 Process pending log messages.
 
void tsch_log_stop (void)
 Stop logging module.
 

Detailed Description

TSCH per-slot logging.

Definition in file tsch-log.h.