ADM/ADM_Cruise_Control/WheelSpd1_slrt_rtw/WheelSpd1_private.h
JaeminSong 3854fbc169 Cruise Control Update
Cruise Control Update
2024-08-07 11:01:25 +09:00

50 lines
1.8 KiB
C

/*
* WheelSpd1_private.h
*
* Academic License - for use in teaching, academic research, and meeting
* course requirements at degree granting institutions only. Not for
* government, commercial, or other organizational use.
*
* Code generation for model "WheelSpd1".
*
* Model version : 1.397
* Simulink Coder version : 8.14 (R2018a) 06-Feb-2018
* C source code generated on : Tue Jul 11 16:56:29 2023
*
* Target selection: slrt.tlc
* Note: GRT includes extra infrastructure and instrumentation for prototyping
* Embedded hardware selection: Generic->32-bit x86 compatible
* Code generation objectives: Unspecified
* Validation result: Not run
*/
#ifndef RTW_HEADER_WheelSpd1_private_h_
#define RTW_HEADER_WheelSpd1_private_h_
#include "rtwtypes.h"
#include "builtin_typeid_types.h"
#include "multiword_types.h"
#include "zero_crossing_types.h"
/* Used by FromWorkspace Block: '<S10>/FromWs' */
#ifndef rtInterpolate
# define rtInterpolate(v1,v2,f1,f2) (((v1)==(v2))?((double)(v1)): (((f1)*((double)(v1)))+((f2)*((double)(v2)))))
#endif
#ifndef rtRound
# define rtRound(v) ( ((v) >= 0) ? floor((v) + 0.5) : ceil((v) - 0.5) )
#endif
extern CAN_DATATYPE CAN_DATATYPE_GROUND;
extern const serialfifoptr serialfifoground;
extern const bcmsglist1553 bcmsg1553ground;
extern const bcstatus1553 bcstatground;
extern const bmmsglist1553 bmmsg1553ground;
extern real_T rt_powd_snf(real_T u0, real_T u1);
extern void* slrtRegisterSignalToLoggingService(rtwCAPI_ModelMappingInfo* mdlMMI,
const char* relBlkPath, int portNumber);
extern void sg_IO613_setup_s(SimStruct *rts);
extern void sg_IO61X_read_s(SimStruct *rts);
extern void sg_IO61X_write_s(SimStruct *rts);
#endif /* RTW_HEADER_WheelSpd1_private_h_ */