public class LogFileHeader
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getIESDataFormatHeaderString(LogIntervalContainerGroup group,
java.lang.String filename,
int loggingInterval,
java.util.Map<java.lang.String,org.openmuc.framework.datalogger.spi.LogChannel> logChannelList)
Generate the standard IES Data Format Header.
|
static java.lang.String |
getIESDataFormatHeaderString(java.lang.String filename,
java.util.List<org.openmuc.framework.datalogger.spi.LogChannel> logChannelList)
Generate the standard IES Data Format Header
|
public static java.lang.String getIESDataFormatHeaderString(LogIntervalContainerGroup group, java.lang.String filename, int loggingInterval, java.util.Map<java.lang.String,org.openmuc.framework.datalogger.spi.LogChannel> logChannelList)
group - a group of the LogIntervallContainerfilename - the name of the file to add the headerloggingInterval - logging interval in mslogChannelList - a list of all channels for this filepublic static java.lang.String getIESDataFormatHeaderString(java.lang.String filename,
java.util.List<org.openmuc.framework.datalogger.spi.LogChannel> logChannelList)
filename - the name of the file to add the headerlogChannelList - a list of all channels for this file