Stima V4 Slave RAIN
4.2
|
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) |
Elaborate data sensor to CAN header 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.h.
#define CLOGGED_TIMINGS_VERIFY (28800) |
Definition at line 56 of file elaborate_data_task.h.
#define ELABORATE_TASK_SLEEP_DELAY_MS (850) |
Definition at line 54 of file elaborate_data_task.h.
#define ELABORATE_TASK_WAIT_DELAY_MS (20) |
Definition at line 53 of file elaborate_data_task.h.
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.