OpenWSN Firmware
rrt.h
Go to the documentation of this file.
1 #ifndef __RRT_H
2 #define __RRT_H
3 
11 #include "opencoap.h"
12 
13 //=========================== define ==========================================
14 
15 //=========================== typedef =========================================
16 
17 //=========================== variables =======================================
18 
19 typedef struct {
21 } rrt_vars_t;
22 
23 //=========================== prototypes ======================================
24 
25 void rrt_init(void);
26 
32 #endif
Definition: opencoap.h:128
coap_resource_desc_t desc
Definition: rrt.h:20
Definition: rrt.h:19
void rrt_init()
Initialize this module.
Definition: rrt.c:40