16 lines
322 B
C++
16 lines
322 B
C++
/**
|
|
* @file trigger_gm.h
|
|
*
|
|
* @date Mar 28, 2014
|
|
* @author Andrey Belomutskiy, (c) 2012-2020
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
class TriggerWaveform;
|
|
|
|
void configureGm60_2_2_2(TriggerWaveform *s);
|
|
void configureGmTriggerWaveform(TriggerWaveform *s);
|
|
void initGmLS24_5deg(TriggerWaveform *s);
|
|
void initGmLS24_3deg(TriggerWaveform *s);
|