Added Command object to the server demo. Thank you, Nikola Jelic.

This commit is contained in:
skarg
2014-03-05 17:02:38 +00:00
parent 1a6debfbf4
commit ef91dbb6ea
6 changed files with 1171 additions and 4 deletions
+16
View File
@@ -55,6 +55,7 @@
#include "bo.h"
#include "bv.h"
#include "channel.h"
#include "command.h"
#include "csv.h"
#include "lc.h"
#include "lsp.h"
@@ -213,6 +214,21 @@ static object_functions_t My_Object_Table[] = {
NULL /* COV */ ,
NULL /* COV Clear */ ,
NULL /* Intrinsic Reporting */ },
{OBJECT_COMMAND,
Command_Init,
Command_Count,
Command_Index_To_Instance,
Command_Valid_Instance,
Command_Object_Name,
Command_Read_Property,
Command_Write_Property,
Command_Property_Lists,
NULL /* ReadRangeInfo */ ,
NULL /* Iterator */ ,
NULL /* Value_Lists */ ,
NULL /* COV */ ,
NULL /* COV Clear */ ,
NULL /* Intrinsic Reporting */ },
#if defined(INTRINSIC_REPORTING)
{OBJECT_NOTIFICATION_CLASS,
Notification_Class_Init,