mteTriggerBooleanTable.h
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:1k
源码类别:

SNMP编程

开发平台:

Unix_Linux

  1. /*
  2.  * This file was generated by mib2c and is intended for use as a mib module
  3.  * for the ucd-snmp snmpd agent. 
  4.  */
  5. #ifndef _MIBGROUP_MTETRIGGERBOOLEANTABLE_H
  6. #define _MIBGROUP_MTETRIGGERBOOLEANTABLE_H
  7. /*
  8.  * we may use header_complex from the header_complex module 
  9.  */
  10. config_require(header_complex)
  11.     /*
  12.      * enum definitions from the covered mib sections 
  13.      */
  14. #define MTETRIGGERBOOLEANCOMPARISON_UNEQUAL      1
  15. #define MTETRIGGERBOOLEANCOMPARISON_EQUAL        2
  16. #define MTETRIGGERBOOLEANCOMPARISON_LESS         3
  17. #define MTETRIGGERBOOLEANCOMPARISON_LESSOREQUAL  4
  18. #define MTETRIGGERBOOLEANCOMPARISON_GREATER      5
  19. #define MTETRIGGERBOOLEANCOMPARISON_GREATEROREQUAL 6
  20. #define MTETRIGGERBOOLEANSTARTUP_TRUE            1
  21. #define MTETRIGGERBOOLEANSTARTUP_FALSE           2
  22.     /*
  23.      * function prototypes 
  24.      */
  25.      void            init_mteTriggerBooleanTable(void);
  26.      FindVarMethod   var_mteTriggerBooleanTable;
  27.      WriteMethod     write_mteTriggerBooleanComparison;
  28.      WriteMethod     write_mteTriggerBooleanValue;
  29.      WriteMethod     write_mteTriggerBooleanStartup;
  30.      WriteMethod     write_mteTriggerBooleanObjectsOwner;
  31.      WriteMethod     write_mteTriggerBooleanObjects;
  32.      WriteMethod     write_mteTriggerBooleanEventOwner;
  33.      WriteMethod     write_mteTriggerBooleanEvent;
  34. #endif                          /* _MIBGROUP_MTETRIGGERBOOLEANTABLE_H */