source: npl/monitoring/syn3_snmp_subagent/subagent/syn3FacilitiesTable/syn3FacilitiesTable_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: 784 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 SYN3FACILITIESTABLE_OIDS_H
8#define SYN3FACILITIESTABLE_OIDS_H
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
14
15/* column number definitions for table syn3FacilitiesTable */
16#define SYN3FACILITIESTABLE_OID              1,3,6,1,4,1,31337,1,2,1
17
18#define COLUMN_SYN3FACILITYNAME         1
19   
20#define COLUMN_SYN3FACILITYSTATUS         2
21   
22#define COLUMN_SYN3FACILITYDESCRIPTION         3
23   
24#define COLUMN_SYN3FACILITYACK         4
25   
26
27#define SYN3FACILITIESTABLE_MIN_COL   COLUMN_SYN3FACILITYNAME
28#define SYN3FACILITIESTABLE_MAX_COL   COLUMN_SYN3FACILITYACK
29   
30
31
32#ifdef __cplusplus
33}
34#endif
35
36#endif /* SYN3FACILITIESTABLE_OIDS_H */
Note: See TracBrowser for help on using the repository browser.