refactored the binding process.

This commit is contained in:
skarg
2005-05-27 17:16:55 +00:00
parent df7ba026c9
commit 7e952b0912
9 changed files with 180 additions and 74 deletions
+6 -1
View File
@@ -40,6 +40,7 @@
#include "bacdcode.h"
#include "bacenum.h"
#include "tsm.h"
#include "iam.h"
// Confirmed Function Handlers
// If they are not set, they are handled by a reject message
@@ -66,7 +67,11 @@ void apdu_set_unrecognized_service_handler_handler(
// Unconfirmed Function Handlers
// If they are not set, they are not handled
static unconfirmed_function
Unconfirmed_Function[MAX_BACNET_UNCONFIRMED_SERVICE];
Unconfirmed_Function[MAX_BACNET_UNCONFIRMED_SERVICE] =
{
iam_handler,
NULL
};
void apdu_set_unconfirmed_handler(
BACNET_UNCONFIRMED_SERVICE service_choice,