35 lines
919 B
C
35 lines
919 B
C
/*
|
|
* File: Model_actuator_private.h
|
|
*
|
|
* Code generated for Simulink model 'Model_actuator'.
|
|
*
|
|
* Model version : 1.581
|
|
* Simulink Coder version : 24.1 (R2024a) 19-Nov-2023
|
|
* C/C++ source code generated on : Mon Feb 2 11:11:39 2026
|
|
*
|
|
* Target selection: ert.tlc
|
|
* Embedded hardware selection: ARM Compatible->ARM Cortex-M
|
|
* Emulation hardware selection:
|
|
* Differs from embedded hardware (MATLAB Host)
|
|
* Code generation objectives: Unspecified
|
|
* Validation result: Not run
|
|
*/
|
|
|
|
#ifndef Model_actuator_private_h_
|
|
#define Model_actuator_private_h_
|
|
#include <stdbool.h>
|
|
#include <stdint.h>
|
|
#include "Model_actuator_types.h"
|
|
#include "Model_actuator.h"
|
|
|
|
extern double look1_binlx(double u0, const double bp0[], const double table[],
|
|
uint32_t maxIndex);
|
|
|
|
#endif /* Model_actuator_private_h_ */
|
|
|
|
/*
|
|
* File trailer for generated code.
|
|
*
|
|
* [EOF]
|
|
*/
|