added additional BACnet 2004 enumerations. Added some more BACnet text for the enumerations.

This commit is contained in:
skarg
2005-11-19 22:56:58 +00:00
parent 876608d1ac
commit 6e84cf38e2
3 changed files with 120 additions and 13 deletions
+5
View File
@@ -47,6 +47,11 @@ const char *bactext_unconfirmed_service_name(int index);
const char *bactext_application_tag_name(int index);
const char *bactext_object_type_name(int index);
const char *bactext_property_name(int index);
const char *bactext_engineering_unit_name(int index);
const char *bactext_reject_reason_name(int index);
const char *bactext_abort_reason_name(int index);
const char *bactext_error_class_name(int index);
const char *bactext_error_code_name(int index);
#ifdef __cplusplus
}