Пример #1
0
 public LimbState(global::RTC.LimbState source)
 {
     _Tm = Converter.RtcTimeToDateTime(source.tm);
     _OapMatrix = new ReactiveRTM.RTC.OAP(source.oapMatrix);
     _Status = (ReactiveRTM.RTC.LimbStatus)source.status;
 }
Пример #2
0
 public LimbState()
 {
     _Tm = default(System.DateTime);
     _OapMatrix = new ReactiveRTM.RTC.OAP();
     _Status = new ReactiveRTM.RTC.LimbStatus();
 }