Subversion Repositories Projects

Rev

Rev 158 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 158 Rev 159
Line 17... Line 17...
17
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
17
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
18
 ***************************************************************************/
18
 ***************************************************************************/
19
#ifndef PARAMETER_POSITIONS_H
19
#ifndef PARAMETER_POSITIONS_H
20
#define PARAMETER_POSITIONS_H
20
#define PARAMETER_POSITIONS_H
Line -... Line 21...
-
 
21
 
-
 
22
static const int VERSION_SETTINGS = 72;
21
 
23
 
Line 22... Line 24...
22
static const int MaxParameter = 86;
24
static const int MaxParameter = 86;
23
 
25
 
24
static const int P_KANAL_GAS   = 0;
26
static const int P_KANAL_GAS   = 0;
Line 99... Line 101...
99
static const int P_LOOP_CONFIG      = 68;
101
static const int P_LOOP_CONFIG      = 68;
100
static const int P_SERVO_NICK_COMPI = 69;
102
static const int P_SERVO_NICK_COMPI = 69;
101
static const int P_RESERVED         = 70;
103
static const int P_RESERVED         = 70;
102
static const int P_NAME             = 74;
104
static const int P_NAME             = 74;
Line 103... Line -...
103
 
-
 
104
#endif
105
 
-
 
106
#endif