Ejemplo n.º 1
0
 public ProsthesisTelemetry(ProsthesisTelemetry other)
 {
     MT   = new ProsthesisMotorTelemetry(other.MT);
     ST   = new ProsthesisSensorTelemetry(other.ST);
     BMST = new ProsthesisBMSTelemetry(other.BMST);
 }
Ejemplo n.º 2
0
 public ProsthesisBMSTelemetry(ProsthesisBMSTelemetry other)
 {
     Ds = other.Ds;
 }