Stima V4 Slave RAIN  4.2
elaborate_data_task.cpp File Reference

Elaborate data sensor to CAN source file. More...

Go to the source code of this file.

Macros

#define TRACE_LEVEL   ELABORATE_DATA_TASK_TRACE_LEVEL
 
#define LOCAL_TASK_ID   ELABORATE_TASK_ID
 

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 source 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.cpp.

Macro Definition Documentation

◆ LOCAL_TASK_ID

#define LOCAL_TASK_ID   ELABORATE_TASK_ID

Definition at line 32 of file elaborate_data_task.cpp.

◆ TRACE_LEVEL

#define TRACE_LEVEL   ELABORATE_DATA_TASK_TRACE_LEVEL

Definition at line 31 of file elaborate_data_task.cpp.

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.