mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
ba3088c4bd
into separate patch files
45 lines
1.0 KiB
Diff
45 lines
1.0 KiB
Diff
*** stock_iot-lab_M3/openwsn/07-App/udpinject/udpinject.h Thu Apr 24 11:01:37 2014
|
|
--- riot-openwsn-wip/openwsn/07-App/udpinject/udpinject.h Thu Apr 24 16:53:30 2014
|
|
***************
|
|
*** 2,8 ****
|
|
#define __UDPINJECT_H
|
|
|
|
/**
|
|
! \addtogroup App
|
|
\{
|
|
\addtogroup udpInject
|
|
\{
|
|
--- 2,8 ----
|
|
#define __UDPINJECT_H
|
|
|
|
/**
|
|
! \addtogroup AppUdp
|
|
\{
|
|
\addtogroup udpInject
|
|
\{
|
|
***************
|
|
*** 16,26 ****
|
|
|
|
//=========================== prototypes ======================================
|
|
|
|
! void udpinject_init();
|
|
! void udpinject_trigger();
|
|
! void udpinject_sendDone(OpenQueueEntry_t* msg, error_t error);
|
|
void udpinject_receive(OpenQueueEntry_t* msg);
|
|
! bool udpinject_debugPrint();
|
|
|
|
/**
|
|
\}
|
|
--- 16,26 ----
|
|
|
|
//=========================== prototypes ======================================
|
|
|
|
! void udpinject_init(void);
|
|
! void udpinject_trigger(void);
|
|
! void udpinject_sendDone(OpenQueueEntry_t* msg, owerror_t error);
|
|
void udpinject_receive(OpenQueueEntry_t* msg);
|
|
! bool udpinject_debugPrint(void);
|
|
|
|
/**
|
|
\}
|