kmlCommon.h
Go to the documentation of this file.
1 //
2 // C++ Interface: kmlCommon
3 //
4 // Description:
5 //
6 //
7 // Author: Tiziano Müller <tiziano.mueller@neuronics.ch>, (C) 2006
8 //
9 // Copyright: See COPYING file that comes with this distribution
10 //
11 //
12 
13 #ifndef KMLCOMMON_H
14 #define KMLCOMMON_H
15 
16 #include "common/exception.h"
17 #include <string>
18 
19 #define TM_ENDLESS -1
20 
21 #if !defined (BYTE_DECLARED)
22 #define BYTE_DECLARED
23 typedef unsigned char byte;
24 #endif
25 
30 
31 
36 public:
37  SlaveErrorException() throw ():
38  Exception("Internal Slave Error", -31) {}
39 };
40 
45 public:
46  ParameterReadingException(const std::string &para) throw ():
47  Exception("Reading '" + para + "' parameters failed", -32) {}
48 };
49 
54 public:
55  ParameterWritingException(const std::string &para) throw ():
56  Exception("Writing '" + para + "' parameters failed", -33) {}
57 };
58 
63 public:
64  WrongParameterException(const std::string &para) throw ():
65  Exception("Wrong parameters '" + para + "' set", -34) {}
66 };
67 
72 public:
74  Exception("Encoders for motor are out of range", -35) {}
75 };
76 
81 public:
83  Exception("Motor timeout", -36) {}
84 };
85 
90 public:
91  MotorCrashException() throw ():
92  Exception("Motor crashed", -37) {}
93 };
94 
98 
99 
100 
101 
102 
103 
104 #endif
WrongParameterException(const std::string &para)
Definition: kmlCommon.h:64
unsigned char byte
type specification (8 bit)
Definition: kmlCommon.h:23
Exception(const std::string &message, const int error_number)
ParameterWritingException(const std::string &para)
Definition: kmlCommon.h:55
ParameterReadingException(const std::string &para)
Definition: kmlCommon.h:46


kni
Author(s): Martin Günther
autogenerated on Fri Jun 7 2019 22:06:44