40 lines
1.2 KiB
C
40 lines
1.2 KiB
C
/*
|
|
* Test_OPTOS_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 "Test_OPTOS".
|
|
*
|
|
* Model version : 1.46
|
|
* Simulink Coder version : 24.2 (R2024b) 21-Jun-2024
|
|
* C++ source code generated on : Wed Jul 23 10:51:14 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 Test_OPTOS_private_h_
|
|
#define Test_OPTOS_private_h_
|
|
#include "rtwtypes.h"
|
|
#include "multiword_types.h"
|
|
#include "Test_OPTOS_types.h"
|
|
#include "Test_OPTOS.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 /* Test_OPTOS_private_h_ */
|