org.openmuc.framework.datalogger.spi
Interface LogChannel


public interface LogChannel


Method Summary
 java.lang.String getId()
           
 java.lang.String getLabel()
           
 java.lang.Integer getLoggingInterval()
           
 java.lang.Integer getLoggingTimeOffset()
           
 java.lang.String getUnit()
           
 ValueType getValueType()
           
 java.lang.Integer getValueTypeLength()
           
 

Method Detail

getId

java.lang.String getId()

getLabel

java.lang.String getLabel()

getUnit

java.lang.String getUnit()

getValueType

ValueType getValueType()

getValueTypeLength

java.lang.Integer getValueTypeLength()

getLoggingInterval

java.lang.Integer getLoggingInterval()

getLoggingTimeOffset

java.lang.Integer getLoggingTimeOffset()