2015-12-14 10:01:18 -08:00
|
|
|
/*
|
|
|
|
* @file trigger_toyota.h
|
|
|
|
*
|
|
|
|
* @date Dec 14, 2015
|
2020-01-13 18:57:43 -08:00
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2020
|
2015-12-14 10:01:18 -08:00
|
|
|
*/
|
|
|
|
|
2020-01-12 23:30:49 -08:00
|
|
|
#pragma once
|
2015-12-14 10:01:18 -08:00
|
|
|
|
2019-01-20 21:10:09 -08:00
|
|
|
#include "trigger_structure.h"
|
2015-12-14 10:01:18 -08:00
|
|
|
|
2019-12-07 22:09:39 -08:00
|
|
|
void initialize2jzGE1_12(TriggerWaveform *s);
|
2020-05-09 20:47:51 -07:00
|
|
|
// TT_2JZ_3_34
|
2020-05-08 22:15:55 -07:00
|
|
|
void initialize2jzGE3_34_simulation_shape(TriggerWaveform *s);
|
2015-12-14 10:01:18 -08:00
|
|
|
|