Example #1
0
        /// <summary>
        /// Constructor
        /// </summary>
        /// <param name="psem">The PSEM communications object for the current session</param>
        /// <param name="table2194">The Table 2194 object for the current device.</param>
        /// <param name="table0">The Table 0 object for the current device</param>
        // Revision History
        // MM/DD/YY who Version Issue# Description
        // -------- --- ------- ------ ---------------------------------------
        // 02/12/10 RCG 2.40.12 N/A    Created

        public PLANMFGTable2215(CPSEM psem, OpenWayMFGTable2194 table2194, CTable00 table0)
            : base(psem, GetTableSize(table0), TABLE_TIMEOUT, 2215, table2194)
        {
        }
Example #2
0
        /// <summary>
        /// Constructor
        /// </summary>
        /// <param name="psem">The PSEM communications object for the current session</param>
        /// <param name="table2194">The Table 2194 object for the current device.</param>
        // Revision History
        // MM/DD/YY who Version Issue# Description
        // -------- --- ------- ------ ---------------------------------------
        // 02/12/10 RCG 2.40.12 N/A    Created

        public PLANMFGTable2212(CPSEM psem, OpenWayMFGTable2194 table2194)
            : base(psem, TABLE_SIZE, TABLE_TIMEOUT, 2212, table2194)
        {
        }
Example #3
0
        /// <summary>
        /// Constructor
        /// </summary>
        /// <param name="psem">The PSEM communications object for the current session</param>
        /// <param name="tableSize">The size of the Comm Module table</param>
        /// <param name="tableTimeout">The table timeout</param>
        /// <param name="commTableID">The Communication Module table to read.</param>
        /// <param name="table2194">The table 2194 object for the current meter.</param>
        // Revision History
        // MM/DD/YY who Version Issue# Description
        // -------- --- ------- ------ ---------------------------------------
        // 02/12/10 RCG 2.40.12 N/A    Created

        protected OpenWayMFGTable2195(CPSEM psem, uint tableSize, int tableTimeout, ushort commTableID, OpenWayMFGTable2194 table2194)
            : base(psem, 2195, tableSize, tableTimeout)
        {
            m_usCommTableID = commTableID;
            m_Table2194     = table2194;
        }