|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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 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
String - pathpublic FreeEMSBin(File f)
File object of your Binary log
File - f| Method Detail |
|---|
public void run()
logFile parse through it and when required pass the job
run in interface Runnablepublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||