Class MavlinkFile
java.lang.Object
de.wuespace.telestion.extension.mavlink.logger.MavlinkFile
CSV-inspired file format for raw unparsed MAVLink messages.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic MavlinkFileEntry
createEntry(byte[] rawBytes, boolean success)
static MavlinkFile
getTimeBasedFile(String path)
static MavlinkFile
getTimeBasedFile(String path, String time)
read()
void
write(MavlinkFileEntry entry)
-
Field Details
-
IGNORE_CHAR
public static final char IGNORE_CHAR- See Also:
- Constant Field Values
-
BATCH_SEP
public static final char BATCH_SEP- See Also:
- Constant Field Values
-
DATA_SEP
public static final char DATA_SEP- See Also:
- Constant Field Values
-
PATH_PREFIX
- See Also:
- Constant Field Values
-
FILE_TYPE
- See Also:
- Constant Field Values
-
FILE_DATE_FORMAT
- See Also:
- Constant Field Values
-
ENCODING
-
ENTRY_TIME_FORMAT
- See Also:
- Constant Field Values
-
-
Constructor Details
-
MavlinkFile
-
-
Method Details
-
read
- Throws:
IOException
-
getStream
- Throws:
FileNotFoundException
-
write
- Throws:
IOException
-
getAbsolutePath
-
createEntry
-
getTimeBasedFile
-
getTimeBasedFile
-