Decoupled the demo handler from the demo object for ReinitializeDevice service.

This commit is contained in:
skarg
2010-02-13 13:38:00 +00:00
parent c8d959b3e3
commit 6c1b5b7e68
4 changed files with 73 additions and 16 deletions
+3
View File
@@ -31,6 +31,7 @@
#include "bacdef.h"
#include "apdu.h"
#include "bacapp.h"
#include "rd.h"
#include "rp.h"
#include "rpm.h"
#include "wp.h"
@@ -135,6 +136,8 @@ extern "C" {
uint16_t service_len,
BACNET_ADDRESS * src,
BACNET_CONFIRMED_SERVICE_DATA * service_data);
void handler_reinitialize_device_function_set(
reinitialize_device_function pFunction);
void handler_device_communication_control(
uint8_t * service_request,