OpenWSN Firmware
r6t.h
Go to the documentation of this file.
1 
8 #ifndef __R6T_H
9 #define __R6T_H
10 
18 #include "openwsn.h"
19 #include "opencoap.h"
20 #include "schedule.h"
21 
22 //=========================== define ==========================================
23 
24 //=========================== typedef =========================================
25 
26 //=========================== variables =======================================
27 
28 typedef struct {
30 } r6t_vars_t;
31 
32 //=========================== prototypes ======================================
33 
34 void r6t_init(void);
35 
41 #endif
Definition: opencoap.h:128
void r6t_init()
Definition: r6t.c:37
Definition: r6t.h:28
coap_resource_desc_t desc
Definition: r6t.h:29