Subversion Repositories Projects

Rev

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

Rev 159 Rev 166
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 21... Line 21...
21
 
21
 
Line 22... Line 22...
22
static const int VERSION_SETTINGS = 72;
22
static const int VERSION_SETTINGS = 73;
Line 23... Line 23...
23
 
23
 
24
static const int MaxParameter = 86;
24
static const int MaxParameter = 87;
25
 
25
 
26
static const int P_KANAL_GAS   = 0;
26
static const int P_KANAL_GAS   = 0;
Line 94... Line 94...
94
static const int P_NAV_GPS_MIN      = 62;
94
static const int P_NAV_GPS_MIN      = 62;
95
static const int P_NAV_STICK_THRE   = 63;
95
static const int P_NAV_STICK_THRE   = 63;
96
static const int P_NAV_WIND_CORR    = 64;
96
static const int P_NAV_WIND_CORR    = 64;
97
static const int P_NAV_SPEED_COMP   = 65;
97
static const int P_NAV_SPEED_COMP   = 65;
98
static const int P_NAV_RADIUS       = 66;
98
static const int P_NAV_RADIUS       = 66;
-
 
99
static const int P_NAV_ANGLE_LIMIT  = 67;
Line 99... Line 100...
99
 
100
 
100
static const int P_EXTERNAL         = 67;
101
static const int P_EXTERNAL         = 68;
101
static const int P_LOOP_CONFIG      = 68;
102
static const int P_LOOP_CONFIG      = 69;
102
static const int P_SERVO_NICK_COMPI = 69;
103
static const int P_SERVO_NICK_COMPI = 70;
103
static const int P_RESERVED         = 70;
104
static const int P_RESERVED         = 71;
Line 104... Line 105...
104
static const int P_NAME             = 74;
105
static const int P_NAME             = 75;