asyn 4-25
/home/epics/devel/asynR4-25/asyn/asynPortDriver/paramErrors.h
Go to the documentation of this file.
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 #include <asynDriver.h>
00012 
00013 /* Extend asynManager error list.  We should have a way of knowing what the last error in asyn is */
00014 #define asynParamAlreadyExists (asynStatus)(asynDisabled + 1)
00015 #define asynParamNotFound      (asynStatus)(asynDisabled + 2)
00016 #define asynParamWrongType     (asynStatus)(asynDisabled + 3)
00017 #define asynParamBadIndex      (asynStatus)(asynDisabled + 4)
00018 #define asynParamUndefined     (asynStatus)(asynDisabled + 5)
00019 
00020 
00021 #endif /* ASYNPORTDRIVERERRORSTATES_H_ */