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

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_MTETRIGGERTHRESHOLDTABLE_H
  6. #define _MIBGROUP_MTETRIGGERTHRESHOLDTABLE_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 MTETRIGGERTHRESHOLDSTARTUP_RISING        1
  15. #define MTETRIGGERTHRESHOLDSTARTUP_FALLING       2
  16. #define MTETRIGGERTHRESHOLDSTARTUP_RISINGORFALLING 3
  17.     /*
  18.      * function prototypes 
  19.      */
  20.      void            init_mteTriggerThresholdTable(void);
  21.      FindVarMethod   var_mteTriggerThresholdTable;
  22.      WriteMethod     write_mteTriggerThresholdStartup;
  23.      WriteMethod     write_mteTriggerThresholdRising;
  24.      WriteMethod     write_mteTriggerThresholdFalling;
  25.      WriteMethod     write_mteTriggerThresholdDeltaRising;
  26.      WriteMethod     write_mteTriggerThresholdDeltaFalling;
  27.      WriteMethod     write_mteTriggerThresholdObjectsOwner;
  28.      WriteMethod     write_mteTriggerThresholdObjects;
  29.      WriteMethod     write_mteTriggerThresholdRisingEventOwner;
  30.      WriteMethod     write_mteTriggerThresholdRisingEvent;
  31.      WriteMethod     write_mteTriggerThresholdFallingEventOwner;
  32.      WriteMethod     write_mteTriggerThresholdFallingEvent;
  33.      WriteMethod     write_mteTriggerThresholdDeltaRisingEventOwner;
  34.      WriteMethod     write_mteTriggerThresholdDeltaRisingEvent;
  35.      WriteMethod     write_mteTriggerThresholdDeltaFallingEventOwner;
  36.      WriteMethod     write_mteTriggerThresholdDeltaFallingEvent;
  37. #endif                          /* _MIBGROUP_MTETRIGGERTHRESHOLDTABLE_H */