Refactored error message for RPM to use.

This commit is contained in:
skarg
2005-11-13 00:38:27 +00:00
parent a2cdae2301
commit 491a0c34cd
4 changed files with 277 additions and 43 deletions
+6
View File
@@ -65,6 +65,12 @@ int bacerror_decode_apdu(
BACNET_ERROR_CLASS *error_class,
BACNET_ERROR_CODE *error_code);
int bacerror_decode_error_class_and_code(
uint8_t *apdu,
unsigned apdu_len,
BACNET_ERROR_CLASS *error_class,
BACNET_ERROR_CODE *error_code);
#ifdef TEST
#include "ctest.h"
void testBACError(Test * pTest);