Stima V4 Slave RAIN
4.2
|
Elaborate data sensor to CAN source file. More...
#include "tasks/elaborate_data_task.h"
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) |
Elaborate data sensor to CAN source file.
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.
#define LOCAL_TASK_ID ELABORATE_TASK_ID |
Definition at line 32 of file elaborate_data_task.cpp.
#define TRACE_LEVEL ELABORATE_DATA_TASK_TRACE_LEVEL |
Definition at line 31 of file elaborate_data_task.cpp.
void addValue | ( | buffer_g * | buffer, |
length_v | length, | ||
value_v | value | ||
) |
Definition at line 513 of file elaborate_data_task.cpp.
void bufferPtrReset | ( | buffer_g * | buffer | ) |
Definition at line 475 of file elaborate_data_task.cpp.
void bufferPtrResetBack | ( | buffer_g * | buffer, |
length_v | length | ||
) |
Definition at line 481 of file elaborate_data_task.cpp.
value_v bufferRead | ( | buffer_g * | buffer, |
length_v | length | ||
) |
Definition at line 443 of file elaborate_data_task.cpp.
value_v bufferReadBack | ( | buffer_g * | buffer, |
length_v | length | ||
) |
Definition at line 456 of file elaborate_data_task.cpp.
void bufferReset | ( | buffer_g * | buffer, |
length_v | length | ||
) |
Definition at line 504 of file elaborate_data_task.cpp.
void bufferWrite | ( | buffer_g * | buffer, |
value_v | value | ||
) |
Definition at line 469 of file elaborate_data_task.cpp.
void incrementBuffer | ( | buffer_g * | buffer, |
length_v | length | ||
) |
Definition at line 491 of file elaborate_data_task.cpp.