示例#1
0
 public Actuator(global::RTC.Actuator source)
 {
     _Position = source.position;
     _Speed = source.speed;
     _Accel = source.accel;
     _Current = source.current;
     _Status = (ReactiveRTM.RTC.ActArrayActuatorStatus)source.status;
 }
示例#2
0
 public Actuator()
 {
     _Position = new System.Double();
     _Speed = new System.Double();
     _Accel = new System.Double();
     _Current = new System.Double();
     _Status = new ReactiveRTM.RTC.ActArrayActuatorStatus();
 }