Package org.ros.internal.node.response
Class SystemStateResultFactory
java.lang.Object
org.ros.internal.node.response.SystemStateResultFactory
- All Implemented Interfaces:
ResultFactory<SystemState>
A
ResultFactory to take an object and turn it into a
SystemState instance.- Author:
- Keith M. Hughes
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SystemStateResultFactory
public SystemStateResultFactory()
-
-
Method Details
-
newFromValue
- Specified by:
newFromValuein interfaceResultFactory<SystemState>- Returns:
- a value to be returned as the result part of a
Response
-