Ejemplo n.º 1
0
        public bool ConnectToSupplyVoltage(ISupplyVoltageDC supplyVoltage)
        {
            m_supplyVoltageDC          = supplyVoltage;
            m_isSupplyVoltageConnected = true;

            //TODO: detect anomalies
            return(true);
        }
Ejemplo n.º 2
0
 public bool ConnectToSupplyVoltage(ISupplyVoltageDC supplyVoltage)
 {
     throw new NotImplementedException();
 }