#include "SysClock.h"
Go to the source code of this file.
|
| class | AMSInterface |
| | this class is for interfacing with the AMS (accumulator management system) More...
|
| |
◆ CAN_message_t_mock
| #define CAN_message_t_mock int |
◆ CANBufferType_mock
| #define CANBufferType_mock int |
◆ DEFAULT_INIT_TEMP
| const float DEFAULT_INIT_TEMP = 40.0 |
◆ DEFAULT_INIT_VOLTAGE
| const float DEFAULT_INIT_VOLTAGE = 3.5 |
◆ DEFAULT_INITIALIZATION_WAIT_INTERVAL
| const unsigned long DEFAULT_INITIALIZATION_WAIT_INTERVAL = 5000 |
◆ DEFAULT_TEMP_ALPHA
| const float DEFAULT_TEMP_ALPHA = 0.8 |
◆ DEFAULT_VOLTAGE_ALPHA
| const float DEFAULT_VOLTAGE_ALPHA = 0.8 |
◆ HEARTBEAT_INTERVAL
| const unsigned long HEARTBEAT_INTERVAL = 2000 |
Mock interface for testing purposes. Please see the real AMSInterface for proper documentation.
Definition at line 14 of file AMSInterface.h.
◆ MAX_PACK_CHARGE
| const unsigned short MAX_PACK_CHARGE = 48600 |
◆ PACK_CHARGE_CRIT_LOWEST_CELL_THRESHOLD
| const unsigned long PACK_CHARGE_CRIT_LOWEST_CELL_THRESHOLD = 35000 |
◆ PACK_CHARGE_CRIT_TOTAL_THRESHOLD
| const unsigned long PACK_CHARGE_CRIT_TOTAL_THRESHOLD = 420 |