foxBMS
1.2.1
The foxBMS Battery Management System API Documentation
|
#include <database_cfg.h>
data block struct of the moving average algorithm
Definition at line 510 of file database_cfg.h.
DATA_BLOCK_HEADER_s DATA_BLOCK_MOVING_AVERAGE_s::header |
Data block header
Definition at line 514 of file database_cfg.h.
float DATA_BLOCK_MOVING_AVERAGE_s::movingAverageCurrent10sInterval_mA |
current moving average over the last 10s
Definition at line 517 of file database_cfg.h.
float DATA_BLOCK_MOVING_AVERAGE_s::movingAverageCurrent1sInterval_mA |
current moving average over the last 1s
Definition at line 515 of file database_cfg.h.
float DATA_BLOCK_MOVING_AVERAGE_s::movingAverageCurrent30sInterval_mA |
current moving average over the last 30s
Definition at line 518 of file database_cfg.h.
float DATA_BLOCK_MOVING_AVERAGE_s::movingAverageCurrent5sInterval_mA |
current moving average over the last 5s
Definition at line 516 of file database_cfg.h.
float DATA_BLOCK_MOVING_AVERAGE_s::movingAverageCurrent60sInterval_mA |
current moving average over the last 60s
Definition at line 519 of file database_cfg.h.
float DATA_BLOCK_MOVING_AVERAGE_s::movingAverageCurrentConfigurableInterval_mA |
current moving average over the last configured time
Definition at line 520 of file database_cfg.h.
float DATA_BLOCK_MOVING_AVERAGE_s::movingAveragePower10sInterval_mA |
power moving average over the last 10s
Definition at line 523 of file database_cfg.h.
float DATA_BLOCK_MOVING_AVERAGE_s::movingAveragePower1sInterval_mA |
power moving average over the last 1s
Definition at line 521 of file database_cfg.h.
float DATA_BLOCK_MOVING_AVERAGE_s::movingAveragePower30sInterval_mA |
power moving average over the last 30s
Definition at line 524 of file database_cfg.h.
float DATA_BLOCK_MOVING_AVERAGE_s::movingAveragePower5sInterval_mA |
power moving average over the last 5s
Definition at line 522 of file database_cfg.h.
float DATA_BLOCK_MOVING_AVERAGE_s::movingAveragePower60sInterval_mA |
power moving average over the last 60s
Definition at line 525 of file database_cfg.h.
float DATA_BLOCK_MOVING_AVERAGE_s::movingAveragePowerConfigurableInterval_mA |
power moving average over the last configured time
Definition at line 526 of file database_cfg.h.