added text printing for property-list property. Added property-list property to analog-input object.

This commit is contained in:
skarg
2013-11-16 21:49:06 +00:00
parent cedaa5a944
commit 94cf94b09d
5 changed files with 42 additions and 21 deletions
+3
View File
@@ -54,6 +54,9 @@ extern "C" {
unsigned *found_index);
const char *bactext_property_name(
unsigned index);
const char *bactext_property_name_default(
unsigned index,
const char *default_string);
bool bactext_property_index(
const char *search_name,
unsigned *found_index);