added Integer Value object example
This commit is contained in:
@@ -57,6 +57,7 @@
|
||||
#include "channel.h"
|
||||
#include "command.h"
|
||||
#include "csv.h"
|
||||
#include "iv.h"
|
||||
#include "lc.h"
|
||||
#include "lsp.h"
|
||||
#include "ms-input.h"
|
||||
@@ -229,6 +230,21 @@ static object_functions_t My_Object_Table[] = {
|
||||
NULL /* COV */ ,
|
||||
NULL /* COV Clear */ ,
|
||||
NULL /* Intrinsic Reporting */ },
|
||||
{OBJECT_INTEGER_VALUE,
|
||||
Integer_Value_Init,
|
||||
Integer_Value_Count,
|
||||
Integer_Value_Index_To_Instance,
|
||||
Integer_Value_Valid_Instance,
|
||||
Integer_Value_Object_Name,
|
||||
Integer_Value_Read_Property,
|
||||
Integer_Value_Write_Property,
|
||||
Integer_Value_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,
|
||||
|
||||
Reference in New Issue
Block a user