Skip navigation links
A B C D E F G H I L M N O P R S T V W 

A

activate(ComponentContext) - Method in class org.openmuc.framework.datalogger.ascii.AsciiLogger
 
add(LoggingRecord) - Method in class org.openmuc.framework.datalogger.ascii.LogIntervalContainerGroup
 
addSpaces(int, int, StringBuilder) - Static method in class org.openmuc.framework.datalogger.ascii.utils.LoggerUtils
This method adds a blank spaces to a StringBuilder object.
appendSpaces(StringBuilder, int) - Static method in class org.openmuc.framework.datalogger.ascii.utils.LoggerUtils
This method adds a string value up with blank spaces from left to right.
areHeadersIdentical(String, List<LogChannel>, Calendar) - Static method in class org.openmuc.framework.datalogger.ascii.utils.LoggerUtils
 
AsciiLogger - Class in org.openmuc.framework.datalogger.ascii
 
AsciiLogger() - Constructor for class org.openmuc.framework.datalogger.ascii.AsciiLogger
 
AsciiLogger(String) - Constructor for class org.openmuc.framework.datalogger.ascii.AsciiLogger
 

B

buildError(StringBuilder, Flag) - Static method in class org.openmuc.framework.datalogger.ascii.utils.LoggerUtils
Construct a error value with standard error prefix and the flag as number.
buildFilename(int, int, Calendar) - Static method in class org.openmuc.framework.datalogger.ascii.utils.LoggerUtils
Builds the Logfile name from logging interval, logging time offset and the date of the calendar
buildFilename(String, Calendar) - Static method in class org.openmuc.framework.datalogger.ascii.utils.LoggerUtils
Builds the Logfile name from string interval_timeOffset and the date of the calendar
byteArrayToHexString(StringBuilder, byte[]) - Static method in class org.openmuc.framework.datalogger.ascii.utils.LoggerUtils
Converts a byte array to an hexadecimal string

C

CHAR_SET - Static variable in class org.openmuc.framework.datalogger.ascii.utils.Const
 
COL_NUM - Static variable in class org.openmuc.framework.datalogger.ascii.utils.Const
 
COMMENT_NAME - Static variable in class org.openmuc.framework.datalogger.ascii.utils.Const
 
COMMENT_SIGN - Static variable in class org.openmuc.framework.datalogger.ascii.utils.Const
 
Const - Class in org.openmuc.framework.datalogger.ascii.utils
 
convertDoubleToStringWithMaxLength(StringBuilder, double, int) - Static method in class org.openmuc.framework.datalogger.ascii.utils.IESDataFormatUtils
Convert a double value into a string with the maximal allowed length of maxLength.

D

DATATYPE_NAME - Static variable in class org.openmuc.framework.datalogger.ascii.utils.Const
 
DATE_FORMAT - Static variable in class org.openmuc.framework.datalogger.ascii.utils.Const
 
deactivate(ComponentContext) - Method in class org.openmuc.framework.datalogger.ascii.AsciiLogger
 
DECIMAL_SEPARATOR - Static variable in class org.openmuc.framework.datalogger.ascii.utils.Const
 
DEFAULT_DIRECTORY - Static variable in class org.openmuc.framework.datalogger.ascii.utils.Const
 

E

ERROR - Static variable in class org.openmuc.framework.datalogger.ascii.utils.Const
 
EXTENSION - Static variable in class org.openmuc.framework.datalogger.ascii.utils.Const
 
EXTENSION_OLD - Static variable in class org.openmuc.framework.datalogger.ascii.utils.Const
 

F

FILEINFO - Static variable in class org.openmuc.framework.datalogger.ascii.utils.Const
 
fillUp(PrintWriter, long, long, long, StringBuilder) - Static method in class org.openmuc.framework.datalogger.ascii.utils.LoggerUtils
* fills a AsciiLogg file up.
fillUpFileWithErrorCode(String, String, Calendar) - Static method in class org.openmuc.framework.datalogger.ascii.AsciiLogger
 

G

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
 

H

hasNext(List<LoggingRecord>, int) - Static method in class org.openmuc.framework.datalogger.ascii.utils.LoggerUtils
Checks if it has a next container entry.
HEADER_SIGN - Static variable in class org.openmuc.framework.datalogger.ascii.utils.Const
 
HEXADECIMAL - Static variable in class org.openmuc.framework.datalogger.ascii.utils.Const
 

I

identifyValueType(int, File) - Static method in class org.openmuc.framework.datalogger.ascii.utils.LoggerUtils
Identifies the ValueType of a logger value on a specific col_no
IESDataFormatUtils - Class in org.openmuc.framework.datalogger.ascii.utils
 
INVALID_INDEX - Static variable in class org.openmuc.framework.datalogger.ascii.utils.Const
 
ISEFORMATVERSION - Static variable in class org.openmuc.framework.datalogger.ascii.utils.Const
 

L

LINESEPARATOR - Static variable in class org.openmuc.framework.datalogger.ascii.utils.Const
 
LINESEPARATOR_STRING - Static variable in class org.openmuc.framework.datalogger.ascii.utils.Const
 
log(List<LoggingRecord>, long) - Method in class org.openmuc.framework.datalogger.ascii.AsciiLogger
 
