Class LoadControllerServiceRequest
The LoadController service allows you to load a single controller inside controller_manager
To load a controller, specify the "name" of the controller.
The return value "ok" indicates if the controller was successfully
constructed and initialized or not.
Inheritance
System.Object
LoadControllerServiceRequest
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ZO.ROS.MessageTypes.ControllerManager
Assembly: Unity.ZeroSim.dll
Syntax
public class LoadControllerServiceRequest : ZOROSMessageInterface
Constructors
| Improve this Doc View SourceLoadControllerServiceRequest()
Declaration
public LoadControllerServiceRequest()
LoadControllerServiceRequest(String)
Declaration
public LoadControllerServiceRequest(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Fields
| Improve this Doc View SourceType
Declaration
[JsonIgnore]
public static string Type
Field Value
Type | Description |
---|---|
System.String |
Properties
| Improve this Doc View SourceMessageType
Declaration
[JsonIgnore]
public string MessageType { get; }
Property Value
Type | Description |
---|---|
System.String |
name
Declaration
public string name { get; set; }
Property Value
Type | Description |
---|---|
System.String |