SCCT.JavaSubscriber
Class SCCT_ChannelConfiguration

java.lang.Object
  extended by SCCT.JavaSubscriber.SCCT_ChannelConfiguration

public class SCCT_ChannelConfiguration
extends java.lang.Object

This class contains all configurations associated with a channel.


Method Summary
 java.lang.String getDescription()
          Gets the description of the channel.
 float getMaxValue()
          Gets the maximum value that the channel can assume.
 float getMinValue()
          Gets the minimum value that the channel can assume.
 int getNChannel()
          Gets the number of the channel.
 float getSamplingRate()
          Gets the sampling rate of the channel.
 java.lang.String getUnit()
          Gets the measurement unit of the channel.
 boolean isInput()
           
 boolean isOutput()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDescription

public java.lang.String getDescription()
Gets the description of the channel.

Returns:
The description of the channel.

getUnit

public java.lang.String getUnit()
Gets the measurement unit of the channel.

Returns:
The measurement unit of the channel.

getNChannel

public int getNChannel()
Gets the number of the channel.

Returns:
The number of the channel.

getSamplingRate

public float getSamplingRate()
Gets the sampling rate of the channel.

Returns:
A float number representing the sampling rate of the channel. This value shows how many data packages are sended in one second.

getMinValue

public float getMinValue()
Gets the minimum value that the channel can assume.

Returns:
A float number representing the minimum value that the channel can assume.

getMaxValue

public float getMaxValue()
Gets the maximum value that the channel can assume.

Returns:
A float number representing the maximum value that the channel can assume.

isInput

public boolean isInput()

isOutput

public boolean isOutput()