DriveInterface class abstract

Inheritance
Implementers

Constructors

DriveInterface({required AutonomyInterface collection})

Properties

collection AutonomyInterface
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() Future<void>
Closes the connection to the device.
inherited
faceNorth() Future<void>
followPath(List<AutonomyAStarState> path) Future<void>
goDirection(DriveDirection direction) Future<void>
goForward() Future<void>
init() Future<bool>
Initializes the connection to the device.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
stop() Future<void>
toString() String
A string representation of this object.
inherited
turnLeft() Future<void>
turnRight() Future<void>

Operators

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