summaryrefslogtreecommitdiff
path: root/cleopatre/application/spidnetsnmp/agent/mibgroup/spc300-eoc-mib/spc300EoCSlaveGroup/spc300EoCSlaveWhiteListTable/spc300EoCSlaveWhiteListTable_oids.h
diff options
context:
space:
mode:
Diffstat (limited to 'cleopatre/application/spidnetsnmp/agent/mibgroup/spc300-eoc-mib/spc300EoCSlaveGroup/spc300EoCSlaveWhiteListTable/spc300EoCSlaveWhiteListTable_oids.h')
-rw-r--r--cleopatre/application/spidnetsnmp/agent/mibgroup/spc300-eoc-mib/spc300EoCSlaveGroup/spc300EoCSlaveWhiteListTable/spc300EoCSlaveWhiteListTable_oids.h45
1 files changed, 45 insertions, 0 deletions
diff --git a/cleopatre/application/spidnetsnmp/agent/mibgroup/spc300-eoc-mib/spc300EoCSlaveGroup/spc300EoCSlaveWhiteListTable/spc300EoCSlaveWhiteListTable_oids.h b/cleopatre/application/spidnetsnmp/agent/mibgroup/spc300-eoc-mib/spc300EoCSlaveGroup/spc300EoCSlaveWhiteListTable/spc300EoCSlaveWhiteListTable_oids.h
new file mode 100644
index 0000000000..a8d71d9718
--- /dev/null
+++ b/cleopatre/application/spidnetsnmp/agent/mibgroup/spc300-eoc-mib/spc300EoCSlaveGroup/spc300EoCSlaveWhiteListTable/spc300EoCSlaveWhiteListTable_oids.h
@@ -0,0 +1,45 @@
+/*
+ * Note: this file originally auto-generated by mib2c using
+ * : generic-table-oids.m2c 12855 2005-09-27 15:56:08Z rstory $
+ *
+ * $Id:$
+ */
+#ifndef SPC300EOCSLAVEWHITELISTTABLE_OIDS_H
+#define SPC300EOCSLAVEWHITELISTTABLE_OIDS_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+ /* definitions for scalars added to table spc300EoCSlaveWhiteListTable */
+#define SPC300EOCSLAVEWHITELISTAMOUNTLIMITATION_OID 1,3,6,1,4,1,22764,3,2,2,1,1
+#define SPC300EOCSLAVEWHITELISTTOTALAMOUNT_OID 1,3,6,1,4,1,22764,3,2,2,1,2
+ /*
+ * column number definitions for table spc300EoCSlaveWhiteListTable
+ */
+#define SPC300EOCSLAVEWHITELISTTABLE_OID 1,3,6,1,4,1,22764,3,2,2,1,4
+
+#define COLUMN_SPC300EOCSLAVEWHITELISTDEVICEPASSWORD 3
+#define COLUMN_SPC300EOCSLAVEWHITELISTDEVICEPASSWORD_FLAG (0x1 << 2)
+
+#define SPC300EOCSLAVEWHITELISTTABLE_MIN_COL COLUMN_SPC300EOCSLAVEWHITELISTDEVICEPASSWORD
+#define SPC300EOCSLAVEWHITELISTTABLE_MAX_COL COLUMN_SPC300EOCSLAVEWHITELISTDEVICEPASSWORD
+
+ /*
+ * TODO:405:r: Review SPC300EOCSLAVEWHITELISTTABLE_SETTABLE_COLS macro.
+ * OR together all the writable cols.
+ */
+#define SPC300EOCSLAVEWHITELISTTABLE_SETTABLE_COLS (COLUMN_SPC300EOCSLAVEWHITELISTDEVICEPASSWORD_FLAG)
+ /*
+ * TODO: check if it is necessary to specify required columns?
+ * Review SPC300EOCSLAVEWHITELISTTABLE_REQUIRED_COLS macro.
+ * OR together all the required rows for row creation.
+ * default is writable cols w/out defaults.
+ */
+#define SPC300EOCSLAVEWHITELISTTABLE_REQUIRED_COLS (COLUMN_SPC300EOCSLAVEWHITELISTDEVICEPASSWORD_FLAG)
+
+
+#ifdef __cplusplus
+}
+#endif
+#endif /* SPC300EOCSLAVEWHITELISTTABLE_OIDS_H */