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
|
|
|
|
2022-04-25 17:38:16 -07:00
|
|
|
class TriggerWaveform;
|
2015-12-14 10:01:18 -08:00
|
|
|
|
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);
|