rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Functions | Variables
ts_can_channel.cpp File Reference

Functions

void startCanConsole ()
 

Variables

static CanTsChannel canChannel
 
static CanTsThread canTsThread
 

Function Documentation

◆ startCanConsole()

void startCanConsole ( )

Definition at line 104 of file ts_can_channel.cpp.

104 {
105 canTsThread.start();
107}
void canStreamInit(void)
static CanTsThread canTsThread

Referenced by commonEarlyInit().

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ canChannel

CanTsChannel canChannel
static

Definition at line 91 of file ts_can_channel.cpp.

Referenced by canDashboardAim(), sendCanVerbose(), and transmitStruct().

◆ canTsThread

CanTsThread canTsThread
static

Definition at line 102 of file ts_can_channel.cpp.

Referenced by startCanConsole().

Go to the source code of this file.