Added bitstring_same function to compare two bit strings.

This commit is contained in:
minack
2009-08-09 23:37:46 +00:00
parent 1a2241a0eb
commit d088e19ed2
2 changed files with 71 additions and 2 deletions
+3
View File
@@ -98,6 +98,9 @@ extern "C" {
BACNET_BIT_STRING * dest,
BACNET_BIT_STRING * src);
bool bitstring_same(
BACNET_BIT_STRING * bitstring1,
BACNET_BIT_STRING * bitstring2);
/* returns false if the string exceeds capacity
initialize by using length=0 */