Subversion Repositories NaviCtrl

Rev

Rev 360 | Rev 362 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 ingob 1
/*#######################################################################################*/
2
/* !!! THIS IS NOT FREE SOFTWARE !!!                                                     */
3
/*#######################################################################################*/
4
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
5
// + www.MikroKopter.com
6
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
360 holgerb 7
// + Software Nutzungsbedingungen (english version: see below)
8
// + der Fa. HiSystems GmbH, Flachsmeerstrasse 2, 26802 Moormerland - nachfolgend Lizenzgeber genannt -
9
// + Der Lizenzgeber räumt dem Kunden ein nicht-ausschließliches, zeitlich und räumlich* unbeschränktes Recht ein, die im den
10
// + Mikrocontroller verwendete Firmware für die Hardware Flight-Ctrl, Navi-Ctrl, BL-Ctrl, MK3Mag & PC-Programm MikroKopter-Tool 
11
// + - nachfolgend Software genannt - nur für private Zwecke zu nutzen.
12
// + Der Einsatz dieser Software ist nur auf oder mit Produkten des Lizenzgebers zulässig.
1 ingob 13
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
360 holgerb 14
// + Die vom Lizenzgeber gelieferte Software ist urheberrechtlich geschützt. Alle Rechte an der Software sowie an sonstigen im
15
// + Rahmen der Vertragsanbahnung und Vertragsdurchführung überlassenen Unterlagen stehen im Verhältnis der Vertragspartner ausschließlich dem Lizenzgeber zu.
16
// + Die in der Software enthaltenen Copyright-Vermerke, Markenzeichen, andere Rechtsvorbehalte, Seriennummern sowie
17
// + sonstige der Programmidentifikation dienenden Merkmale dürfen vom Kunden nicht verändert oder unkenntlich gemacht werden.
18
// + Der Kunde trifft angemessene Vorkehrungen für den sicheren Einsatz der Software. Er wird die Software gründlich auf deren
19
// + Verwendbarkeit zu dem von ihm beabsichtigten Zweck testen, bevor er diese operativ einsetzt.
20
// + Die Haftung des Lizenzgebers wird - soweit gesetzlich zulässig - begrenzt in Höhe des typischen und vorhersehbaren
21
// + Schadens. Die gesetzliche Haftung bei Personenschäden und nach dem Produkthaftungsgesetz bleibt unberührt. Dem Lizenzgeber steht jedoch der Einwand 
22
// + des Mitverschuldens offen.
23
// + Der Kunde trifft angemessene Vorkehrungen für den Fall, dass die Software ganz oder teilweise nicht ordnungsgemäß arbeitet.
24
// + Er wird die Software gründlich auf deren Verwendbarkeit zu dem von ihm beabsichtigten Zweck testen, bevor er diese operativ einsetzt.
25
// + Der Kunde wird er seine Daten vor Einsatz der Software nach dem Stand der Technik sichern.
26
// + Der Kunde ist darüber unterrichtet, dass der Lizenzgeber seine Daten im zur Vertragsdurchführung erforderlichen Umfang
27
// + und auf Grundlage der Datenschutzvorschriften erhebt, speichert, verarbeitet und, sofern notwendig, an Dritte übermittelt.
28
// + *) Die räumliche Nutzung bezieht sich nur auf den Einsatzort, nicht auf die Reichweite der programmierten Software.
29
// + #### ENDE DER NUTZUNGSBEDINGUNGEN ####'
30
// +  Hinweis: Informationen über erweiterte Nutzungsrechte (wie z.B. Nutzung für nicht-private Zwecke) sind auf Anfrage per Email an info(@)hisystems.de verfügbar.
1 ingob 31
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
360 holgerb 32
// + Software LICENSING TERMS
1 ingob 33
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
360 holgerb 34
// + of HiSystems GmbH, Flachsmeerstrasse 2, 26802 Moormerland, Germany - the Licensor -
35
// + The Licensor grants the customer a non-exclusive license to use the microcontroller firmware of the Flight-Ctrl, Navi-Ctrl, BL-Ctrl, and MK3Mag hardware 
36
// + (the Software) exclusively for private purposes. The License is unrestricted with respect to time and territory*.
37
// + The Software may only be used with the Licensor's products.
38
// + The Software provided by the Licensor is protected by copyright. With respect to the relationship between the parties to this
39
// + agreement, all rights pertaining to the Software and other documents provided during the preparation and execution of this
40
// + agreement shall be the property of the Licensor.
41
// + The information contained in the Software copyright notices, trademarks, other legal reservations, serial numbers and other
42
// + features that can be used to identify the program may not be altered or defaced by the customer.
43
// + The customer shall be responsible for taking reasonable precautions
44
// + for the safe use of the Software. The customer shall test the Software thoroughly regarding its suitability for the
45
// + intended purpose before implementing it for actual operation. The Licensor's liability shall be limited to the extent of typical and
46
// + foreseeable damage to the extent permitted by law, notwithstanding statutory liability for bodily injury and product
47
// + liability. However, the Licensor shall be entitled to the defense of contributory negligence.
48
// + The customer will take adequate precautions in the case, that the software is not working properly. The customer will test
49
// + the software for his purpose before any operational usage. The customer will backup his data before using the software.
50
// + The customer understands that the Licensor collects, stores and processes, and, where required, forwards, customer data
51
// + to third parties to the extent necessary for executing the agreement, subject to applicable data protection and privacy regulations.
52
// + *) The territory aspect only refers to the place where the Software is used, not its programmed range.
53
// + #### END OF LICENSING TERMS ####
54
// + Note: For information on license extensions (e.g. commercial use), please contact us at info(@)hisystems.de.
1 ingob 55
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
210 killagreg 56
#include <ctype.h>
41 ingob 57
#include <stdio.h>
58
#include <stdlib.h>
59
#include <string.h>
60
#include "91x_lib.h"
61
#include "fat16.h"
62
#include "settings.h"
63
#include "uart1.h"
1 ingob 64
 
