Indented according to standard indent rules for this project.
This commit is contained in:
@@ -68,7 +68,7 @@ static int notify_encode_adpu(
|
||||
/* tag 2 - monitoredObjectIdentifier */
|
||||
len =
|
||||
encode_context_object_id(&apdu[apdu_len], 2,
|
||||
(int)data->monitoredObjectIdentifier.type,
|
||||
(int) data->monitoredObjectIdentifier.type,
|
||||
data->monitoredObjectIdentifier.instance);
|
||||
apdu_len += len;
|
||||
/* tag 3 - timeRemaining */
|
||||
@@ -173,7 +173,7 @@ int cov_notify_decode_service_request(
|
||||
uint32_t len_value = 0;
|
||||
uint32_t decoded_value = 0; /* for decoding */
|
||||
uint16_t decoded_type = 0; /* for decoding */
|
||||
uint32_t property = 0; /* for decoding */
|
||||
uint32_t property = 0; /* for decoding */
|
||||
BACNET_PROPERTY_VALUE *value = NULL; /* value in list */
|
||||
|
||||
if (apdu_len && data) {
|
||||
@@ -338,7 +338,7 @@ int cov_subscribe_encode_adpu(
|
||||
/* tag 1 - monitoredObjectIdentifier */
|
||||
len =
|
||||
encode_context_object_id(&apdu[apdu_len], 1,
|
||||
(int)data->monitoredObjectIdentifier.type,
|
||||
(int) data->monitoredObjectIdentifier.type,
|
||||
data->monitoredObjectIdentifier.instance);
|
||||
apdu_len += len;
|
||||
/*
|
||||
@@ -467,7 +467,7 @@ int cov_subscribe_property_encode_adpu(
|
||||
/* tag 1 - monitoredObjectIdentifier */
|
||||
len =
|
||||
encode_context_object_id(&apdu[apdu_len], 1,
|
||||
(int)data->monitoredObjectIdentifier.type,
|
||||
(int) data->monitoredObjectIdentifier.type,
|
||||
data->monitoredObjectIdentifier.instance);
|
||||
apdu_len += len;
|
||||
if (!data->cancellationRequest) {
|
||||
@@ -518,7 +518,7 @@ int cov_subscribe_property_decode_service_request(
|
||||
uint32_t len_value = 0;
|
||||
uint32_t decoded_value = 0; /* for decoding */
|
||||
uint16_t decoded_type = 0; /* for decoding */
|
||||
uint32_t property = 0; /* for decoding */
|
||||
uint32_t property = 0; /* for decoding */
|
||||
|
||||
if (apdu_len && data) {
|
||||
/* tag 0 - subscriberProcessIdentifier */
|
||||
|
||||
Reference in New Issue
Block a user