summaryrefslogtreecommitdiff
path: root/agent/mibgroup/disman/mteTriggerBooleanTable.h
blob: 6413da5895cdc5cedba46860b14a29c77f1cdf51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
/*
 * This file was generated by mib2c and is intended for use as a mib module
 * for the ucd-snmp snmpd agent. 
 */


#ifndef _MIBGROUP_MTETRIGGERBOOLEANTABLE_H
#define _MIBGROUP_MTETRIGGERBOOLEANTABLE_H


/*
 * we may use header_complex from the header_complex module 
 */


config_require(header_complex)
    /*
     * enum definitions from the covered mib sections 
     */
#define MTETRIGGERBOOLEANCOMPARISON_UNEQUAL      1
#define MTETRIGGERBOOLEANCOMPARISON_EQUAL        2
#define MTETRIGGERBOOLEANCOMPARISON_LESS         3
#define MTETRIGGERBOOLEANCOMPARISON_LESSOREQUAL  4
#define MTETRIGGERBOOLEANCOMPARISON_GREATER      5
#define MTETRIGGERBOOLEANCOMPARISON_GREATEROREQUAL 6
#define MTETRIGGERBOOLEANSTARTUP_TRUE            1
#define MTETRIGGERBOOLEANSTARTUP_FALSE           2
    /*
     * function prototypes 
     */
     void            init_mteTriggerBooleanTable(void);
     FindVarMethod   var_mteTriggerBooleanTable;

#ifndef NETSNMP_NO_WRITE_SUPPORT
     WriteMethod     write_mteTriggerBooleanComparison;
     WriteMethod     write_mteTriggerBooleanValue;
     WriteMethod     write_mteTriggerBooleanStartup;
     WriteMethod     write_mteTriggerBooleanObjectsOwner;
     WriteMethod     write_mteTriggerBooleanObjects;
     WriteMethod     write_mteTriggerBooleanEventOwner;
     WriteMethod     write_mteTriggerBooleanEvent;
#endif /* !NETSNMP_NO_WRITE_SUPPORT */




#endif                          /* _MIBGROUP_MTETRIGGERBOOLEANTABLE_H */