toggle menu
0.4.9
androidJvm
switch theme
search in API
Command
/
com.amarcolini.joos.command
/
CommandOpMode
/
HardwareDelegate
Hardware
Delegate
public
class
HardwareDelegate
<
T
extends
Object
,
Device
extends
Object
>
extends
CommandOpMode.InitializerDelegate
<
T
>
Members
Constructors
Command
Op
Mode.
Hardware
Delegate
Link copied to clipboard
public
CommandOpMode.HardwareDelegate
<
T
,
Device
>
CommandOpMode.HardwareDelegate
<
T
extends
Any
,
Device
extends
Any
>
(
KClass
<
Device
>
deviceType
,
String
deviceName
,
Function1
<
Device
,
T
>
map
)
Properties
device
Name
Link copied to clipboard
private
final
String
deviceName
device
Type
Link copied to clipboard
private
final
KClass
<
Device
>
deviceType
Functions
fallback
Link copied to clipboard
protected
T
fallback
(
)
get
Device
Name
Link copied to clipboard
public
final
String
getDeviceName
(
)
get
Device
Type
Link copied to clipboard
public
final
KClass
<
Device
>
getDeviceType
(
)
init
Link copied to clipboard
public
final
CommandOpMode.HardwareDelegate
<
T
,
Device
>
init
(
Function1
<
Device
,
Unit
>
init
)
map
Link copied to clipboard
public
final
CommandOpMode.HardwareDelegate
<
R
,
Device
>
map
<
R
extends
Any
>
(
Function1
<
Device
,
R
>
newMap
)