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
+5
View File
@@ -54,6 +54,11 @@ extern "C" {
uint8_t * pdu, /* PDU data */
uint16_t pdu_len); /* length PDU */
void routing_npdu_handler(
BACNET_ADDRESS * src,
uint8_t * pdu,
uint16_t pdu_len);
void handler_who_is(
uint8_t * service_request,
uint16_t service_len,