OpenWSN Firmware
|
#include "openwsn.h"
#include "udprand.h"
#include "openudp.h"
#include "openqueue.h"
#include "openserial.h"
#include "packetfunctions.h"
#include "opentimers.h"
#include "openrandom.h"
#include "opencoap.h"
#include "scheduler.h"
#include "idmanager.h"
#include "IEEE802154E.h"
Data Structures | |
struct | udprand_vars_t |
Macros | |
#define | UDPRANDPERIOD 30000 |
inter-packet period (in mseconds) More... | |
Functions | |
void | udprand_timer (void) |
void | udprand_init () |
void | udprand_task () |
void | udprand_sendDone (OpenQueueEntry_t *msg, owerror_t error) |
void | udprand_receive (OpenQueueEntry_t *msg) |
Variables | |
udprand_vars_t | udprand_vars |
#define UDPRANDPERIOD 30000 |
inter-packet period (in mseconds)
void udprand_timer | ( | void | ) |
udprand_vars_t udprand_vars |