37 lines
1.0 KiB
C
37 lines
1.0 KiB
C
/*
|
|
* File: Model_actuator_private.h
|
|
*
|
|
* Code generated for Simulink model 'Model_actuator'.
|
|
*
|
|
* Model version : 1.538
|
|
* Simulink Coder version : 24.1 (R2024a) 19-Nov-2023
|
|
* C/C++ source code generated on : Fri Dec 19 14:23:04 2025
|
|
*
|
|
* 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 void IfActionSubsystem2(int8_t rtu_stepIn, int8_t *rty_step, uint8_t
|
|
rtd_autos_set_loc[9], uint8_t rtd_coils_stop_set_loc[9], uint8_t rtd_com_loc[9],
|
|
uint8_t rtd_lnoise_set_loc[9], uint8_t rtd_speed_set_loc[9], uint8_t
|
|
rtd_stall_set_loc[9]);
|
|
|
|
#endif /* Model_actuator_private_h_ */
|
|
|
|
/*
|
|
* File trailer for generated code.
|
|
*
|
|
* [EOF]
|
|
*/
|