foxBMS - Unit Tests
1.3.0
The foxBMS Unit Tests API Documentation
|
Driver for the dummy insulation monitoring driver. More...
Go to the source code of this file.
Functions | |
static IMD_FSM_STATES_e | NOIMD_Initialize (void) |
static IMD_FSM_STATES_e | NOIMD_EnableImd (void) |
static IMD_FSM_STATES_e | NOIMD_MeasureInsulation (DATA_BLOCK_INSULATION_MONITORING_s *pTableInsulationMonitoring) |
Function to write dummy values into the database. More... | |
static IMD_FSM_STATES_e | NOIMD_DisableImd (void) |
IMD_FSM_STATES_e | IMD_ProcessInitializationState (void) |
Processes the initialization state. More... | |
IMD_FSM_STATES_e | IMD_ProcessEnableState (void) |
Processes the IMD enable state. More... | |
IMD_FSM_STATES_e | IMD_ProcessRunningState (DATA_BLOCK_INSULATION_MONITORING_s *pTableInsulationMonitoring) |
Processes the running state. More... | |
IMD_FSM_STATES_e | IMD_ProcessShutdownState (void) |
Processes the shutdown state. More... | |
IMD_FSM_STATES_e | TEST_NOIMD_Initialize (void) |
IMD_FSM_STATES_e | TEST_NOIMD_EnableImd (void) |
IMD_FSM_STATES_e | TEST_NOIMD_MeasureInsulation (DATA_BLOCK_INSULATION_MONITORING_s *pTableInsulationMonitoring) |
IMD_FSM_STATES_e | TEST_NOIMD_DisableImd (void) |
Driver for the dummy insulation monitoring driver.
SPDX-License-Identifier: BSD-3-Clause
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
We kindly request you to use one or more of the following phrases to refer to foxBMS in your hardware, software, documentation or advertising materials:
Dummy driver that provides a default resistance and returns that the measurement is always valid.
Definition in file no-imd.c.
IMD_FSM_STATES_e IMD_ProcessEnableState | ( | void | ) |
Processes the IMD enable state.
This function needs to be implemented in the dedicated driver. This function enables the actual IMD device to start the insulation measurement. Functionality need to be fullfilled after one call.
Definition at line 113 of file no-imd.c.
IMD_FSM_STATES_e IMD_ProcessInitializationState | ( | void | ) |
Processes the initialization state.
This function needs to be implemented in the dedicated driver. This function initializes the required SW modules and peripherals but does not start the actual IMD measurement.
Definition at line 109 of file no-imd.c.
IMD_FSM_STATES_e IMD_ProcessRunningState | ( | DATA_BLOCK_INSULATION_MONITORING_s * | pTableInsulationMonitoring | ) |
Processes the running state.
This function needs to be implemented in the dedicated driver
pTableInsulationMonitoring | pointer to insulation monitoring database entry |
Definition at line 117 of file no-imd.c.
IMD_FSM_STATES_e IMD_ProcessShutdownState | ( | void | ) |
Processes the shutdown state.
This function needs to be implemented in the dedicated driver. This function disables the actual IMD device to stop the insulation measurement.
Definition at line 122 of file no-imd.c.
|
static |
|
static |
|
static |
|
static |
IMD_FSM_STATES_e TEST_NOIMD_DisableImd | ( | void | ) |
IMD_FSM_STATES_e TEST_NOIMD_EnableImd | ( | void | ) |
IMD_FSM_STATES_e TEST_NOIMD_Initialize | ( | void | ) |
IMD_FSM_STATES_e TEST_NOIMD_MeasureInsulation | ( | DATA_BLOCK_INSULATION_MONITORING_s * | pTableInsulationMonitoring | ) |