public MotorModel(IComCommunication communication) { this.communication = communication; }
public ThermistorModel(IComCommunication communication) { this.communication = communication; }
public CommunicationConfigurationModel(IComCommunication communication) { this.communication = communication; }
public OpticsModel(IComCommunication communication) { this.communication = communication; }
public TraceModel(IComCommunication communication) { this.communication = communication; }
/// <summary> /// Creates an instance of the LedModel class. /// </summary> /// <param name="communication"> Com port communication class. </param> public LedModel(IComCommunication communication) { this.communication = communication; }
public HeaterModel(IComCommunication communication) { this.communication = communication; }
public SnapshotModel(IComCommunication communication) { this.communication = communication; }
public FaultModel(IComCommunication communication) { this.communication = communication; }