forked from epics_driver_modules/motorBase
Eliminate WAIT state.
This commit is contained in:
@@ -4,9 +4,9 @@ FILENAME.. devSoft.h
|
||||
USAGE... This file contains information that is common to
|
||||
all Soft channel device support modules.
|
||||
|
||||
Version: $Revision: 1.5 $
|
||||
Version: $Revision: 1.6 $
|
||||
Modified By: $Author: sluiter $
|
||||
Last Modified: $Date: 2002-06-25 20:01:28 $
|
||||
Last Modified: $Date: 2002-07-05 19:40:57 $
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -32,7 +32,7 @@ Last Modified: $Date: 2002-06-25 20:01:28 $
|
||||
#ifndef INCdevSofth
|
||||
#define INCdevSofth 1
|
||||
|
||||
typedef enum DONE_STATES {SOFTMOVE = 0, HARDMOVE = 1, DONE = 2, WAIT = 3} DONE_STATES;
|
||||
typedef enum DONE_STATES {SOFTMOVE = 0, HARDMOVE = 1, DONE = 2} DONE_STATES;
|
||||
|
||||
#define MAXMSGS 20
|
||||
|
||||
|
||||
Reference in New Issue
Block a user