OpenWSN Firmware
rt.c File Reference
#include "openwsn.h"
#include "rt.h"
#include "opentimers.h"
#include "opencoap.h"
#include "openqueue.h"
#include "packetfunctions.h"
#include "openserial.h"
#include "openrandom.h"
#include "sensitive_accel_temperature.h"

Data Structures

struct  rt_vars_t
 

Macros

#define RTPERIOD   20000
 inter-packet period (in mseconds) More...
 

Functions

owerror_t rt_receive (OpenQueueEntry_t *msg, coap_header_iht *coap_header, coap_option_iht *coap_options)
 
void rt_timer (void)
 
void rt_sendDone (OpenQueueEntry_t *msg, owerror_t error)
 
void rt_init ()
 

Variables

const uint8_t rt_path0 [] = "t"
 
rt_vars_t rt_vars
 

Macro Definition Documentation

#define RTPERIOD   20000

inter-packet period (in mseconds)

Function Documentation

owerror_t rt_receive ( OpenQueueEntry_t msg,
coap_header_iht coap_header,
coap_option_iht coap_options 
)
void rt_sendDone ( OpenQueueEntry_t msg,
owerror_t  error 
)
void rt_timer ( void  )

Variable Documentation

const uint8_t rt_path0[] = "t"
rt_vars_t rt_vars