Added additional BACnet demo object API (header files) for various properties. Updated demo objects to compile cleanly with the updated API.

This commit is contained in:
skarg
2013-05-22 17:42:48 +00:00
parent afa20e55b3
commit f52fc092e5
16 changed files with 310 additions and 78 deletions
+2 -2
View File
@@ -218,7 +218,7 @@ void Multistate_Input_Out_Of_Service_Set(
return;
}
static char *Multistate_Input_Description(
char *Multistate_Input_Description(
uint32_t object_instance)
{
unsigned index = 0; /* offset from instance lookup */
@@ -380,7 +380,7 @@ static bool Multistate_Input_Object_Name_Write(
return status;
}
static char *Multistate_Input_State_Text(
char *Multistate_Input_State_Text(
uint32_t object_instance,
uint32_t state_index)
{