J1939 Documentation
Version 4.16.00
Loading...
Searching...
No Matches
j1939_demo_app.h File Reference

Detailed Description

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 []
 

Function Documentation

◆ J1939_DemoAppEvent()

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.

◆ J1939_DemoAppInit()

void J1939_DemoAppInit ( uint8_t ubNetV)
Parameters
[in]ubNetVJ1939 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.

Variable Documentation

◆ atsPgnListEcu1

J1939_PGN_Entry_ts atsPgnListEcu1[]
extern

The PGN list atsPgnListEcu1 is a simple ECU implementation for motor control.

◆ atsPgnListJoystick

J1939_PGN_Entry_ts atsPgnListJoystick[]
extern

The PGN list atsPgnListJoystick is a basic joystick implementation.