Added example Network Port object

This commit is contained in:
skarg
2018-08-30 01:19:31 +00:00
parent 14a2bf696a
commit 77360ad46f
39 changed files with 2374 additions and 3 deletions
+20
View File
@@ -63,6 +63,9 @@
#include "ms-input.h"
#include "mso.h"
#include "msv.h"
#if (BACNET_PROTOCOL_REVISION >= 17)
#include "netport.h"
#endif
#include "osv.h"
#include "piv.h"
#include "schedule.h"
@@ -113,6 +116,23 @@ static object_functions_t My_Object_Table[] = {
NULL /* COV */ ,
NULL /* COV Clear */ ,
NULL /* Intrinsic Reporting */ },
#if (BACNET_PROTOCOL_REVISION >= 17)
{OBJECT_NETWORK_PORT,
Network_Port_Init,
Network_Port_Count,
Network_Port_Index_To_Instance,
Network_Port_Valid_Instance,
Network_Port_Object_Name,
Network_Port_Read_Property,
Network_Port_Write_Property,
Network_Port_Property_Lists,
NULL /* ReadRangeInfo */ ,
NULL /* Iterator */ ,
NULL /* Value_Lists */ ,
NULL /* COV */ ,
NULL /* COV Clear */ ,
NULL /* Intrinsic Reporting */ },
#endif
{OBJECT_ANALOG_INPUT,
Analog_Input_Init,
Analog_Input_Count,