41 lines
1.1 KiB
C
41 lines
1.1 KiB
C
/*
|
|
* File: socTouchDisplay_private.h
|
|
*
|
|
* Code generated for Simulink model 'socTouchDisplay'.
|
|
*
|
|
* Model version : 1.128
|
|
* Simulink Coder version : 23.2 (R2023b) 01-Aug-2023
|
|
* C/C++ source code generated on : Fri Dec 27 18:51:07 2024
|
|
*
|
|
* Target selection: ert.tlc
|
|
* Embedded hardware selection: Intel->x86-64 (Windows64)
|
|
* Code generation objectives: Unspecified
|
|
* Validation result: Not run
|
|
*/
|
|
|
|
#ifndef RTW_HEADER_socTouchDisplay_private_h_
|
|
#define RTW_HEADER_socTouchDisplay_private_h_
|
|
#include "rtwtypes.h"
|
|
#include "socTouchDisplay_types.h"
|
|
#ifdef __cplusplus
|
|
#define SFB_EXTERN_C extern "C"
|
|
#else
|
|
#define SFB_EXTERN_C extern
|
|
#endif
|
|
|
|
SFB_EXTERN_C void canReceive_Start_wrapper(void);
|
|
SFB_EXTERN_C void canReceive_Outputs_wrapper(const uint32_T *id,
|
|
const uint8_T *dlc,
|
|
const uint8_T *data,
|
|
CAN_MESSAGE_BUS *canFrame);
|
|
SFB_EXTERN_C void canReceive_Terminate_wrapper(void);
|
|
|
|
#undef SFB_EXTERN_C
|
|
#endif /* RTW_HEADER_socTouchDisplay_private_h_ */
|
|
|
|
/*
|
|
* File trailer for generated code.
|
|
*
|
|
* [EOF]
|
|
*/
|