Modifier and Type | Method and Description |
---|---|
FloatRegister |
FloatRegisterOutput.getOutput() |
Modifier and Type | Method and Description |
---|---|
FloatRegisterOutputSetNodeConfig |
SetNodeConfigFactory.createFloatRegisterOutputConfig(FloatRegister output,
float valueToSet)
Create a float register output configuration.
|
Modifier and Type | Method and Description |
---|---|
FloatRegister |
FloatRegisterInputUntilNodeConfig.getInput() |
Modifier and Type | Method and Description |
---|---|
FloatRegisterInputUntilNodeConfig |
UntilNodeConfigFactory.createFloatRegisterInputConfig(FloatRegister input,
CompareOperator compareOperator,
float threshold)
Creates an I/O Input configuration for an Until node.
|
Modifier and Type | Method and Description |
---|---|
FloatRegister |
FloatRegisterInput.getInput() |
Modifier and Type | Method and Description |
---|---|
FloatRegisterInputWaitNodeConfig |
WaitNodeConfigFactory.createFloatRegisterInputConfig(FloatRegister input,
CompareOperator compareOperator,
float valueToWaitFor)
Creates a configuration for waiting for a register to go past a float threshold.
|
Copyright © 2021. All rights reserved.