Corrected const char for WhoHas/I-Have (bug ID: 3002190). Thank you, Jim Bell!
This commit is contained in:
@@ -57,7 +57,7 @@ void Send_I_Have(
|
|||||||
uint32_t device_id,
|
uint32_t device_id,
|
||||||
BACNET_OBJECT_TYPE object_type,
|
BACNET_OBJECT_TYPE object_type,
|
||||||
uint32_t object_instance,
|
uint32_t object_instance,
|
||||||
char *object_name)
|
const char *object_name)
|
||||||
{
|
{
|
||||||
int len = 0;
|
int len = 0;
|
||||||
int pdu_len = 0;
|
int pdu_len = 0;
|
||||||
|
|||||||
@@ -58,7 +58,7 @@
|
|||||||
void Send_WhoHas_Name(
|
void Send_WhoHas_Name(
|
||||||
int32_t low_limit,
|
int32_t low_limit,
|
||||||
int32_t high_limit,
|
int32_t high_limit,
|
||||||
char *object_name)
|
const char *object_name)
|
||||||
{
|
{
|
||||||
int len = 0;
|
int len = 0;
|
||||||
int pdu_len = 0;
|
int pdu_len = 0;
|
||||||
|
|||||||
@@ -67,13 +67,13 @@ extern "C" {
|
|||||||
void Send_WhoHas_Name(
|
void Send_WhoHas_Name(
|
||||||
int32_t low_limit,
|
int32_t low_limit,
|
||||||
int32_t high_limit,
|
int32_t high_limit,
|
||||||
char *object_name);
|
const char *object_name);
|
||||||
|
|
||||||
void Send_I_Have(
|
void Send_I_Have(
|
||||||
uint32_t device_id,
|
uint32_t device_id,
|
||||||
BACNET_OBJECT_TYPE object_type,
|
BACNET_OBJECT_TYPE object_type,
|
||||||
uint32_t object_instance,
|
uint32_t object_instance,
|
||||||
char *object_name);
|
const char *object_name);
|
||||||
|
|
||||||
int Send_UCOV_Notify(
|
int Send_UCOV_Notify(
|
||||||
uint8_t * buffer,
|
uint8_t * buffer,
|
||||||
|
|||||||
+1190
-1130
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user