Exemple #1
0
 public virtual global::Microsoft.Ccr.Core.Choice ChangeSettings(out global::Microsoft.Robotics.Services.PursuitCamera.Proxy.ChangeSettings operation)
 {
     global::Microsoft.Robotics.Services.PursuitCamera.Proxy.Settings body = new global::Microsoft.Robotics.Services.PursuitCamera.Proxy.Settings();
     operation = new global::Microsoft.Robotics.Services.PursuitCamera.Proxy.ChangeSettings(body);
     this.Post(operation);
     return(operation.ResponsePort);
 }
Exemple #2
0
 public virtual global::Microsoft.Ccr.Core.PortSet <global::Microsoft.Dss.ServiceModel.Dssp.DefaultUpdateResponseType, global:: W3C.Soap.Fault> ChangeSettings()
 {
     global::Microsoft.Robotics.Services.PursuitCamera.Proxy.Settings       body      = new global::Microsoft.Robotics.Services.PursuitCamera.Proxy.Settings();
     global::Microsoft.Robotics.Services.PursuitCamera.Proxy.ChangeSettings operation = new global::Microsoft.Robotics.Services.PursuitCamera.Proxy.ChangeSettings(body);
     this.Post(operation);
     return(operation.ResponsePort);
 }
Exemple #3
0
 /// <summary>
 ///Copies the data member values of the current Settings to the specified target object
 ///</summary>
 ///<param name="target">target object (must be an instance of)</param>
 public virtual void CopyTo(Microsoft.Dss.Core.IDssSerializable target)
 {
     global::Microsoft.Robotics.Services.PursuitCamera.Proxy.Settings typedTarget = ((global::Microsoft.Robotics.Services.PursuitCamera.Proxy.Settings)(target));
     typedTarget._MinDistance        = this._MinDistance;
     typedTarget._MaxDistance        = this._MaxDistance;
     typedTarget._Altitude           = this._Altitude;
     typedTarget._OcclusionThreshold = this._OcclusionThreshold;
     typedTarget._PreventOcclusion   = this._PreventOcclusion;
     typedTarget._FieldOfView        = this._FieldOfView;
 }
Exemple #4
0
 public ChangeSettings(global::Microsoft.Robotics.Services.PursuitCamera.Proxy.Settings body, global::Microsoft.Ccr.Core.PortSet <global::Microsoft.Dss.ServiceModel.Dssp.DefaultUpdateResponseType, global:: W3C.Soap.Fault> responsePort) :
     base(body, responsePort)
 {
 }
Exemple #5
0
 public ChangeSettings(global::Microsoft.Robotics.Services.PursuitCamera.Proxy.Settings body) :
     base(body)
 {
 }
Exemple #6
0
 /// <summary>
 ///Clones Settings
 ///</summary>
 ///<returns>cloned value</returns>
 public virtual object Clone()
 {
     global::Microsoft.Robotics.Services.PursuitCamera.Proxy.Settings target0 = new global::Microsoft.Robotics.Services.PursuitCamera.Proxy.Settings();
     this.CopyTo(target0);
     return(target0);
 }