Added COV to Analog Input demo object.

This commit is contained in:
skarg
2014-08-28 18:46:09 +00:00
parent 5f08d69cc6
commit c1ba4b124e
3 changed files with 180 additions and 5 deletions
+3 -3
View File
@@ -120,9 +120,9 @@ static object_functions_t My_Object_Table[] = {
Analog_Input_Property_Lists,
NULL /* ReadRangeInfo */ ,
NULL /* Iterator */ ,
NULL /* Value_Lists */ ,
NULL /* COV */ ,
NULL /* COV Clear */ ,
Analog_Input_Encode_Value_List,
Analog_Input_Change_Of_Value,
Analog_Input_Change_Of_Value_Clear,
Analog_Input_Intrinsic_Reporting},
{OBJECT_ANALOG_OUTPUT,
Analog_Output_Init,