Stima V4 Slave RAIN
4.2
main.h
Go to the documentation of this file.
1
3
/*********************************************************************
4
<h2><center>© 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"
33
#include "
drivers/module_slave_hal.hpp
"
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)
49
#include "
tasks/accelerometer_task.h
"
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
"
62
#include "
tasks/elaborate_data_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_task.h
accelerometer cpp_Freertos header file
can_task.h
Uavcan over CanBus cpp_Freertos header file.
canard_config.hpp
Uavcan Canard Configuration file.
debug_F.h
debug_config.h
elaborate_data_task.h
Elaborate data sensor to CAN header file.
init_rtc
void init_rtc(bool init)
Definition:
main.cpp:307
init_wire
void init_wire(void)
Definition:
main.cpp:293
init_pins
void init_pins(void)
Init Pin (Diag and configuration)
Definition:
main.cpp:271
module_slave_hal.hpp
Interface STM32 hardware_hal STIMAV4 Header config.
rain_sensor_task.h
supervisor_task.h
Supervisor module header file.
wdt_task.h
wdt_task header file (Wdt && Logging Task for Module Slave)
platformio
stima_v4
slave-rain
include
main.h
Generated by
1.9.1