OpenWSN Firmware
rxl1.c File Reference
#include "openwsn.h"
#include "rxl1.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  rxl1_vars_t
 

Macros

#define RXL1PERIOD   6000
 inter-packet period (in mseconds) More...
 

Functions

owerror_t rxl1_receive (OpenQueueEntry_t *msg, coap_header_iht *coap_header, coap_option_iht *coap_options)
 
void rxl1_timer (void)
 
void rxl1_sendDone (OpenQueueEntry_t *msg, owerror_t error)
 
void rxl1_init ()
 

Variables

const uint8_t rxl1_path0 [] = "x"
 
rxl1_vars_t rxl1_vars
 

Macro Definition Documentation

#define RXL1PERIOD   6000

inter-packet period (in mseconds)

Function Documentation

owerror_t rxl1_receive ( OpenQueueEntry_t msg,
coap_header_iht coap_header,
coap_option_iht coap_options 
)
void rxl1_sendDone ( OpenQueueEntry_t msg,
owerror_t  error 
)
void rxl1_timer ( void  )

Variable Documentation

const uint8_t rxl1_path0[] = "x"
rxl1_vars_t rxl1_vars