Merged revision(s) 2782 from branches/releases/bacnet-stack-0-8-0:
Added initial names and descriptions to example multi-state value and multi-state input objects. ........
This commit is contained in:
@@ -97,11 +97,13 @@ void Multistate_Value_Property_Lists(
|
||||
void Multistate_Value_Init(
|
||||
void)
|
||||
{
|
||||
unsigned i;
|
||||
unsigned int i;
|
||||
|
||||
/* initialize all the analog output priority arrays to NULL */
|
||||
for (i = 0; i < MAX_MULTISTATE_VALUES; i++) {
|
||||
Present_Value[i] = 1;
|
||||
sprintf(&Object_Name[i][0], "MULTISTATE VALUE %u", i);
|
||||
sprintf(&Object_Description[i][0], "MULTISTATE VALUE %u", i);
|
||||
}
|
||||
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user