truck-code
Functions
translate_pdu.cpp File Reference
#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>
Include dependency graph for translate_pdu.cpp:

Functions

int main (int argc, char *argv[])
 

Detailed Description

translate_pdu.cpp

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"

Author
Abdul Rahman Kreidieh
Version
1.0.0
Date
May 31, 2018