|
truck-code
|
#include "jbus/j1939_utils.h"#include "jbus/j1939_struct.h"#include "jbus/j1939_interpreters.h"#include <vector>#include <map>#include <fstream>#include <string>#include <string.h>#include <iostream>#include <algorithm>#include <math.h>#include <fcntl.h>#include <cstdlib>#include <stdio.h>
Functions | |
| int | main (int argc, char *argv[]) |
This script translates several PDU-formatted J1939 messages into their message-specific formats, and once it is done, logs the data into an new text file.
Arguments:
Usage: translate_pdu "~/j1939_brake.dbg" -o "~/parsed.txt"
1.8.13