header style
This commit is contained in:
parent
2785b39c0e
commit
713ccf76bb
|
@ -5,8 +5,7 @@
|
|||
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||
*/
|
||||
|
||||
#ifndef TRIGGER_CHRYSLER_H_
|
||||
#define TRIGGER_CHRYSLER_H_
|
||||
#pragma once
|
||||
|
||||
#include "trigger_structure.h"
|
||||
|
||||
|
@ -25,4 +24,3 @@ void configureDodgeStratusTriggerWaveform(TriggerWaveform *s);
|
|||
void initJeep18_2_2_2(TriggerWaveform *s);
|
||||
void initJeep_XJ_4cyl_2500(TriggerWaveform *s);
|
||||
|
||||
#endif /* TRIGGER_CHRYSLER_H_ */
|
||||
|
|
|
@ -5,12 +5,9 @@
|
|||
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||
*/
|
||||
|
||||
#ifndef TRIGGER_GM_H_
|
||||
#define TRIGGER_GM_H_
|
||||
#pragma once
|
||||
|
||||
#include "trigger_structure.h"
|
||||
|
||||
void configureGmTriggerWaveform(TriggerWaveform *s);
|
||||
void initGmLS24(TriggerWaveform *s);
|
||||
|
||||
#endif /* TRIGGER_GM_H_ */
|
||||
|
|
|
@ -5,8 +5,7 @@
|
|||
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||
*/
|
||||
|
||||
#ifndef CONTROLLERS_TRIGGER_TRIGGER_HONDA_H_
|
||||
#define CONTROLLERS_TRIGGER_TRIGGER_HONDA_H_
|
||||
#pragma once
|
||||
|
||||
#include "trigger_structure.h"
|
||||
|
||||
|
@ -23,4 +22,4 @@ void configureOnePlus16(TriggerWaveform *s, operation_mode_e operationMode);
|
|||
void configureHondaCbr600(TriggerWaveform *s);
|
||||
void configureHondaCbr600custom(TriggerWaveform *s);
|
||||
|
||||
#endif /* CONTROLLERS_TRIGGER_TRIGGER_HONDA_H_ */
|
||||
|
||||
|
|
|
@ -5,8 +5,7 @@
|
|||
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||
*/
|
||||
|
||||
#ifndef TRIGGER_MAZDA_H_
|
||||
#define TRIGGER_MAZDA_H_
|
||||
#pragma once
|
||||
|
||||
#include "trigger_structure.h"
|
||||
|
||||
|
@ -20,4 +19,3 @@ void configureMazdaProtegeSOHC(TriggerWaveform *s);
|
|||
void configureMazdaProtegeLx(TriggerWaveform *s);
|
||||
void initialize_Mazda_Engine_z5_Shape(TriggerWaveform *s);
|
||||
|
||||
#endif /* TRIGGER_MAZDA_H_ */
|
||||
|
|
|
@ -5,11 +5,9 @@
|
|||
* @author Andrey Belomutskiy, (c) 2012-2018
|
||||
*/
|
||||
|
||||
#ifndef CONTROLLERS_TRIGGER_DECODERS_TRIGGER_MISC_H_
|
||||
#define CONTROLLERS_TRIGGER_DECODERS_TRIGGER_MISC_H_
|
||||
#pragma once
|
||||
|
||||
#include "trigger_structure.h"
|
||||
|
||||
void configureFiatIAQ_P8(TriggerWaveform * s);
|
||||
|
||||
#endif /* CONTROLLERS_TRIGGER_DECODERS_TRIGGER_MISC_H_ */
|
||||
|
|
|
@ -4,12 +4,10 @@
|
|||
* @date Aug 5, 2014
|
||||
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||
*/
|
||||
#ifndef TRIGGER_MITSUBISHI_H_
|
||||
#define TRIGGER_MITSUBISHI_H_
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "trigger_structure.h"
|
||||
|
||||
void initializeMitsubishi4g18(TriggerWaveform *s);
|
||||
void configureFordAspireTriggerWaveform(TriggerWaveform * s);
|
||||
|
||||
#endif /* TRIGGER_MITSUBISHI_H_ */
|
||||
|
|
|
@ -5,12 +5,9 @@
|
|||
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||
*/
|
||||
|
||||
#ifndef CONTROLLERS_TRIGGER_TRIGGER_NISSAN_H_
|
||||
#define CONTROLLERS_TRIGGER_TRIGGER_NISSAN_H_
|
||||
#pragma once
|
||||
|
||||
#include "trigger_structure.h"
|
||||
|
||||
void initializeNissanSR20VE_4(TriggerWaveform *s);
|
||||
void initializeNissanSR20VE_4_360(TriggerWaveform *s);
|
||||
|
||||
#endif /* CONTROLLERS_TRIGGER_TRIGGER_NISSAN_H_ */
|
||||
|
|
|
@ -5,12 +5,10 @@
|
|||
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||
*/
|
||||
|
||||
#ifndef CONTROLLERS_TRIGGER_TRIGGER_SUBARU_H_
|
||||
#define CONTROLLERS_TRIGGER_TRIGGER_SUBARU_H_
|
||||
#pragma once
|
||||
|
||||
#include "trigger_structure.h"
|
||||
|
||||
void initialize36_2_2_2(TriggerWaveform *s);
|
||||
void initializeSubaru7_6(TriggerWaveform *s);
|
||||
|
||||
#endif /* CONTROLLERS_TRIGGER_TRIGGER_SUBARU_H_ */
|
||||
|
|
|
@ -5,12 +5,10 @@
|
|||
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||
*/
|
||||
|
||||
#ifndef CONTROLLERS_TRIGGER_TRIGGER_TOYOTA_H_
|
||||
#define CONTROLLERS_TRIGGER_TRIGGER_TOYOTA_H_
|
||||
#pragma once
|
||||
|
||||
#include "trigger_structure.h"
|
||||
|
||||
void initialize2jzGE1_12(TriggerWaveform *s);
|
||||
void initialize2jzGE3_34(TriggerWaveform *s);
|
||||
|
||||
#endif /* CONTROLLERS_TRIGGER_TRIGGER_TOYOTA_H_ */
|
||||
|
|
|
@ -5,11 +5,8 @@
|
|||
* @author Andrey Belomutskiy, (c) 2012-2018
|
||||
*/
|
||||
|
||||
#ifndef CONTROLLERS_TRIGGER_DECODERS_TRIGGER_VW_H_
|
||||
#define CONTROLLERS_TRIGGER_DECODERS_TRIGGER_VW_H_
|
||||
#pragma once
|
||||
|
||||
#include "trigger_structure.h"
|
||||
|
||||
void setVwConfiguration(TriggerWaveform *s);
|
||||
|
||||
#endif /* CONTROLLERS_TRIGGER_DECODERS_TRIGGER_VW_H_ */
|
||||
|
|
Loading…
Reference in New Issue