converted COV to use new error, reject, abort method.

This commit is contained in:
skarg
2010-09-11 19:24:20 +00:00
parent 914a063681
commit 9e13bd0ebb
3 changed files with 88 additions and 41 deletions
+2
View File
@@ -56,6 +56,8 @@ typedef struct BACnet_Subscribe_COV_Data {
BACNET_PROPERTY_REFERENCE monitoredProperty;
bool covIncrementPresent; /* true if present */
float covIncrement; /* optional */
BACNET_ERROR_CLASS error_class;
BACNET_ERROR_CODE error_code;
} BACNET_SUBSCRIBE_COV_DATA;
#ifdef __cplusplus