HootAndCompute
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
HootAndCompute
Volt
/
dev.kingssack.volt.robot
/
RobotState
Robot
State
sealed
interface
RobotState
Represents the state of a robot.
Inheritors
Initializing
Idle
Running
Fault
Members
Types
Fault
Link copied to clipboard
data
class
Fault
(
val
error
:
Throwable
)
:
RobotState
Idle
Link copied to clipboard
data
object
Idle
:
RobotState
Initializing
Link copied to clipboard
data
object
Initializing
:
RobotState
Running
Link copied to clipboard
data
object
Running
:
RobotState