J1939 Documentation
Version 4.16.00
|
The file j1939_conf.h holds all definitions for the configuration of the J1939 protocol stack. Please set the symbols to an appropriate value in order to achieve a specific J1939 behaviour.
Functions | |
void | J1939_DemoAppInit (uint8_t ubNetV) |
void | J1939_DemoAppEvent (void) |
Variables | |
J1939_PGN_Entry_ts | atsPgnListEcu1 [] |
J1939_PGN_Entry_ts | atsPgnListJoystick [] |
void J1939_DemoAppEvent | ( | void | ) |
This function is called periodically be the demo application. The functionality is individual for each target inside the examples-j1939
directory.
void J1939_DemoAppInit | ( | uint8_t | ubNetV | ) |
[in] | ubNetV | J1939 Network channel |
This function is called inside the example main() routine after the J1939 protocol stack has been initialised. The function performs an individual initialisation of the target examples.
|
extern |
The PGN list atsPgnListEcu1
is a simple ECU implementation for motor control.
|
extern |
The PGN list atsPgnListJoystick
is a basic joystick implementation.