parent
f1f447df45
commit
b756456450
|
@ -9,6 +9,7 @@
|
||||||
|
|
||||||
#include "closed_loop_controller.h"
|
#include "closed_loop_controller.h"
|
||||||
#include "rusefi_types.h"
|
#include "rusefi_types.h"
|
||||||
|
#include "engine_configuration.h"
|
||||||
|
|
||||||
void initElectronicThrottle();
|
void initElectronicThrottle();
|
||||||
void doInitElectronicThrottle();
|
void doInitElectronicThrottle();
|
||||||
|
|
|
@ -12,6 +12,8 @@
|
||||||
#include "rusefi_types.h"
|
#include "rusefi_types.h"
|
||||||
#include "periodic_task.h"
|
#include "periodic_task.h"
|
||||||
#include "efi_pid.h"
|
#include "efi_pid.h"
|
||||||
|
#include "sensor.h"
|
||||||
|
#include "idle_state_generated.h"
|
||||||
|
|
||||||
struct IIdleController {
|
struct IIdleController {
|
||||||
enum class Phase : uint8_t {
|
enum class Phase : uint8_t {
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include "datalogging.h"
|
#include "datalogging.h"
|
||||||
#include "obd_error_codes.h"
|
#include "obd_error_codes.h"
|
||||||
|
#include "error_handling.h"
|
||||||
|
|
||||||
#include <type_traits>
|
#include <type_traits>
|
||||||
|
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "pid_state_generated.h"
|
#include "pid_state_generated.h"
|
||||||
|
#include "output_channels_generated.h"
|
||||||
|
|
||||||
// See PidCic below
|
// See PidCic below
|
||||||
#define PID_AVG_BUF_SIZE_SHIFT 5
|
#define PID_AVG_BUF_SIZE_SHIFT 5
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
#include "stepper.h"
|
#include "stepper.h"
|
||||||
#include "tunerstudio_io.h"
|
#include "tunerstudio_io.h"
|
||||||
#include "idle_thread.h"
|
#include "idle_thread.h"
|
||||||
|
#include "global_execution_queue.h"
|
||||||
|
|
||||||
#include "gmock/gmock.h"
|
#include "gmock/gmock.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue