public interface ChannelMapperConfiguration
extends org.ogema.model.prototypes.Configuration
| Modifier and Type | Method and Description |
|---|---|
PersistentChannelLocator |
channelLocator()
The channel identifier.
|
org.ogema.core.model.simple.StringResource |
description()
Optional.
|
org.ogema.core.model.simple.StringResource |
direction()
Admissible values:
INPUT read channel value and write it to the target resource
OUTPUT write resource value to channel
INOUT read from and write to channel
|
org.ogema.core.model.simple.BooleanResource |
registrationSuccessful()
Indicates whether the channel mapping has been successful, or is still pending.
|
org.ogema.core.model.simple.TimeResource |
samplingInterval()
In ms.
|
org.ogema.core.model.simple.FloatResource |
scalingFactor()
Scaling factor between channel value and resource value (resource value = channel value * scalingFactor + valueOffset)
|
org.ogema.core.model.simple.SingleValueResource |
target()
Must be a reference
|
org.ogema.core.model.simple.FloatResource |
valueOffset()
Offset between channel value and resource value (resource value = channel value * scalingFactor + valueOffset)
|
activate, addAccessModeListener, addDecorator, addDecorator, addOptionalElement, addResourceListener, addStructureListener, addValueListener, addValueListener, create, deactivate, delete, deleteElement, equalsLocation, equalsPath, exists, getAccessMode, getAccessPriority, getDirectSubResources, getLocation, getLocation, getLocationResource, getName, getParent, getPath, getPath, getReferencingNodes, getReferencingResources, getResourceType, getSubResource, getSubResource, getSubResources, getSubResources, isActive, isDecorator, isReference, isTopLevel, isWriteable, removeAccessModeListener, removeResourceListener, removeStructureListener, removeValueListener, requestAccessMode, setAsReference, setOptionalElementorg.ogema.core.model.simple.SingleValueResource target()
PersistentChannelLocator channelLocator()
ChannelLocatororg.ogema.core.model.simple.StringResource direction()
ChannelConfiguration.Directionorg.ogema.core.model.simple.TimeResource samplingInterval()
org.ogema.core.model.simple.FloatResource scalingFactor()
org.ogema.core.model.simple.FloatResource valueOffset()
org.ogema.core.model.simple.StringResource description()
org.ogema.core.model.simple.BooleanResource registrationSuccessful()
Copyright © 2018. All rights reserved.