Ejemplo n.º 1
0
 public MotorModel(IComCommunication communication)
 {
     this.communication = communication;
 }
Ejemplo n.º 2
0
 public ThermistorModel(IComCommunication communication)
 {
     this.communication = communication;
 }
Ejemplo n.º 3
0
 public CommunicationConfigurationModel(IComCommunication communication)
 {
     this.communication = communication;
 }
Ejemplo n.º 4
0
 public OpticsModel(IComCommunication communication)
 {
     this.communication = communication;
 }
Ejemplo n.º 5
0
 public TraceModel(IComCommunication communication)
 {
     this.communication = communication;
 }
Ejemplo n.º 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;
 }
Ejemplo n.º 7
0
 public HeaterModel(IComCommunication communication)
 {
     this.communication = communication;
 }
Ejemplo n.º 8
0
 public SnapshotModel(IComCommunication communication)
 {
     this.communication = communication;
 }
Ejemplo n.º 9
0
 public FaultModel(IComCommunication communication)
 {
     this.communication = communication;
 }