Corrected const char for WhoHas/I-Have (bug ID: 3002190). Thank you, Jim Bell!

This commit is contained in:
skarg
2010-05-15 22:16:59 +00:00
parent 1526557b54
commit 0263f9dce8
4 changed files with 1194 additions and 1134 deletions
+2 -2
View File
@@ -67,13 +67,13 @@ extern "C" {
void Send_WhoHas_Name(
int32_t low_limit,
int32_t high_limit,
char *object_name);
const char *object_name);
void Send_I_Have(
uint32_t device_id,
BACNET_OBJECT_TYPE object_type,
uint32_t object_instance,
char *object_name);
const char *object_name);
int Send_UCOV_Notify(
uint8_t * buffer,