Convert the property list values into int32_t to support the larger property values when an int is 8-bit or 16-bit. (#1145)

This commit is contained in:
Steve Karg
2025-11-16 08:34:45 -06:00
committed by GitHub
parent 3ea710f92f
commit e9dd910b55
180 changed files with 1071 additions and 861 deletions
+4 -4
View File
@@ -21,9 +21,9 @@ extern "C" {
#endif /* __cplusplus */
BACNET_STACK_EXPORT
const int *property_list_optional(BACNET_OBJECT_TYPE object_type);
const int32_t *property_list_optional(BACNET_OBJECT_TYPE object_type);
BACNET_STACK_EXPORT
const int *property_list_required(BACNET_OBJECT_TYPE object_type);
const int32_t *property_list_required(BACNET_OBJECT_TYPE object_type);
BACNET_STACK_EXPORT
void property_list_special(
BACNET_OBJECT_TYPE object_type,
@@ -32,9 +32,9 @@ BACNET_STACK_EXPORT
BACNET_PROPERTY_ID property_list_special_property(
BACNET_OBJECT_TYPE object_type,
BACNET_PROPERTY_ID special_property,
unsigned index);
uint32_t index);
BACNET_STACK_EXPORT
unsigned property_list_special_count(
uint32_t property_list_special_count(
BACNET_OBJECT_TYPE object_type, BACNET_PROPERTY_ID special_property);
BACNET_STACK_EXPORT
bool property_list_writable_member(