/* * SquareDebug_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 "SquareDebug". * * Model version : 1.1 * Simulink Coder version : 24.1 (R2024a) 19-Nov-2023 * C++ source code generated on : Thu Oct 10 10:54:01 2024 * * 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 SquareDebug_private_h_ #define SquareDebug_private_h_ #include "rtwtypes.h" #include "multiword_types.h" #include "SquareDebug_types.h" #include "SquareDebug.h" /* Private macros used by the generated code to access rtModel */ #ifndef rtmSetTFinal #define rtmSetTFinal(rtm, val) ((rtm)->Timing.tFinal = (val)) #endif #ifndef rtmSetTPtr #define rtmSetTPtr(rtm, val) ((rtm)->Timing.t = (val)) #endif extern "C" void sg_fpga_do_sf_a2(SimStruct *rts); #endif /* SquareDebug_private_h_ */