Sync some handler fixes and demo object fixes and updates and some comment fixes from branch bacnet-stack-0-8-0.
This commit is contained in:
@@ -808,6 +808,7 @@ static void BuildPropRequest(
|
||||
}
|
||||
propEntry->propertyIdentifier = Property_Value_List[i].property_id;
|
||||
propEntry->propertyArrayIndex = BACNET_ARRAY_ALL;
|
||||
propEntry->next = NULL;
|
||||
oldEntry = propEntry;
|
||||
propEntry = NULL;
|
||||
}
|
||||
@@ -1377,6 +1378,7 @@ void StartNextObject(
|
||||
rpm_object->object_instance = pNewObject->instance;
|
||||
rpm_property = calloc(1, sizeof(BACNET_PROPERTY_REFERENCE));
|
||||
rpm_object->listOfProperties = rpm_property;
|
||||
rpm_object->next = NULL;
|
||||
assert(rpm_property);
|
||||
rpm_property->propertyIdentifier = PROP_ALL;
|
||||
rpm_property->propertyArrayIndex = BACNET_ARRAY_ALL;
|
||||
|
||||
Reference in New Issue
Block a user