source: npl/monitoring/syn3_snmp_subagent/subagent/syn3StatisticsTable/syn3StatisticsTable_oids.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: 899 bytes
Line 
1/*
2 * Note: this file originally auto-generated by mib2c using
3 *  : generic-table-oids.m2c 12855 2005-09-27 15:56:08Z rstory $
4 *
5 * $Id:$
6 */
7#ifndef SYN3STATISTICSTABLE_OIDS_H
8#define SYN3STATISTICSTABLE_OIDS_H
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
14
15/* column number definitions for table syn3StatisticsTable */
16#define SYN3STATISTICSTABLE_OID              1,3,6,1,4,1,31337,1,3,1
17
18#define COLUMN_SYN3STATISTICSNAME         1
19   
20#define COLUMN_SYN3STATISTICSVALUE1         2
21   
22#define COLUMN_SYN3STATISTICSVALUE2         3
23   
24#define COLUMN_SYN3STATISTICSVALUE3         4
25   
26#define COLUMN_SYN3STATISTICSVALUE4         5
27   
28#define COLUMN_SYN3STATISTICSVALUE5         6
29   
30
31#define SYN3STATISTICSTABLE_MIN_COL   COLUMN_SYN3STATISTICSNAME
32#define SYN3STATISTICSTABLE_MAX_COL   COLUMN_SYN3STATISTICSVALUE5
33   
34
35
36#ifdef __cplusplus
37}
38#endif
39
40#endif /* SYN3STATISTICSTABLE_OIDS_H */
Note: See TracBrowser for help on using the repository browser.