truck-code
|
#include <j1939_interpreters.h>
Public Member Functions | |
virtual int | pgn () |
virtual void * | convert (j1939_pdu_typ *pdu) |
virtual void | print (void *pdv, FILE *fp, bool numeric) |
virtual void * | import (vector< string > &tokens) |
![]() | |
bool | is_type (j1939_pdu_typ *pdu) |
virtual | ~J1939Interpreter ()=0 |
PDU FD (Fan Drive) doc. in J1939 - 71, sec. 5.3.58
|
virtual |
Convert a message from its pdu format to its data-specific format.
pdu | generic format of the message |
Implements J1939Interpreter.
|
virtual |
Import data from a printed file into a message-specific object.
This is used primarily for processing preprinted messages from a file.
tokens | list of string values from each data element in the message |
Implements J1939Interpreter.
|
virtual |
J1939 PGN number for the data-type
Reimplemented from J1939Interpreter.
|
virtual |
Print and log the message-specific format of a data point.
pdv | the message to print |
fp | location of the file to print to |
numeric | If set to true, the names of the separate data points are further revealed. |
Implements J1939Interpreter.