예제 #1
0
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="PSEM">Protocol obj used to identify the meter</param>
 // Revision History
 // MM/DD/YY Who Version ID Number Description
 // -------- --- ------- -- ------ ----------------------------------------------------------
 // 03/18/13 AF  2.80.08 TR 7578   Created
 // 01/09/14 DLG 3.50.23 TR 9993   Also related to TREQ 9996. Added argument to new parameter
 //                                for ICSTableReader when it's instantiated.
 //
 public ICS_Gateway(CPSEM PSEM)
     : base(PSEM)
 {
     m_EventDictionary = new ICS_Gateway_EventDictionary();
     m_rmStrings       = new ResourceManager(RESOURCE_FILE_PROJECT_STRINGS,
                                             this.GetType().Assembly);
     m_ICSTableReader = new ICSTableReader(PSEM, this);
 }
예제 #2
0
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="PSEM">Protocol obj used to identify the meter</param>
 // Revision History
 // MM/DD/YY Who Version ID Number Description
 // -------- --- ------- -- ------ ----------------------------------------------------------
 // 03/22/13 jrf 2.80.10           Created
 // 01/09/14 DLG 3.50.23 TR 9993   Also related to TREQ 9996. Added argument to new parameter
 //                                for ICSTableReader when it's instantiated.
 //
 public OpenWayITRJ(CPSEM PSEM)
     : base(PSEM)
 {
     m_ICSTableReader = new ICSTableReader(PSEM, this);
 }