88 killagreg 65
typedef struct
1 ingob 66
{
88 killagreg 67
        ParamId_t ParamId;
90 killagreg 68
        s8  Name[17]; // 0 terminator is the last byte
88 killagreg 69
        u8  Group;   // 0 = reserved  1,2,3,4
70
        u16 Value;
71
        u16 Default;
72
        u16 Min;
73
        u16 Max;
74
} __attribute__((packed)) Parameter_t;
75
 
76
Parameter_t CFG_Parameter[] =
77
{
351 holgerb 78
  //{PID                                , "1234567890123456" , Group, Value, Default,   Min,    Max },
79
        {PID_KML_LOGGING                        , "KMLLOGGING      " ,     1,   500,     500,    0,             60000},   // the log interval for KML logging, 0 = off
80
        {PID_GPX_LOGGING                        , "GPXLOGGING      " ,     1,  1000,    1000,    0,     60000},   // the log interval for GPX logging, 0 = off
355 holgerb 81
        {PID_ABSOLUTE_FLYING_ALT        , "MAX_FLYING_ALT  " ,     1,     0,       0,    0,     30000},   // in [m]
82
        {PID_ABSOLUTE_FLYING_RANGE      , "MAX_FLYING_RANGE" ,     1,     0,       0,    0,     60000},   // in [m]
83
        {PID_AUTO_DESCEND_RANGE         , "DESCEND_RANGE   " ,     1,     0,       0,    0,     60000},   // in [m]
356 holgerb 84
        {PID_GPS_SBAS_CONFIG            , "GPS_SBAS_DGPS_ON" ,     1,     1,       1,    0,             1},
361 holgerb 85
        {PID_MIN_EVENT_TIME                     , "MIN_EVENT_TIME  " ,     1,     2,       2,    0,       600},   // in seconds
351 holgerb 86
        {PID_GPS_AUTOCONFIG                     , "GPSAUTOCONFIG   " ,     1,     1,       1,    0,             1}
1 ingob 87
};
88
 
89
 
90
//----------------------------------------------------------------------------------
88 killagreg 91
// initialize all parameters by its default value
92
void Settings_SetDefaultValues(void)
1 ingob 93
{
88 killagreg 94
        u8 i;
95
        // run thrue all parameters and set value to default
96
        for (i = 0; i < sizeof(CFG_Parameter) / sizeof(Parameter_t); i++)
97
        {
98
                CFG_Parameter[i].Value  = CFG_Parameter[i].Default;
99
        }
1 ingob 100
}
101
 
102
//----------------------------------------------------------------------------------
88 killagreg 103
// set parameter from string based name and value
90 killagreg 104
u8 Settings_SetParameterFromString(s8 *name, s8 *value)
1 ingob 105
{
90 killagreg 106
        u8 i, retval = 0;
88 killagreg 107
        s8 string[] = "                \0"; // null terminated string of 16 characters
1 ingob 108
 
90 killagreg 109
        if((name == NULL) || (value == NULL)) return(retval);
110
 
88 killagreg 111
        i = strlen(name);                                       // lenght of the parameter name
112
        if (i > 16) i = 16;                                     // cut off at 16
113
 
114
        memcpy(string, name, i);                        // copy name to local buffer
115
 
116
    // search name in parameter list
117
        for (i = 0; i < sizeof(CFG_Parameter) / sizeof(Parameter_t); i++)
118
        {
119
                if(strncmp(string, CFG_Parameter[i].Name, 16) == 0) // names are matching
120
                {
121
                        CFG_Parameter[i].Value = (u16)atoi(value); // convert string to number and set value
90 killagreg 122
                        // out of range ?
123
                        if((CFG_Parameter[i].Value < CFG_Parameter[i].Min) || (CFG_Parameter[i].Value > CFG_Parameter[i].Max))
124
                        {       // print a warning
125
                                sprintf(text,"\r\n%s <-- %d is out of range [%d...%d]", string, CFG_Parameter[i].Value, CFG_Parameter[i].Min, CFG_Parameter[i].Max);
110 killagreg 126
                                UART1_PutString(text);
90 killagreg 127
                                CFG_Parameter[i].Value = CFG_Parameter[i].Default;  // fallback to default
128
                        }
129
                        retval = 1; // value in range
88 killagreg 130
                        break; // end loop
131
                }
132
        }
90 killagreg 133
        if(!retval)
112 killagreg 134
        {
90 killagreg 135
                sprintf(text,"\r\n%s <-- unknown parameter\r\n", string);
110 killagreg 136
                UART1_PutString(text);
90 killagreg 137
        }
138
        return(retval);
1 ingob 139
}
140
 
