mirror of
https://github.com/stargieg/bacnet-stack
synced 2025-10-26 23:35:52 +08:00
enable mv and cv
This commit is contained in:
parent
a50c10f49a
commit
9aa03f737a
|
|
@ -195,7 +195,6 @@ static object_functions_t My_Object_Table[] = {
|
||||||
NULL /* COV */ ,
|
NULL /* COV */ ,
|
||||||
NULL /* COV Clear */ ,
|
NULL /* COV Clear */ ,
|
||||||
NULL /* Intrinsic Reporting */ },
|
NULL /* Intrinsic Reporting */ },
|
||||||
#if 0
|
|
||||||
{OBJECT_CHARACTERSTRING_VALUE,
|
{OBJECT_CHARACTERSTRING_VALUE,
|
||||||
CharacterString_Value_Init,
|
CharacterString_Value_Init,
|
||||||
CharacterString_Value_Count,
|
CharacterString_Value_Count,
|
||||||
|
|
@ -211,7 +210,6 @@ static object_functions_t My_Object_Table[] = {
|
||||||
NULL /* COV */ ,
|
NULL /* COV */ ,
|
||||||
NULL /* COV Clear */ ,
|
NULL /* COV Clear */ ,
|
||||||
NULL /* Intrinsic Reporting */ },
|
NULL /* Intrinsic Reporting */ },
|
||||||
#endif
|
|
||||||
#if defined(INTRINSIC_REPORTING)
|
#if defined(INTRINSIC_REPORTING)
|
||||||
{OBJECT_NOTIFICATION_CLASS,
|
{OBJECT_NOTIFICATION_CLASS,
|
||||||
Notification_Class_Init,
|
Notification_Class_Init,
|
||||||
|
|
@ -289,7 +287,6 @@ static object_functions_t My_Object_Table[] = {
|
||||||
NULL /* COV */ ,
|
NULL /* COV */ ,
|
||||||
NULL /* COV Clear */ ,
|
NULL /* COV Clear */ ,
|
||||||
NULL /* Intrinsic Reporting */ },
|
NULL /* Intrinsic Reporting */ },
|
||||||
#if 0
|
|
||||||
{OBJECT_MULTI_STATE_VALUE,
|
{OBJECT_MULTI_STATE_VALUE,
|
||||||
Multistate_Value_Init,
|
Multistate_Value_Init,
|
||||||
Multistate_Value_Count,
|
Multistate_Value_Count,
|
||||||
|
|
@ -305,7 +302,6 @@ static object_functions_t My_Object_Table[] = {
|
||||||
NULL /* COV */ ,
|
NULL /* COV */ ,
|
||||||
NULL /* COV Clear */ ,
|
NULL /* COV Clear */ ,
|
||||||
Multistate_Value_Intrinsic_Reporting },
|
Multistate_Value_Intrinsic_Reporting },
|
||||||
#endif
|
|
||||||
{OBJECT_TRENDLOG,
|
{OBJECT_TRENDLOG,
|
||||||
Trend_Log_Init,
|
Trend_Log_Init,
|
||||||
Trend_Log_Count,
|
Trend_Log_Count,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user