- getCalendarTodayZero(Calendar) - Static method in class org.openmuc.framework.datalogger.ascii.utils.LoggerUtils
-
Returns the calendar from today with the first hour, minute, second and millisecond.
- getColumnNumberByName(String, String) - Static method in class org.openmuc.framework.datalogger.ascii.utils.LoggerUtils
-
Get the column number by name.
- getColumnNumbersByNames(String, String[]) - Static method in class org.openmuc.framework.datalogger.ascii.utils.LoggerUtils
-
Get the columns number by names.
- getCommentColumnNumberByName(String, BufferedReader) - Static method in class org.openmuc.framework.datalogger.ascii.utils.LoggerUtils
-
Get the column number by name, in comments.
- getCommentValue(int, int, BufferedReader) - Static method in class org.openmuc.framework.datalogger.ascii.utils.LoggerUtils
-
Get the value which is coded in the comment
- getErrorValues(String[]) - Static method in class org.openmuc.framework.datalogger.ascii.utils.LoggerUtils
-
Returns the error value as a StringBuilder.
- getFilename(int, int, long) - Static method in class org.openmuc.framework.datalogger.ascii.utils.LoggerUtils
-
Returns the filename, with the help of the timestamp and the interval.
- getFilenames(int, int, long, long) - Static method in class org.openmuc.framework.datalogger.ascii.utils.LoggerUtils
-
Returns all filenames of the given time span defined by the two dates
- getHeaderFromFile(String) - Static method in class org.openmuc.framework.datalogger.ascii.utils.LoggerUtils
-
- getId() - Method in class org.openmuc.framework.datalogger.ascii.AsciiLogger
-
- getIESDataFormatHeaderString(LogIntervalContainerGroup, String, int, Map<String, LogChannel>) - Static method in class org.openmuc.framework.datalogger.ascii.LogFileHeader
-
Generate the standard IES Data Format Header.
- getIESDataFormatHeaderString(String, List<LogChannel>) - Static method in class org.openmuc.framework.datalogger.ascii.LogFileHeader
-
Generate the standard IES Data Format Header
- getLastLoggedLineTimeStamp(int, int) - Static method in class org.openmuc.framework.datalogger.ascii.AsciiLogger
-
- getLengthOfValueType(ValueType) - Static method in class org.openmuc.framework.datalogger.ascii.utils.LoggerUtils
-
Returns the predefined size of a ValueType.
- getList() - Method in class org.openmuc.framework.datalogger.ascii.LogIntervalContainerGroup
-
- getMessage() - Method in exception org.openmuc.framework.datalogger.ascii.exceptions.WrongCharacterException
-
- getMessage() - Method in exception org.openmuc.framework.datalogger.ascii.exceptions.WrongScalingException
-
- getNumberOfFillUpLines(long, long) - Static method in class org.openmuc.framework.datalogger.ascii.utils.LoggerUtils
-
- getPrintWriter(File, boolean) - Static method in class org.openmuc.framework.datalogger.ascii.utils.LoggerUtils
-
- getRandomAccessFile(File, String) - Static method in class org.openmuc.framework.datalogger.ascii.utils.LoggerUtils
-
Returns a RandomAccessFile of the specified file.
- getRecords(String, long, long) - Method in class org.openmuc.framework.datalogger.ascii.AsciiLogger
-
- getValue(long) - Method in class org.openmuc.framework.datalogger.ascii.LogFileReader
-
get a single record from single channel of time stamp
- getValues(long, long) - Method in class org.openmuc.framework.datalogger.ascii.LogFileReader
-
Get the values between start time stamp and end time stamp
- getValueTypeLengthFromFile(int, File) - Static method in class org.openmuc.framework.datalogger.ascii.utils.LoggerUtils
-