Stima V4 Slave RAIN  4.2
main.h
Go to the documentation of this file.
1 
3 /*********************************************************************
4 <h2><center>&copy; Stimav4 is Copyright (C) 2023 ARPAE-SIMC urpsim@arpae.it</center></h2>
5 authors:
6 Marco Baldinetti <marco.baldinetti@digiteco.it>
7 
8 This program is free software; you can redistribute it and/or
9 modify it under the terms of the GNU General Public License
10 as published by the Free Software Foundation; either version 2
11 of the License, or (at your option) any later version.
12 
13 This program is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
17 
18 You should have received a copy of the GNU General Public License
19 along with this program; if not, write to the Free Software
20 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
21 <http://www.gnu.org/licenses/>.
22 **********************************************************************/
23 
24 #ifndef _MAIN_H
25 #define _MAIN_H
26 
27 #define __STDC_LIMIT_MACROS
28 
29 #include "debug_config.h"
30 #include "canard_config.hpp"
31 #include "stima_utility.h"
32 #include "task_util.h"
34 
35 #include <STM32RTC.h>
36 #include "STM32LowPower.h"
37 
38 #include <IWatchdog.h>
39 
40 #include <STM32FreeRTOS.h>
41 #include "thread.hpp"
42 #include "ticks.hpp"
43 #include "semaphore.hpp"
44 #include "queue.hpp"
45 
46 #include "os_port.h"
47 
48 #if (ENABLE_ACCELEROMETER)
50 #endif
51 
52 #if (ENABLE_CAN)
53 #include "tasks/can_task.h"
54 #endif
55 
56 #if (MODULE_TYPE == STIMA_MODULE_TYPE_RAIN)
57 #include "tasks/rain_sensor_task.h"
58 #endif
59 
60 #include "tasks/wdt_task.h"
61 #include "tasks/supervisor_task.h"
63 
64 #include "debug_F.h"
65 
66 using namespace cpp_freertos;
67 
68 void init_pins(void);
69 void init_wire(void);
70 void init_rtc(bool init);
71 
72 #endif
accelerometer cpp_Freertos header file
Uavcan over CanBus cpp_Freertos header file.
Uavcan Canard Configuration file.
Elaborate data sensor to CAN header file.
void init_rtc(bool init)
Definition: main.cpp:307
void init_wire(void)
Definition: main.cpp:293
void init_pins(void)
Init Pin (Diag and configuration)
Definition: main.cpp:271
Interface STM32 hardware_hal STIMAV4 Header config.
Supervisor module header file.
wdt_task header file (Wdt && Logging Task for Module Slave)