Class ControllerStateMessage
Controller Manager message that lists all the resources which is usually just the joint names.
Inheritance
System.Object
ControllerStateMessage
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 ControllerStateMessage : ZOROSMessageInterface
Constructors
| Improve this Doc View SourceControllerStateMessage()
Declaration
public ControllerStateMessage()
ControllerStateMessage(String, String, String, HardwareInterfaceResourcesMessage[])
Declaration
public ControllerStateMessage(string name, string state, string type, HardwareInterfaceResourcesMessage[] claimed_resources)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
System.String | state | |
System.String | type | |
HardwareInterfaceResourcesMessage[] | claimed_resources |
Fields
| Improve this Doc View SourceType
Declaration
[JsonIgnore]
public static string Type
Field Value
Type | Description |
---|---|
System.String |
Properties
| Improve this Doc View Sourceclaimed_resources
Declaration
public HardwareInterfaceResourcesMessage[] claimed_resources { get; set; }
Property Value
Type | Description |
---|---|
HardwareInterfaceResourcesMessage[] |
MessageType
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 |
state
Declaration
public string state { get; set; }
Property Value
Type | Description |
---|---|
System.String |
type
Declaration
public string type { get; set; }
Property Value
Type | Description |
---|---|
System.String |