Moved send_uevent to demo/handler/s_uevent.c. Cleaned up event.c after splint review.

This commit is contained in:
skarg
2009-04-18 15:28:35 +00:00
parent 51845ed4fd
commit 4530915459
6 changed files with 67 additions and 31 deletions
+6
View File
@@ -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);