Moved the bacnet object and property map functions to their own module since they really didn't fit with bactext or indtext. Added FIXME notes.

This commit is contained in:
skarg
2005-12-17 10:17:55 +00:00
parent bd7f0b3ad4
commit 273e202afb
7 changed files with 169 additions and 78 deletions
-4
View File
@@ -52,11 +52,7 @@ 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);
unsigned bactext_property_id(const char* name);
unsigned bactext_property_tag(BACNET_OBJECT_TYPE type, unsigned prop);
#ifdef __cplusplus
}
#endif /* __cplusplus */