Ejemplo n.º 1
0
 public ActArrayActuatorGeometry(global::RTC.ActArrayActuatorGeometry source)
 {
     _Type = (ReactiveRTM.RTC.ActArrayActuatorType)source.type;
     _Length = source.length;
     _Orientation = new ReactiveRTM.RTC.Orientation3D(source.orientation);
     _Axis = new ReactiveRTM.RTC.Vector3D(source.axis);
     _MinRange = source.minRange;
     _Centre = source.centre;
     _MaxRange = source.maxRange;
     _HomePosition = source.homePosition;
     _HasBrakes = source.hasBrakes;
 }
Ejemplo n.º 2
0
 public ActArrayActuatorGeometry()
 {
     _Type = new ReactiveRTM.RTC.ActArrayActuatorType();
     _Length = new System.Double();
     _Orientation = new ReactiveRTM.RTC.Orientation3D();
     _Axis = new ReactiveRTM.RTC.Vector3D();
     _MinRange = new System.Double();
     _Centre = new System.Double();
     _MaxRange = new System.Double();
     _HomePosition = new System.Double();
     _HasBrakes = new System.Boolean();
 }
Ejemplo n.º 3
0
 public OAP(global::RTC.OAP source)
 {
     _Orientation = new ReactiveRTM.RTC.Vector3D(source.orientation);
     _Approach = new ReactiveRTM.RTC.Vector3D(source.approach);
     _Position = new ReactiveRTM.RTC.Vector3D(source.position);
 }
Ejemplo n.º 4
0
 public OAP()
 {
     _Orientation = new ReactiveRTM.RTC.Vector3D();
     _Approach = new ReactiveRTM.RTC.Vector3D();
     _Position = new ReactiveRTM.RTC.Vector3D();
 }
Ejemplo n.º 5
0
 public TimedVector3D(global::RTC.TimedVector3D source)
 {
     _Tm = Converter.RtcTimeToDateTime(source.tm);
     _Data = new ReactiveRTM.RTC.Vector3D(source.data);
 }
Ejemplo n.º 6
0
 public TimedVector3D()
 {
     _Tm = default(System.DateTime);
     _Data = new ReactiveRTM.RTC.Vector3D();
 }