Example #1
0
 /// <summary>
 /// See adapter documentation in the Myro 3 developer manual.
 /// http://wiki.roboteducation.org/Myro_3.0_Developer_Manual
 /// </summary>
 /// <param name="serviceRecord"></param>
 public FlukeControlAdapter(ServiceInfoType service)
 {
     this.ServiceInfo = service;
     opPort = DssEnvironment.ServiceForwarder<fluke.CamControlOperations>(new Uri(service.Service));
 }
Example #2
0
 /// <summary>
 /// See adapter documentation in the Myro 3 developer manual.
 /// http://wiki.roboteducation.org/Myro_3.0_Developer_Manual
 /// </summary>
 /// <param name="serviceRecord"></param>
 public FlukeControlAdapter(ServiceInfoType service)
 {
     this.ServiceInfo = service;
     opPort           = DssEnvironment.ServiceForwarder <fluke.CamControlOperations>(new Uri(service.Service));
 }