HootAndCompute
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
HootAndCompute
Volt
/
dev.kingssack.volt.web
/
OpModeDefinition
Op
Mode
Definition
data
class
OpModeDefinition
(
val
id
:
String
=
UUID.randomUUID().toString()
,
val
name
:
String
,
val
type
:
String
,
val
robotId
:
String
,
val
flowGraph
:
FlowGraph
,
val
generatedCode
:
String
?
=
null
,
val
constructorParams
:
Map
<
String
,
Any
?
>
=
emptyMap()
)
Members
Constructors
Op
Mode
Definition
Link copied to clipboard
constructor
(
id
:
String
=
UUID.randomUUID().toString()
,
name
:
String
,
type
:
String
,
robotId
:
String
,
flowGraph
:
FlowGraph
,
generatedCode
:
String
?
=
null
,
constructorParams
:
Map
<
String
,
Any
?
>
=
emptyMap()
)
Properties
constructor
Params
Link copied to clipboard
val
constructorParams
:
Map
<
String
,
Any
?
>
flow
Graph
Link copied to clipboard
val
flowGraph
:
FlowGraph
generated
Code
Link copied to clipboard
val
generatedCode
:
String
?
id
Link copied to clipboard
val
id
:
String
name
Link copied to clipboard
val
name
:
String
robot
Id
Link copied to clipboard
val
robotId
:
String
type
Link copied to clipboard
val
type
:
String