1
0
mirror of https://github.com/stargieg/bacnet-stack synced 2025-10-26 23:35:52 +08:00

add uci initial support for av mv and nc

This commit is contained in:
Patrick Grimm
2013-03-22 00:28:24 +01:00
parent 60bd7685d1
commit a50c10f49a
8 changed files with 1734 additions and 125 deletions

View File

@@ -88,6 +88,10 @@ extern "C" {
uint32_t object_instance,
BACNET_CHARACTER_STRING * object_name);
bool Analog_Value_Name_Set(
uint32_t object_instance,
char *new_name);
int Analog_Value_Read_Property(
BACNET_READ_PROPERTY_DATA * rpdata);
@@ -119,6 +123,9 @@ extern "C" {
unsigned index,
BACNET_GET_ALARM_SUMMARY_DATA * getalarm_data);
#endif
bool Analog_Value_Input_Description_Set(
uint32_t object_instance,
char *text_string);
void Analog_Value_Init(
void);