Created I-Have service encoding/decoding/unit test.

Added handlers for I-Have and Who-Has.
Added send for I-Have and Who-Has.
Created demo for WhoHas.
Added I-Have handling in server demo.
This commit is contained in:
skarg
2006-02-16 21:35:06 +00:00
parent b07b27e6ea
commit 5fcf45a781
24 changed files with 1383 additions and 54 deletions
+1 -5
View File
@@ -45,11 +45,7 @@ typedef struct BACnet_Who_Has_Data
bool object_name; /* true if a string */
union
{
struct
{
BACNET_OBJECT_TYPE type;
uint32_t instance;
} identifier;
BACNET_OBJECT_ID identifier;
BACNET_CHARACTER_STRING name;
} object;
} BACNET_WHO_HAS_DATA;