| Package | Description |
|---|---|
| org.eclipse.basyx.components.device | |
| org.eclipse.basyx.components.devicemanager | |
| org.eclipse.basyx.models.controlcomponent |
| Modifier and Type | Method and Description |
|---|---|
ExecutionState |
BaseTCPControllableDeviceAdapter.getExState() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseSmartDevice.onChangedExecutionState(ExecutionState newExecutionState)
Smart device control component indicates an execution state change
|
| Modifier and Type | Method and Description |
|---|---|
void |
TCPControllableDeviceManagerComponent.onChangedExecutionState(ExecutionState newExecutionState)
Device control component indicates an execution state change
|
| Modifier and Type | Method and Description |
|---|---|
static ExecutionState |
ExecutionState.byValue(String value)
Get execution order by its value
|
static ExecutionState |
ExecutionState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionState[] |
ExecutionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ControlComponentChangeListener.onChangedExecutionState(ExecutionState newExecutionState)
Indicate an execution state change
|
Copyright © 2021. All rights reserved.