//Be carefull about changing code definitions which are already defined. #define IGNR 0 //UNEVENFULL ERRO or SCSS #define SCSS_FSTR 1 //File stored #define SCSS_FREP 2 //File replaced #define SCSS_FDEL 3 //File deleted #define SCSS_JSTRT 4 //JTAG play started #define SCSS_JFIN 5 //JTAG play finished #define SCSS_DSHT 6 //datasinking host is set #define SCSS_DSST 7 //datasinking is started #define SCSS_DSSP 8 //datasinking is stopped //One Wire stuff #define SCSS_OWCMD 50 //One Wire command sent #define SCSS_OWAR 51 //ADC data responce #define ERRO_PROT -1 //Protocol error #define ERRO_STOR -2 //Not enough storage file could be fragmented #define ERRO_2MNY -3 //Too many files in memory #define ERRO_FSZM -4 //File size missmatch #define ERRO_ABRT -5 //Aborted (sent when receive abrt command and request is honored) #define ERRO_UIMPL -6 //Unimplemented command #define ERRO_NLBL -7 //No such label #define ERRO_NCHP -8 //No such chip in chain #define ERRO_JPLY -9 //JTAG Failed playing file #define ERRO_UNKNW -10 //Unknown error #define ERRO_JCMD -11 //JTAG command error #define ERRO_JINI -12 //JTAG init error #define ERRO_JRUN -13 //JTAG run error #define ERRO_JFRMT -14 //JTAG format not supported #define ERRO_JWID -15 //JTAG wrong id code #define ERRO_DSHT -16 //DataSinking could not be set (wrong ip/port?) #define ERRO_DSST -17 //DataSinking cannot be StarTed (already running/host not set?) #define ERRO_DSSP -18 //DataSinking cannot be StoPped (not running?) #define ERRO_DSNI -19 //DataSinking is Not Initialized #define ERRO_DSPE -20 //DataSinking Port Error (invalid port number) #define ERRO_DSHE -21 //DataSinking Host Error (invalid hostname)) #define ERRO_JBUSY -22 //JTAG play is already running #define ERRO_JNFIN -23 //JTAG play finished prematurely #define ERRO_CMDERR -24 //Command format error //One Wire stuff #define ERRO_OWCMD -50 //One Wire Command failed #define ERRO_OWPAR -51 //One Wire Bad parameters //#define ERRO - //