asyn 4-21
|
00001 /* 00002 * asynPortDriverErrorStates.h 00003 * 00004 * Created on: Dec 13, 2011 00005 * Author: hammonds 00006 */ 00007 00008 #ifndef ASYNPORTDRIVERERRORSTATES_H_ 00009 #define ASYNPORTDRIVERERRORSTATES_H_ 00010 00011 /* Extend asynManager error list. We should have a way of knowing what the last error in asyn is */ 00012 #define asynParamAlreadyExists (asynStatus)(asynDisabled + 1) 00013 #define asynParamNotFound (asynStatus)(asynDisabled + 2) 00014 #define asynParamWrongType (asynStatus)(asynDisabled + 3) 00015 #define asynParamBadIndex (asynStatus)(asynDisabled + 4) 00016 #define asynParamUndefined (asynStatus)(asynDisabled + 5) 00017 00018 00019 #endif /* ASYNPORTDRIVERERRORSTATES_H_ */