Moved send_uevent to demo/handler/s_uevent.c. Cleaned up event.c after splint review.
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
#include "bacenum.h"
|
||||
#include "rpm.h"
|
||||
#include "cov.h"
|
||||
#include "event.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@@ -132,6 +133,11 @@ extern "C" {
|
||||
int fileStartPosition,
|
||||
BACNET_OCTET_STRING * fileData);
|
||||
|
||||
int Send_UEvent_Notify(
|
||||
uint8_t * buffer,
|
||||
BACNET_EVENT_NOTIFICATION_DATA * data,
|
||||
BACNET_ADDRESS * dest);
|
||||
|
||||
void Send_Who_Is_Router_To_Network(
|
||||
BACNET_ADDRESS * dst,
|
||||
int dnet);
|
||||
|
||||
Reference in New Issue
Block a user