Adding a handler for routed NPDUs (ie, Network Layer Message handling).

The work is not complete yet; this is an interim checkin.
This commit is contained in:
tbrennan3
2010-09-29 20:52:51 +00:00
parent d39d4fded3
commit 9f4b8e5f19
3 changed files with 243 additions and 0 deletions
+1
View File
@@ -92,6 +92,7 @@ HANDLER_SRC = \
$(BACNET_HANDLER)/txbuf.c \
$(BACNET_HANDLER)/noserv.c \
$(BACNET_HANDLER)/h_npdu.c \
$(BACNET_HANDLER)/h_routed_npdu.c \
$(BACNET_HANDLER)/h_whois.c \
$(BACNET_HANDLER)/h_iam.c \
$(BACNET_HANDLER)/h_rp.c \