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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user