/* * ivec_rte.h * * Created on: 28-Oct-2024 * Author: altam */ #ifndef IVEC_RTE_INC_IVEC_RTE_H_ #define IVEC_RTE_INC_IVEC_RTE_H_ #include "string.h" #include "stdint.h" #include "ti_msp_dl_config.h" // Function Declarations void vRTE_MatlabInit(void); void vRTE_MatlabRun(void); void vRTE_AppInit(void); void vRTE_AppRun(void); void vRTE_InitUartCanEcho(void); void vRTE_ProcessUartData(void); void vRTE_ProcessCanData(void); #define IVEC_RTE_LOG(x, ...) #endif /* IVEC_RTE_INC_IVEC_RTE_H_ */