Closed DominicOram closed 2 years ago
As a developer I would like the splitCharWaveform asub function(https://github.com/ISISComputingGroup/EPICS-asubFunctions/blob/master/asubFunctionsApp/src/splitCharWaveform.c) to be easier to use. Currently it's behaviour switches based on the mode flag. If the mode is 1 then INPE is not used but it still throws an error if FTE is not ULONG. The function could also use some more documentation/tests.
splitCharWaveform
INPE
FTE
ULONG
Release notes: https://github.com/ISISComputingGroup/IBEX/pull/7310
As a developer I would like the
splitCharWaveform
asub function(https://github.com/ISISComputingGroup/EPICS-asubFunctions/blob/master/asubFunctionsApp/src/splitCharWaveform.c) to be easier to use. Currently it's behaviour switches based on the mode flag. If the mode is 1 thenINPE
is not used but it still throws an error ifFTE
is notULONG
. The function could also use some more documentation/tests.Acceptance Criteria
FTE
does not always have to be specified