Added character string helper to test for printable. Added to WP checks.

This commit is contained in:
skarg
2010-12-02 19:33:22 +00:00
parent f26997a367
commit e850469da8
3 changed files with 43 additions and 0 deletions
+2
View File
@@ -151,6 +151,8 @@ extern "C" {
BACNET_CHARACTER_STRING * char_string);
size_t characterstring_capacity(
BACNET_CHARACTER_STRING * char_string);
bool characterstring_printable(
BACNET_CHARACTER_STRING * char_string);
/* returns false if the string exceeds capacity
initialize by using length=0 */