public ProsthesisTelemetry(ProsthesisTelemetry other) { MT = new ProsthesisMotorTelemetry(other.MT); ST = new ProsthesisSensorTelemetry(other.ST); BMST = new ProsthesisBMSTelemetry(other.BMST); }
public ProsthesisBMSTelemetry(ProsthesisBMSTelemetry other) { Ds = other.Ds; }