log(LogIntervalContainerGroup, int, int, Calendar, Map<String, LogChannel>) - Method in class org.openmuc.framework.datalogger.ascii.LogFileWriter
Main logger writing controller.
logEvent(List<LoggingRecord>, long) - Method in class org.openmuc.framework.datalogger.ascii.AsciiLogger
 
LogFileHeader - Class in org.openmuc.framework.datalogger.ascii
 
LogFileReader - Class in org.openmuc.framework.datalogger.ascii
 
LogFileReader(String, LogChannel) - Constructor for class org.openmuc.framework.datalogger.ascii.LogFileReader
LogFileReader Constructor
LogFileWriter - Class in org.openmuc.framework.datalogger.ascii
 
LogFileWriter(String, boolean) - Constructor for class org.openmuc.framework.datalogger.ascii.LogFileWriter
 
LoggerUtils - Class in org.openmuc.framework.datalogger.ascii.utils
 
LogIntervalContainerGroup - Class in org.openmuc.framework.datalogger.ascii
 
LogIntervalContainerGroup() - Constructor for class org.openmuc.framework.datalogger.ascii.LogIntervalContainerGroup
 
logSettingsRequired() - Method in class org.openmuc.framework.datalogger.ascii.AsciiLogger
 

M

MINUS_SIGN - Static variable in class org.openmuc.framework.datalogger.ascii.utils.Const
 

N

NUM_OF_TIME_TYPES_IN_HEADER - Static variable in class org.openmuc.framework.datalogger.ascii.utils.Const
 

O

org.openmuc.framework.datalogger.ascii - package org.openmuc.framework.datalogger.ascii
 
org.openmuc.framework.datalogger.ascii.exceptions - package org.openmuc.framework.datalogger.ascii.exceptions
 
org.openmuc.framework.datalogger.ascii.utils - package org.openmuc.framework.datalogger.ascii.utils
 

P

PLUS_SIGN - Static variable in class org.openmuc.framework.datalogger.ascii.utils.Const
 

R

renameAllFilesToOld(String, Calendar) - Static method in class org.openmuc.framework.datalogger.ascii.utils.LoggerUtils
This method rename all *.dat files with the date from today in directoryPath into a *.old0, *.old1, ...
renameFileToOld(String, String, Calendar) - Static method in class org.openmuc.framework.datalogger.ascii.utils.LoggerUtils
This method renames a singel <date>_<loggerInterval>_<loggerTimeOffset>.dat file into a *.old0, *.old1, ...

S

SEPARATOR - Static variable in class org.openmuc.framework.datalogger.ascii.utils.Const
 
setChannelsToLog(List<LogChannel>) - Method in class org.openmuc.framework.datalogger.ascii.AsciiLogger
Will called if OpenMUC starts the logger
setLastLoggedLineTimeStamp(String, long) - Static method in class org.openmuc.framework.datalogger.ascii.AsciiLogger
 
setLastLoggedLineTimeStamp(int, int, long) - Static method in class org.openmuc.framework.datalogger.ascii.AsciiLogger
 
setLoggerTimestamps(StringBuilder, Calendar) - Static method in class org.openmuc.framework.datalogger.ascii.utils.LoggerUtils
Constructs the timestamp for every log value into a StringBuilder.
setLoggerTimestamps(StringBuilder, long) - Static method in class org.openmuc.framework.datalogger.ascii.utils.LoggerUtils
Constructs the timestamp for every log value into a StringBuilder.
SIZE_LEADING_SIGN - Static variable in class org.openmuc.framework.datalogger.ascii.utils.Const
 

T

TIME_FORMAT - Static variable in class org.openmuc.framework.datalogger.ascii.utils.Const
 
TIME_SEPERATOR - Static variable in class org.openmuc.framework.datalogger.ascii.utils.Const
 
TIME_SEPERATOR_STRING - Static variable in class org.openmuc.framework.datalogger.ascii.utils.Const
 
TIMESTAMP_STRING - Static variable in class org.openmuc.framework.datalogger.ascii.utils.Const
 

V

VALUE_SIZE_DOUBLE - Static variable in class org.openmuc.framework.datalogger.ascii.utils.Const
 
VALUE_SIZE_INTEGER - Static variable in class org.openmuc.framework.datalogger.ascii.utils.Const
 
VALUE_SIZE_LONG - Static variable in class org.openmuc.framework.datalogger.ascii.utils.Const
 
VALUE_SIZE_MINIMAL - Static variable in class org.openmuc.framework.datalogger.ascii.utils.Const
 
VALUE_SIZE_SHORT - Static variable in class org.openmuc.framework.datalogger.ascii.utils.Const
 
VALUETYPE_ENDSIGN - Static variable in class org.openmuc.framework.datalogger.ascii.utils.Const
 
VALUETYPE_SIZE_SEPARATOR - Static variable in class org.openmuc.framework.datalogger.ascii.utils.Const
 

W

WrongCharacterException - Exception in org.openmuc.framework.datalogger.ascii.exceptions
 
WrongCharacterException(String) - Constructor for exception org.openmuc.framework.datalogger.ascii.exceptions.WrongCharacterException
 
WrongScalingException - Exception in org.openmuc.framework.datalogger.ascii.exceptions
 
WrongScalingException(String) - Constructor for exception org.openmuc.framework.datalogger.ascii.exceptions.WrongScalingException
 
A B C D E F G H I L M N O P R S T V W 
Skip navigation links