mid way, had to change to fix bug

This commit is contained in:
Dhanya Maliakal
2016-02-08 11:11:36 +01:00
parent 07f1bd5c82
commit 23058987a4

View File

@ -184,5 +184,11 @@ int Feb_Control_GetModuleNumber();
int Feb_Control_ClockRowClock(unsigned int ntimes);
int Feb_Control_PulseChip(int npulses);
int Feb_Control_PrintCorrectedValues();
void Feb_Control_SetRateCorrectionVariable(int activate_rate_correction);
int Feb_Control_SetRateCorrectionTable(unsigned int *table);
int Feb_Control_SetRateCorrectionTau(double tau);
#endif