Some bug fixes:

- 0.0 rather then -777.77 for a missing value in four circle
- No error output in TAS
This commit is contained in:
2015-12-07 14:38:11 +01:00
parent 8394e52393
commit 0d58ba2ef7
4 changed files with 6 additions and 4 deletions

View File

@ -64,7 +64,7 @@
int running;
int (*Halt)(void *self);
void (*SetCountParameters)(void *self, float fPreset,
CounterMode eMode);\
CounterMode eMode);
int (*StartCount)(void *self, SConnection *pCon);
int (*CheckCountStatus)(void *self, SConnection *pCon);
int (*Pause)(void *self, SConnection *pCon);