public interface EnOceanDataChannelDescription extends EnOceanChannelDescription
EnOceanChannelDescription
that describes physical
measuring channels.CHANNEL_ID, TYPE_DATA, TYPE_ENUM, TYPE_FLAG, TYPE_RAW
Modifier and Type | Method and Description |
---|---|
int |
getDomainStart()
The start of the raw input range for this channel.
|
int |
getDomainStop()
The end of the raw input range for this channel.
|
double |
getRangeStart()
The scale start at which this channel will be mapped to (-20,0°C for
instance)
|
double |
getRangeStop()
The scale stop at which this channel will be mapped to (+30,0°C for
instance)
|
String |
getUnit()
The non-mandatory physical unit description of this channel.
|
deserialize, getType, serialize
int getDomainStart()
int getDomainStop()
double getRangeStart()
double getRangeStop()
String getUnit()
Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0