Added reverse lookup for Binary Present Value.

This commit is contained in:
skarg
2009-10-11 00:35:46 +00:00
parent 5b60c94fad
commit b7f9f83667
2 changed files with 13 additions and 0 deletions
+10
View File
@@ -1819,6 +1819,16 @@ const char *bactext_binary_present_value_name(
ASHRAE_Reserved_String);
}
bool bactext_binary_present_value_index(
const char *search_name,
unsigned *found_index)
{
return indtext_by_istring(
bacnet_binary_present_value_names,
search_name,
found_index);
}
INDTEXT_DATA bacnet_reliability_names[] = {
{RELIABILITY_NO_FAULT_DETECTED, "no-fault-detected"}
,