source: npl/monitoring/syn3_snmp_subagent/subagent/syn3FacilitiesTable/syn3FacilitiesTable_enums.h

Last change on this file was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 1019 bytes
Line 
1/*
2 * Note: this file originally auto-generated by mib2c using
3 *  : generic-table-enums.m2c 12526 2005-07-15 22:41:16Z rstory $
4 *
5 * $Id:$
6 */
7#ifndef SYN3FACILITIESTABLE_ENUMS_H
8#define SYN3FACILITIESTABLE_ENUMS_H
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
14 /*
15 * NOTES on enums
16 * ==============
17 *
18 * Value Mapping
19 * -------------
20 * If the values for your data type don't exactly match the
21 * possible values defined by the mib, you should map them
22 * below. For example, a boolean flag (1/0) is usually represented
23 * as a TruthValue in a MIB, which maps to the values (1/2).
24 *
25 */
26/*************************************************************************
27 *************************************************************************
28 *
29 * enum definitions for table syn3FacilitiesTable
30 *
31 *************************************************************************
32 *************************************************************************/
33
34
35
36#ifdef __cplusplus
37}
38#endif
39
40#endif /* SYN3FACILITIESTABLE_ENUMS_H */
Note: See TracBrowser for help on using the repository browser.