Larus glider flight sensor system 3.9.2024
Software-In-The-Loop test and validation system
Loading...
Searching...
No Matches
system_configuration.h File Reference

collection of system tuning parameters More...

Go to the source code of this file.

Macros

#define UNIX   1
 
#define TCP_PORT   8880
 
#define CAN_FORMAT_2021   1
 
#define WITH_LOWCOST_SENSORS   0
 
#define WITH_DENSITY_DATA   0
 
#define INCLUDING_NANO   1
 
#define USE_LOWCOST_IMU   0
 
#define NEW_DATA_FORMAT   1
 
#define DEVELOPMENT_ADDITIONS   1
 
#define MAGNETIC_DECISION_OVERRIDE   0
 
#define EEPROM_WRITES_LOGGED   1
 
#define DISABLE_SAT_COMPASS   0
 
#define USE_LARUS_NMEA_EXTENSIONS   1
 
#define ENABLE_LINUX_CAN_INTERFACE   1
 
#define LONGTIME_MAG_TEST   1
 

Detailed Description

collection of system tuning parameters

Author
Dr. Klaus Schaefer

<Larus Flight Sensor Firmware>

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Definition in file system_configuration.h.

Macro Definition Documentation

◆ CAN_FORMAT_2021

#define CAN_FORMAT_2021   1

Definition at line 32 of file system_configuration.h.

◆ DEVELOPMENT_ADDITIONS

#define DEVELOPMENT_ADDITIONS   1

Definition at line 40 of file system_configuration.h.

◆ DISABLE_SAT_COMPASS

#define DISABLE_SAT_COMPASS   0

Definition at line 43 of file system_configuration.h.

◆ EEPROM_WRITES_LOGGED

#define EEPROM_WRITES_LOGGED   1

Definition at line 42 of file system_configuration.h.

◆ ENABLE_LINUX_CAN_INTERFACE

#define ENABLE_LINUX_CAN_INTERFACE   1

Definition at line 45 of file system_configuration.h.

◆ INCLUDING_NANO

#define INCLUDING_NANO   1

Definition at line 36 of file system_configuration.h.

◆ LONGTIME_MAG_TEST

#define LONGTIME_MAG_TEST   1

Definition at line 46 of file system_configuration.h.

◆ MAGNETIC_DECISION_OVERRIDE

#define MAGNETIC_DECISION_OVERRIDE   0

Definition at line 41 of file system_configuration.h.

◆ NEW_DATA_FORMAT

#define NEW_DATA_FORMAT   1

Definition at line 38 of file system_configuration.h.

◆ TCP_PORT

#define TCP_PORT   8880

Definition at line 30 of file system_configuration.h.

◆ UNIX

#define UNIX   1

Definition at line 28 of file system_configuration.h.

◆ USE_LARUS_NMEA_EXTENSIONS

#define USE_LARUS_NMEA_EXTENSIONS   1

Definition at line 44 of file system_configuration.h.

◆ USE_LOWCOST_IMU

#define USE_LOWCOST_IMU   0

Definition at line 37 of file system_configuration.h.

◆ WITH_DENSITY_DATA

#define WITH_DENSITY_DATA   0

Definition at line 35 of file system_configuration.h.

◆ WITH_LOWCOST_SENSORS

#define WITH_LOWCOST_SENSORS   0

Definition at line 34 of file system_configuration.h.