rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Data Structures | Functions
tunerstudio_outputs.h File Reference

Data Structures

struct  TunerStudioOutputChannels
 

Functions

TunerStudioOutputChannelsgetTunerStudioOutputChannels ()
 

Function Documentation

◆ getTunerStudioOutputChannels()

TunerStudioOutputChannels * getTunerStudioOutputChannels ( )

Definition at line 581 of file engine.cpp.

581 {
582 return &engine->outputChannels;
583}
TunerStudioOutputChannels outputChannels
Definition engine.h:109
static EngineAccessor engine
Definition engine.h:413

Referenced by InjectionEvent::computeInjectionAngle(), EventQueue::EventQueue(), EventQueue::getFreeScheduling(), SensorChecker::onSlowCallback(), InjectorOutputPin::setHigh(), InjectorOutputPin::setLow(), and EventQueue::tryReturnScheduling().

Here is the caller graph for this function:

Go to the source code of this file.