progressive patching
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
/*------------------------------------------------------------------------
|
||||
G E N C O U N T
|
||||
|
||||
|
||||
Some general stuff for handling a CounterDriver.
|
||||
|
||||
|
||||
@ -61,6 +61,7 @@ pCounterDriver CreateCounterDriver(char *name, char *type)
|
||||
pRes->fPreset = 1000.;
|
||||
pRes->fTime = 0.;
|
||||
pRes->iNoOfMonitors = 0;
|
||||
pRes->iControlMonitor = 0;
|
||||
pRes->iPause = 0;
|
||||
pRes->Start = NULL;
|
||||
pRes->GetStatus = NULL;
|
||||
|
Reference in New Issue
Block a user