Added set function for AV Present Value (similar to ao.c).

This commit is contained in:
skarg
2009-06-05 19:33:31 +00:00
parent 83d9abc3e8
commit 6903310da9
2 changed files with 42 additions and 17 deletions
+8
View File
@@ -63,6 +63,14 @@ extern "C" {
BACNET_WRITE_PROPERTY_DATA * wp_data,
BACNET_ERROR_CLASS * error_class,
BACNET_ERROR_CODE * error_code);
bool Analog_Value_Present_Value_Set(
uint32_t object_instance,
float value,
uint8_t priority);
float Analog_Value_Present_Value(
uint32_t object_instance);
#ifdef TEST
#include "ctest.h"