|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Service representing an A/D converter box with multiple channels.
Each ADCService has a number of asssociated Channels, each representing and individual channels.
To read a channel, either
Channel.addChannelListener()
for channels you are interested in.
en the valueChanged()
methods, Channel.getRawValue()
or
Channel.getNormalizedValue()
.
Channel.read()
, followed by
Channel.getRawValue()
or
Channel.getNormalizedValue()
.
Field Summary | |
static java.lang.String |
CLASS_NAME
|
Method Summary | |
Channel[] |
getChannels()
Get all available A/D channels. |
int |
getType()
Get ADC unit type. |
int |
getVersion()
Get ADC unit version. |
boolean |
isStarted()
Get current status of service. |
Field Detail |
public static final java.lang.String CLASS_NAME
Method Detail |
public boolean isStarted()
public int getType()
public int getVersion()
public Channel[] getChannels()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |