|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.diyefi.openlogviewer.decoder.AbstractDecoder org.diyefi.openlogviewer.decoder.FreeEMSBin
public class FreeEMSBin
This function takes a binary log file, plucks FreeEMS packets out of it, filters for standard packets and parses them into fields with appropriate scaling.
Constructor Summary | |
---|---|
FreeEMSBin(File f)
FreeEmsBin Constructor: File object of your Binary log |
|
FreeEMSBin(String path)
FreeEmsBin Constructor: String path to your binary log |
Method Summary | |
---|---|
void |
run()
DecodeLog will use the current logFile parse through it and when required pass the job to the required method of this class such as decodePacket or checksum. |
String |
toString()
|
Methods inherited from class org.diyefi.openlogviewer.decoder.AbstractDecoder |
---|
getDecodedLog, getLogFile, getT, setDecodedLog, setLogFile, setT |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FreeEMSBin(String path)
String
path to your binary log
path
- The file system path of the log file.public FreeEMSBin(File f)
File
object of your Binary log
f
- The file reference to the log file.Method Detail |
---|
public final void run()
logFile
parse through it and when required pass the job
run
in interface Runnable
public final String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |