Added API to output objects for priority-array property value inspection. (#1096)

This commit is contained in:
Steve Karg
2025-09-17 15:57:53 -05:00
committed by GitHub
parent 5921a28590
commit e3ef352f2d
13 changed files with 323 additions and 0 deletions
+7
View File
@@ -59,6 +59,13 @@ BACNET_STACK_EXPORT
void Analog_Output_Write_Present_Value_Callback_Set(
analog_output_write_present_value_callback cb);
BACNET_STACK_EXPORT
bool Analog_Output_Priority_Array_Relinquished(
uint32_t object_instance, unsigned priority);
BACNET_STACK_EXPORT
float Analog_Output_Priority_Array_Value(
uint32_t object_instance, unsigned priority);
BACNET_STACK_EXPORT
float Analog_Output_Relinquish_Default(uint32_t object_instance);
BACNET_STACK_EXPORT