- fixed an issue when trying to drive a device not yet started up

This commit is contained in:
zolliker
2005-09-09 14:40:54 +00:00
parent 771b4e6ef1
commit e4aae153f7
2 changed files with 25 additions and 14 deletions

3
ease.h
View File

@ -39,7 +39,7 @@ typedef struct {
int errCode; /* error code of last operation. not changed on success */
EaseState state;
time_t cmdtime;
int syntax; /* not used in ease, may be used by the driver. used by oicom */
int syntax; /* not used in ease, may be used by the driver. used by oxinst.c */
char cmd[32];
char ans[64];
char version[64];
@ -47,6 +47,7 @@ typedef struct {
int maxflag;
time_t readPeriod;
unsigned long *updateFlags;
int startOk;
} EaseBase;
typedef struct {