org.diyefi.openlogviewer.decoder
Class FreeEMSByteLA
java.lang.Object
org.diyefi.openlogviewer.decoder.FreeEMSByteLA
- All Implemented Interfaces:
- Runnable
public class FreeEMSByteLA
- extends Object
- implements Runnable
- Author:
- Bryan
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()
|
FreeEMSByteLA
public FreeEMSByteLA(String path)
- FreeEmsBin Constructor:
String
path to your binary log
- Parameters:
String
- path
FreeEMSByteLA
public FreeEMSByteLA(File f)
- FreeEmsBin Constructor:
File
object of your Binary log
- Parameters:
File
- f
run
public 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.
- Specified by:
run
in interface Runnable
toString
public String toString()
- Overrides:
toString
in class Object
- Returns:
- Misc data about this log
to be implemented in full later
Copyright © 2011 DIYEFI.org. All Rights Reserved.