foxBMS - Unit Tests  1.1.0
The foxBMS Unit Tests API Documentation
DATA_BLOCK_MOVING_AVERAGE_s Struct Reference

#include <database_cfg.h>

Collaboration diagram for DATA_BLOCK_MOVING_AVERAGE_s:

Data Fields

DATA_BLOCK_HEADER_s header
 
float movingAverageCurrent1sInterval_mA
 
float movingAverageCurrent5sInterval_mA
 
float movingAverageCurrent10sInterval_mA
 
float movingAverageCurrent30sInterval_mA
 
float movingAverageCurrent60sInterval_mA
 
float movingAverageCurrentConfigurableInterval_mA
 
float movingAveragePower1sInterval_mA
 
float movingAveragePower5sInterval_mA
 
float movingAveragePower10sInterval_mA
 
float movingAveragePower30sInterval_mA
 
float movingAveragePower60sInterval_mA
 
float movingAveragePowerConfigurableInterval_mA
 

Detailed Description

data block struct of the moving average algorithm

Definition at line 518 of file database_cfg.h.

Field Documentation

◆ header

DATA_BLOCK_HEADER_s DATA_BLOCK_MOVING_AVERAGE_s::header

Data block header

Definition at line 522 of file database_cfg.h.

◆ movingAverageCurrent10sInterval_mA

float DATA_BLOCK_MOVING_AVERAGE_s::movingAverageCurrent10sInterval_mA

current moving average over the last 10s

Definition at line 525 of file database_cfg.h.

◆ movingAverageCurrent1sInterval_mA

float DATA_BLOCK_MOVING_AVERAGE_s::movingAverageCurrent1sInterval_mA

current moving average over the last 1s

Definition at line 523 of file database_cfg.h.

◆ movingAverageCurrent30sInterval_mA

float DATA_BLOCK_MOVING_AVERAGE_s::movingAverageCurrent30sInterval_mA

current moving average over the last 30s

Definition at line 526 of file database_cfg.h.

◆ movingAverageCurrent5sInterval_mA

float DATA_BLOCK_MOVING_AVERAGE_s::movingAverageCurrent5sInterval_mA

current moving average over the last 5s

Definition at line 524 of file database_cfg.h.

◆ movingAverageCurrent60sInterval_mA

float DATA_BLOCK_MOVING_AVERAGE_s::movingAverageCurrent60sInterval_mA

current moving average over the last 60s

Definition at line 527 of file database_cfg.h.

◆ movingAverageCurrentConfigurableInterval_mA

float DATA_BLOCK_MOVING_AVERAGE_s::movingAverageCurrentConfigurableInterval_mA

current moving average over the last configured time

Definition at line 528 of file database_cfg.h.

◆ movingAveragePower10sInterval_mA

float DATA_BLOCK_MOVING_AVERAGE_s::movingAveragePower10sInterval_mA

power moving average over the last 10s

Definition at line 531 of file database_cfg.h.

◆ movingAveragePower1sInterval_mA

float DATA_BLOCK_MOVING_AVERAGE_s::movingAveragePower1sInterval_mA

power moving average over the last 1s

Definition at line 529 of file database_cfg.h.

◆ movingAveragePower30sInterval_mA

float DATA_BLOCK_MOVING_AVERAGE_s::movingAveragePower30sInterval_mA

power moving average over the last 30s

Definition at line 532 of file database_cfg.h.

◆ movingAveragePower5sInterval_mA

float DATA_BLOCK_MOVING_AVERAGE_s::movingAveragePower5sInterval_mA

power moving average over the last 5s

Definition at line 530 of file database_cfg.h.

◆ movingAveragePower60sInterval_mA

float DATA_BLOCK_MOVING_AVERAGE_s::movingAveragePower60sInterval_mA

power moving average over the last 60s

Definition at line 533 of file database_cfg.h.

◆ movingAveragePowerConfigurableInterval_mA

float DATA_BLOCK_MOVING_AVERAGE_s::movingAveragePowerConfigurableInterval_mA

power moving average over the last configured time

Definition at line 534 of file database_cfg.h.


The documentation for this struct was generated from the following file: