5 import java.io.FileInputStream;
6 import java.io.FileNotFoundException;
7 import java.io.IOException;
14 FileInputStream tlog =
new FileInputStream(args[0]);
16 while(tlog.available() > 0) {
19 System.out.println(
"msgid: " + packet.msgid);
22 System.out.println(
"End tlog");
23 }
catch (IOException
e) {
27 }
catch (FileNotFoundException
e) {
MAVLinkPacket mavlink_parse_char(int c)
static void main(String[] args)