RosActionMessage<G extends RosMessage<G>, AG extends RosActionGoal<G, AG>, F extends RosMessage<F>, AF extends RosActionFeedback<F, AF>, R extends RosMessage<R>, AR extends RosActionResult<R, AR>> class abstract

Constructors

RosActionMessage()

Properties

actionFeedback → AF
no setter
actionGoal → AG
no setter
actionResult → AR
no setter
feedback → F
no setter
fullType String
no setter
goal → G
no setter
hashCode int
The hash code for this object.
no setterinherited
md5sum String
no setter
result → R
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited