org.openmuc.framework.datalogger.spi
public interface LogChannel
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
java.lang.String |
getId() |
java.lang.Integer |
getLoggingInterval() |
java.lang.Integer |
getLoggingTimeOffset() |
java.lang.String |
getUnit() |
org.openmuc.framework.data.ValueType |
getValueType() |
java.lang.Integer |
getValueTypeLength() |
java.lang.String getId()
java.lang.String getDescription()
java.lang.String getUnit()
org.openmuc.framework.data.ValueType getValueType()
java.lang.Integer getValueTypeLength()
java.lang.Integer getLoggingInterval()
java.lang.Integer getLoggingTimeOffset()