progress #363
This commit is contained in:
parent
5f04f58a0d
commit
f8c7528ec9
|
@ -106,7 +106,7 @@ void TriggerShape::initialize(operation_mode_e operationMode, bool needSecondTri
|
|||
|
||||
|
||||
tdcPosition = 0;
|
||||
useOnlyPrimaryForSync = false;
|
||||
shapeDefinitionError = useOnlyPrimaryForSync = false;
|
||||
useRiseEdge = true;
|
||||
|
||||
invertOnAdd = false;
|
||||
|
|
|
@ -57,6 +57,7 @@ public:
|
|||
|
||||
bool isSynchronizationNeeded;
|
||||
bool needSecondTriggerInput;
|
||||
bool shapeDefinitionError;
|
||||
|
||||
/**
|
||||
* duty cycle for each individual trigger channel
|
||||
|
|
Loading…
Reference in New Issue