58 #include "Mockdatabase.h"
59 #include "Mockdebug_default.h"
67 TEST_FILE(
"debug_default_mic.c")
87 FAKE_Initialize_ExpectAndReturn(
STD_OK);
Header for the configuration for the fake measurement IC.
General macros and definitions for the whole platform.
Measurement IC driver header.
STD_RETURN_TYPE_e MIC_RequestIoWrite(uint8_t string)
Makes the request to the MIC state machine to write to the IO port-expander.
STD_RETURN_TYPE_e MIC_Init(void)
STD_RETURN_TYPE_e MIC_RequestEepromWrite(uint8_t string)
Makes the request to the MIC state machine to write to the external EEPROM on slaves.
STD_RETURN_TYPE_e MIC_RequestOpenWireCheck(uint8_t string)
Makes the request to the MIC state machine to perform open-wire check.
bool MIC_IsFirstMeasurementCycleFinished(void)
Checks if the first MIC measurement cycle was made.
STD_RETURN_TYPE_e MIC_RequestBalancingFeedbackRead(uint8_t string)
Makes the request to the MIC state machine to read balancing feedback from the slaves.
STD_RETURN_TYPE_e MIC_StartMeasurement(void)
Makes the initialization request to the MIC state machine.
STD_RETURN_TYPE_e MIC_RequestEepromRead(uint8_t string)
Makes the request to the MIC state machine to read from the external EEPROM on slaves.
STD_RETURN_TYPE_e MIC_TriggerIc(void)
STD_RETURN_TYPE_e MIC_RequestIoRead(uint8_t string)
Makes the request to the MIC state machine to read from the IO port-expander.
STD_RETURN_TYPE_e MIC_RequestTemperatureRead(uint8_t string)
Makes the request to the MIC state machine to read from the external temperature sensor on slaves.
void testMIC_StartMeasurement(void)
void testMIC_RequestOpenWireCheck(void)
void testMIC_RequestEepromWrite(void)
void testMIC_RequestTemperatureRead(void)
void testMIC_RequestEepromRead(void)
void testMIC_RequestBalancingFeedbackRead(void)
void testMIC_RequestIoWrite(void)
void testMIC_TriggerIcAlwaysOk(void)
void testMIC_RequestIoRead(void)
void testMIC_InitializeDummy(void)
void testMIC_IsFirstMeasurementCycleFinished(void)