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
-11
View File
@@ -45,21 +45,10 @@ typedef struct
const char *pString; /* text pair - use NULL to end the list */
} INDTEXT_DATA;
typedef struct
{
unsigned prop_id; /* index number that matches the text */
unsigned tag_id; /* text pair - use NULL to end the list */
} PROP_TAG_DATA;
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
unsigned indtext_tag_by_index_default(
PROP_TAG_DATA *data_list,
unsigned index,
unsigned default_ret);
/* Searches for a matching string and returns the index to the string
in the parameter found_index.
If the string is not found, false is returned