Package analoginput
Interface AnalogSensorUser
- All Known Implementing Classes:
ArraySensorControl
public interface AnalogSensorUser
Descriptions of a module that will use analog data.
Gets used in dialog construction
- Author:
- dg50
-
Method Summary
Modifier and TypeMethodDescriptionGet a list of useful names for the channels.
-
Method Details
-
getChannelNames
SensorChannelInfo[] getChannelNames()Get a list of useful names for the channels.- Returns:
- List of channel names
-
getUserName
String getUserName()- Returns:
- A name for the data user
-