Institut de Robòtica i Informàtica Industrial
KRD Group

The CuikSuite Project

error.h

Go to the documentation of this file.
00001 #ifndef ERRORH
00002 #define ERRORH
00003 
00023 void Error(const char *s);
00024 
00035 int Readcuiksystemerror(const char *s); 
00036 
00047 int ReadParameterserror(const char *s); 
00048 
00059 void ReadcuiksystemSemanticError(const char *s);
00060 
00068 void Warning(const char *s);
00069 
00070 #endif