added Integer Value object example

This commit is contained in:
skarg
2014-09-10 04:01:53 +00:00
parent 133b166d0c
commit 3ad8eaba9c
6 changed files with 694 additions and 0 deletions
+16
View File
@@ -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,