//***************************************************************************** // (C) Automotive Lighting Reutlingen GmbH // Tuebinger Strasse 123, 72762 Reutlingen, Germany // // Automotive Lighting Reutlingen GmbH owns all the rights to this work. // This work shall not be copied, reproduced, used, modified, transferred // or its information shall not be disclosed without the prior written // authorization of Automotive Lighting Reutlingen GmbH. //***************************************************************************** //----------------------------------------------------------------------------- /// \file CddEft_Adapter.c /// /// \brief Adapter for EFT data access above RTE /// /// \author OTT, Peter ALDE-RT/EES6 //----------------------------------------------------------------------------- #include #include //============================================================================= // Static variable declarations //============================================================================= //============================================================================= // Start declaration or definitions of functions //============================================================================= #define ctadCddEft_START_SEC_CODE #include // -------------- Start function declarations or definitions. //----------------------------------------------------------------------------- /// \brief Init runnable /// /// \descr Init runnable to be called at MCU startup /// This function shall perform CRC check /// /// \param - /// /// \return void //----------------------------------------------------------------------------- //void riCddEftInit(void) //{ // CddEft_Init(); //} //----------------------------------------------------------------------------- /// \brief De Init runnable /// /// \descr De Init runnable to be called at MCU shutdown /// /// \param - /// /// \return void //----------------------------------------------------------------------------- //FUNC(void, ctadCddEft_CODE) rdCddEftDeInit(void) //{ //} // -------------- Stop function declarations or definitions. #define ctadCddEft_STOP_SEC_CODE #include //============================================================================= // End declaration or definitions of functions //=============================================================================