rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
tunerstudio_outputs.h
Go to the documentation of this file.
1/*
2 * @file tunerstudio_outputs.h
3 * @brief Tuner Studio connectivity configuration
4 *
5 * In this file the configuration of TunerStudio is defined
6 *
7 * @date Oct 22, 2013
8 * @author Andrey Belomutskiy, (c) 2012-2020
9 */
10
11#pragma once
12
13#include "rusefi_types.h"
14#include "efi_scaled_channel.h"
16
17/**
18 * see also [OutputChannels] in tunerstudio.template.ini
19 */
21
TunerStudioOutputChannels * getTunerStudioOutputChannels()
Definition engine.cpp:581