141
//----------------------------------------------------------------------------------
88 killagreg 142
// read settings from file on sd-card
143
void Settings_Init(void)
144
{
145
        #define LINE_MAX 32
146
        File_t *fp;
92 killagreg 147
        s8 settingsline[LINE_MAX];
89 killagreg 148
        s8 *name, *value;
90 killagreg 149
        u8 i;
210 killagreg 150
        s8 filename[] = "settings.ini";
1 ingob 151
 
114 killagreg 152
        UART1_PutString("\n\r Settings init...");
88 killagreg 153
        Settings_SetDefaultValues();
112 killagreg 154
 
90 killagreg 155
        if(Fat16_IsValid())
156
        {       // check if settings file is existing
210 killagreg 157
                if(fexist_(filename))
112 killagreg 158
                {
210 killagreg 159
                        fp = fopen_(filename, 'r');             // try to open the file
90 killagreg 160
                        if (fp == NULL)                                                 // could not open the file
88 killagreg 161
                        {
110 killagreg 162
                                UART1_PutString("ERROR: Opening settings file!");
90 killagreg 163
                                return;
1 ingob 164
                        }
90 killagreg 165
                        // read all lines from file
92 killagreg 166
                        while(fgets_(settingsline, LINE_MAX, fp) != 0)
90 killagreg 167
                        {
168
                                if ( // ignorelines starting with \r,\n,' ',';','#'
92 killagreg 169
                                        (settingsline[0] != '\n') &&
170
                                        (settingsline[0] != '\r') &&
171
                                        (settingsline[0] != ' ' ) &&
172
                                        (settingsline[0] != ';' ) &&
173
                                        (settingsline[0] != '#' )
90 killagreg 174
                                        )
175
                                {
92 killagreg 176
                                        name  = strtok(settingsline, "="); // get name
90 killagreg 177
                                        value = strtok(NULL, "="); // get value
178
                                        if ((name != NULL) && (value != NULL))
179
                                        {
210 killagreg 180
                                                u8 i;
181
                                                for(i=0; name[i]; i++) name[i] = toupper(name[i]);
90 killagreg 182
                                                Settings_SetParameterFromString(name, value);
183
                                        }
184
                                }
185
                        }
186
                        fclose_(fp);
110 killagreg 187
                        UART1_PutString("ok");
90 killagreg 188
                        return;
1 ingob 189
                }
90 killagreg 190
                else // settings file does not exist
191
                {       // create default settings file
192
                        fp = fopen_("settings.ini", 'w');               // try to open the file
193
                        if(fp == NULL)
194
                        {
110 killagreg 195
                                UART1_PutString("ERROR: Creating default settings file!");
112 killagreg 196
                                return;
90 killagreg 197
                        }
198
                        // run thrue all parameters and set value to default
199
                        for (i = 0; i < sizeof(CFG_Parameter) / sizeof(Parameter_t); i++)
200
                        {
92 killagreg 201
                                sprintf(settingsline, "%s = %d\r\n", CFG_Parameter[i].Name, CFG_Parameter[i].Default);
202
                                fputs_(settingsline, fp); // write to file
90 killagreg 203
                        }
204
                        fputs_("\r\n", fp); // newline at the end of file
205
                        fclose_(fp);
110 killagreg 206
                        UART1_PutString("Default settings file created!");
90 killagreg 207
                        return;
208
                }
88 killagreg 209
        }
90 killagreg 210
        else // no acces to fat 16 filesystem
211
        {
110 killagreg 212
                UART1_PutString("Using default values!");
90 killagreg 213
                return;
214
        }
1 ingob 215
}
216
 
88 killagreg 217
 
218
//----------------------------------------------------------------------------------
219
// read value of a paramter identified by its id
220
// returns 1 on success and 0 on error
221
u8 Settings_GetParamValue(ParamId_t Pid, u16 * pValue)
222
{
223
        u8 i, retval = 0;
224
 
225
        for (i = 0; i < sizeof(CFG_Parameter) / sizeof(Parameter_t); i++)
226
        {
227
                if(CFG_Parameter[i].ParamId == Pid)
228
                {
229
                        *pValue = CFG_Parameter[i].Value;
230
                        retval = 1;
231
                        break;
232
                }
233
        }
234
        return retval;
235
}