/* * control_Velocidad_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 "control_Velocidad". * * Model version : 1.53 * Simulink Coder version : 24.2 (R2024b) 21-Jun-2024 * C++ source code generated on : Fri Aug 22 13:33:37 2025 * * Target selection: speedgoat.tlc * Note: GRT includes extra infrastructure and instrumentation for prototyping * Embedded hardware selection: Intel->x86-64 (Linux 64) * Code generation objectives: Unspecified * Validation result: Not run */ #ifndef control_Velocidad_private_h_ #define control_Velocidad_private_h_ #include "rtwtypes.h" #include "multiword_types.h" #include "zero_crossing_types.h" #include "control_Velocidad_types.h" #include "control_Velocidad.h" /* Private macros used by the generated code to access rtModel */ #ifndef rtmIsMajorTimeStep #define rtmIsMajorTimeStep(rtm) (((rtm)->Timing.simTimeStep) == MAJOR_TIME_STEP) #endif #ifndef rtmIsMinorTimeStep #define rtmIsMinorTimeStep(rtm) (((rtm)->Timing.simTimeStep) == MINOR_TIME_STEP) #endif #ifndef rtmSetTFinal #define rtmSetTFinal(rtm, val) ((rtm)->Timing.tFinal = (val)) #endif #ifndef rtmSetTPtr #define rtmSetTPtr(rtm, val) ((rtm)->Timing.t = (val)) #endif extern real_T rt_remd_snf(real_T u0, real_T u1); extern "C" void sg_fpga_do_sf_a2(SimStruct *rts); extern "C" void sg_fpga_di_sf_a2(SimStruct *rts); /* private model entry point functions */ extern void control_Velocidad_derivatives(void); #endif /* control_Velocidad_private_h_ */