Stima V4 Slave RAIN  4.2
elaborate_data_task.h File Reference

Elaborate data sensor to CAN 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 "debug_F.h"
#include <STM32RTC.h>

Go to the source code of this file.

Classes

struct  sample_t
 struct array for module data More...
 
struct  maintenance_t
 struct array for maintenance More...
 
struct  ElaborateDataParam_t
 struct local elaborate data parameter More...
 
class  ElaborateDataTask
 ELABORATE DATA TASK cpp_freertos class. More...
 

Macros

#define ELABORATE_TASK_WAIT_DELAY_MS   (20)
 
#define ELABORATE_TASK_SLEEP_DELAY_MS   (850)
 
#define CLOGGED_TIMINGS_VERIFY   (28800)
 

Functions

template<typename buffer_g , typename length_v , typename value_v >
value_v bufferRead (buffer_g *buffer, length_v length)
 
template<typename buffer_g , typename length_v , typename value_v >
value_v bufferReadBack (buffer_g *buffer, length_v length)
 
template<typename buffer_g , typename value_v >
void bufferWrite (buffer_g *buffer, value_v value)
 
template<typename buffer_g >
void bufferPtrReset (buffer_g *buffer)
 
template<typename buffer_g , typename length_v >
void bufferPtrResetBack (buffer_g *buffer, length_v length)
 
template<typename buffer_g , typename length_v >
void incrementBuffer (buffer_g *buffer, length_v length)
 
template<typename buffer_g , typename length_v , typename value_v >
void bufferReset (buffer_g *buffer, length_v length)
 
template<typename buffer_g , typename length_v , typename value_v >
void addValue (buffer_g *buffer, length_v length, value_v value)
 

Detailed Description

Elaborate data sensor to CAN 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 elaborate_data_task.h.

Macro Definition Documentation

◆ CLOGGED_TIMINGS_VERIFY

#define CLOGGED_TIMINGS_VERIFY   (28800)

Definition at line 56 of file elaborate_data_task.h.

◆ ELABORATE_TASK_SLEEP_DELAY_MS

#define ELABORATE_TASK_SLEEP_DELAY_MS   (850)

Definition at line 54 of file elaborate_data_task.h.

◆ ELABORATE_TASK_WAIT_DELAY_MS

#define ELABORATE_TASK_WAIT_DELAY_MS   (20)

Definition at line 53 of file elaborate_data_task.h.

Function Documentation

◆ addValue()

template<typename buffer_g , typename length_v , typename value_v >
void addValue ( buffer_g *  buffer,
length_v  length,
value_v  value 
)

Definition at line 513 of file elaborate_data_task.cpp.

◆ bufferPtrReset()

template<typename buffer_g >
void bufferPtrReset ( buffer_g *  buffer)

Definition at line 475 of file elaborate_data_task.cpp.

◆ bufferPtrResetBack()

template<typename buffer_g , typename length_v >
void bufferPtrResetBack ( buffer_g *  buffer,
length_v  length 
)

Definition at line 481 of file elaborate_data_task.cpp.

◆ bufferRead()

template<typename buffer_g , typename length_v , typename value_v >
value_v bufferRead ( buffer_g *  buffer,
length_v  length 
)

Definition at line 443 of file elaborate_data_task.cpp.

◆ bufferReadBack()

template<typename buffer_g , typename length_v , typename value_v >
value_v bufferReadBack ( buffer_g *  buffer,
length_v  length 
)

Definition at line 456 of file elaborate_data_task.cpp.

◆ bufferReset()

template<typename buffer_g , typename length_v , typename value_v >
void bufferReset ( buffer_g *  buffer,
length_v  length 
)

Definition at line 504 of file elaborate_data_task.cpp.

◆ bufferWrite()

template<typename buffer_g , typename value_v >
void bufferWrite ( buffer_g *  buffer,
value_v  value 
)

Definition at line 469 of file elaborate_data_task.cpp.

◆ incrementBuffer()

template<typename buffer_g , typename length_v >
void incrementBuffer ( buffer_g *  buffer,
length_v  length 
)

Definition at line 491 of file elaborate_data_task.cpp.