| Package | Description |
|---|---|
| org.eclipse.basyx.components.device | |
| org.eclipse.basyx.components.devicemanager | |
| org.eclipse.basyx.models.controlcomponent |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseSmartDevice.onChangedExecutionMode(ExecutionMode newExecutionMode)
Smart device control component indicates an execution mode change
|
| Modifier and Type | Method and Description |
|---|---|
void |
TCPControllableDeviceManagerComponent.onChangedExecutionMode(ExecutionMode newExecutionMode)
Device control component indicates an execution mode change
|
| Modifier and Type | Method and Description |
|---|---|
static ExecutionMode |
ExecutionMode.byValue(int value)
Get OccupationState by its value
|
ExecutionMode |
ControlComponent.getExecutionMode()
Get execution mode
|
static ExecutionMode |
ExecutionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionMode[] |
ExecutionMode.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.onChangedExecutionMode(ExecutionMode newExecutionMode)
Indicate an execution mode change
|
void |
ControlComponent.setExecutionMode(ExecutionMode exMode)
Set execution mode
|
Copyright © 2021. All rights reserved.