Merged revision(s) 3031 from branches/releases/bacnet-stack-0-8-0:

Added checks for OPTIONAL context tagged decoding to be sure it is not a closing tag.
Added makefile for unit test in bacdevobjpropref.c module, and improved unit test.
https://sourceforge.net/p/bacnet/bugs/49/
........
This commit is contained in:
skarg
2016-09-07 21:06:17 +00:00
parent fef2943df5
commit 964085d458
4 changed files with 180 additions and 399 deletions
+5
View File
@@ -89,6 +89,11 @@ extern "C" {
uint8_t tag_number,
BACNET_DEVICE_OBJECT_REFERENCE * value);
#ifdef TEST
#include "ctest.h"
void testBACnetDeviceObjectPropertyReference(
Test * pTest);
#endif
#ifdef __cplusplus
}