Stima V4 Slave RAIN  4.2
supervisor_task.h File Reference

Supervisor module header file. More...

#include "debug_config.h"
#include "local_typedef.h"
#include "stima_utility.h"
#include "str.h"
#include <STM32FreeRTOS.h>
#include "thread.hpp"
#include "ticks.hpp"
#include "semaphore.hpp"
#include "queue.hpp"
#include "drivers/module_slave_hal.hpp"
#include <STM32RTC.h>
#include "register_class.hpp"
#include "debug_F.h"

Go to the source code of this file.

Classes

struct  SupervisorParam_t
 struct local elaborate data parameter More...
 
class  SupervisorTask
 SUPERVISOR TASK cpp_freertos class. More...
 

Macros

#define SUPERVISOR_TASK_WAIT_DELAY_MS   (20)
 
#define SUPERVISOR_TASK_SLEEP_DELAY_MS   (850)
 
#define SUPERVISOR_TASK_GENERIC_RETRY_DELAY_MS   (5000)
 
#define SUPERVISOR_TASK_GENERIC_RETRY   (3)
 
#define SUPERVISOR_AUTO_END_MAINTENANCE_SEC   (3600ul)
 

Detailed Description

Supervisor module header file.

Author
Marco Baldinetti m.bal.nosp@m.dine.nosp@m.tti@d.nosp@m.igit.nosp@m.eco.i.nosp@m.t
Moreno Gasperini m.gas.nosp@m.peri.nosp@m.ni@di.nosp@m.gite.nosp@m.co.it
Attention

© Stimav4 is Copyright (C) 2023 ARPAE-SIMC urpsi.nosp@m.m@ar.nosp@m.pae.i.nosp@m.t

All rights reserved.

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 2 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, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. http://www.gnu.org/licenses/.

Definition in file supervisor_task.h.

Macro Definition Documentation

◆ SUPERVISOR_AUTO_END_MAINTENANCE_SEC

#define SUPERVISOR_AUTO_END_MAINTENANCE_SEC   (3600ul)

Definition at line 58 of file supervisor_task.h.

◆ SUPERVISOR_TASK_GENERIC_RETRY

#define SUPERVISOR_TASK_GENERIC_RETRY   (3)

Definition at line 56 of file supervisor_task.h.

◆ SUPERVISOR_TASK_GENERIC_RETRY_DELAY_MS

#define SUPERVISOR_TASK_GENERIC_RETRY_DELAY_MS   (5000)

Definition at line 55 of file supervisor_task.h.

◆ SUPERVISOR_TASK_SLEEP_DELAY_MS

#define SUPERVISOR_TASK_SLEEP_DELAY_MS   (850)

Definition at line 53 of file supervisor_task.h.

◆ SUPERVISOR_TASK_WAIT_DELAY_MS

#define SUPERVISOR_TASK_WAIT_DELAY_MS   (20)

Definition at line 52 of file supervisor_task.h.