Exemple #1
0
 public MotorModel(IComCommunication communication)
 {
     this.communication = communication;
 }
Exemple #2
0
 public ThermistorModel(IComCommunication communication)
 {
     this.communication = communication;
 }
Exemple #3
0
 public CommunicationConfigurationModel(IComCommunication communication)
 {
     this.communication = communication;
 }
Exemple #4
0
 public OpticsModel(IComCommunication communication)
 {
     this.communication = communication;
 }
Exemple #5
0
 public TraceModel(IComCommunication communication)
 {
     this.communication = communication;
 }
Exemple #6
0
 /// <summary>
 /// Creates an instance of the LedModel class.
 /// </summary>
 /// <param name="communication"> Com port communication class. </param>
 public LedModel(IComCommunication communication)
 {
     this.communication = communication;
 }
Exemple #7
0
 public HeaterModel(IComCommunication communication)
 {
     this.communication = communication;
 }
Exemple #8
0
 public SnapshotModel(IComCommunication communication)
 {
     this.communication = communication;
 }
Exemple #9
0
 public FaultModel(IComCommunication communication)
 {
     this.communication = communication;
 }