58 #include "Mockdatabase.h"
59 #include "Mockdebug_default.h"
67 TEST_FILE(
"debug_default_afe.c")
87 FAKE_Initialize_ExpectAndReturn(
STD_OK);
STD_RETURN_TYPE_e AFE_RequestEepromRead(uint8_t string)
Makes the request to the AFE state machine to read from the external EEPROM on slaves.
STD_RETURN_TYPE_e AFE_RequestEepromWrite(uint8_t string)
Makes the request to the AFE state machine to write to the external EEPROM on slaves.
STD_RETURN_TYPE_e AFE_RequestIoRead(uint8_t string)
Makes the request to the AFE state machine to read from the IO port-expander.
STD_RETURN_TYPE_e AFE_TriggerIc(void)
STD_RETURN_TYPE_e AFE_RequestOpenWireCheck(uint8_t string)
Makes the request to the AFE state machine to perform open-wire check.
bool AFE_IsFirstMeasurementCycleFinished(void)
Checks if the first AFE measurement cycle was made.
STD_RETURN_TYPE_e AFE_RequestBalancingFeedbackRead(uint8_t string)
Makes the request to the AFE state machine to read balancing feedback from the slaves.
STD_RETURN_TYPE_e AFE_RequestTemperatureRead(uint8_t string)
Makes the request to the AFE state machine to read from the external temperature sensor on slaves.
STD_RETURN_TYPE_e AFE_RequestIoWrite(uint8_t string)
Makes the request to the AFE state machine to write to the IO port-expander.
STD_RETURN_TYPE_e AFE_Initialize(void)
STD_RETURN_TYPE_e AFE_StartMeasurement(void)
Makes the initialization request to the AFE state machine.
Header for the configuration for the fake AFE.
General macros and definitions for the whole platform.
void testAFE_RequestBalancingFeedbackRead(void)
void testAFE_RequestEepromWrite(void)
void testAFE_InitializeializeDummy(void)
void testAFE_RequestIoRead(void)
void testAFE_StartMeasurement(void)
void testAFE_TriggerIcAlwaysOk(void)
void testAFE_RequestIoWrite(void)
void testAFE_RequestTemperatureRead(void)
void testAFE_RequestEepromRead(void)
void testAFE_IsFirstMeasurementCycleFinished(void)
void testAFE_RequestOpenWireCheck(void)