Added method to reverse lookup property name index.
This commit is contained in:
@@ -66,6 +66,9 @@ extern "C" {
|
||||
unsigned *found_index);
|
||||
const char *bactext_property_name(
|
||||
unsigned index);
|
||||
bool bactext_property_index(
|
||||
const char *search_name,
|
||||
unsigned *found_index);
|
||||
const char *bactext_engineering_unit_name(
|
||||
unsigned index);
|
||||
bool bactext_engineering_unit_index(
|
||||
|
||||
Reference in New Issue
Block a user