46 lines
1.7 KiB
C
46 lines
1.7 KiB
C
/*
|
|
* File: HVAC_model_private.h
|
|
*
|
|
* Code generated for Simulink model 'HVAC_model'.
|
|
*
|
|
* Model version : 1.613
|
|
* Simulink Coder version : 24.1 (R2024a) 19-Nov-2023
|
|
* C/C++ source code generated on : Mon Feb 16 16:08:44 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 HVAC_model_private_h_
|
|
#define HVAC_model_private_h_
|
|
#include <stdbool.h>
|
|
#include <stdint.h>
|
|
#include "HVAC_model_types.h"
|
|
#include "HVAC_model.h"
|
|
|
|
extern int16_t look1_iu16tdIs16_binlcs(uint16_t u0, const uint16_t bp0[], const
|
|
double table[], uint32_t maxIndex);
|
|
extern void IfActionSubsystem3(int8_t rtu_stepIn, int8_t *rty_step);
|
|
extern void InitialCPOSMin(double rtu_LOGGER, int8_t rtu_step, int8_t *rty_y);
|
|
extern void NormalMode(double rtu_LOGGER, int8_t rtu_step, int8_t *rty_y);
|
|
extern void MovetopositionMin(double rtu_LOGGER, int8_t rtu_step, int8_t *rty_y);
|
|
extern void MINPOSITION(int16_t rty_y[9], double rtu_LOGGER);
|
|
extern void InitialCPOSMax(double rtu_LOGGER, int8_t rtu_step, int8_t *rty_y);
|
|
extern void MovetopositionMax(int8_t rtu_step, double rtu_LOGGER, int8_t *rty_y);
|
|
extern void MINPOSITION_g(int16_t rty_y[9], double rtu_LOGGER);
|
|
extern void WriteIgnition(double rtu_LOGGER, int8_t rtu_step);
|
|
extern void IfActionSubsystem3_m(int8_t rtu_stepIn, int8_t *rty_step);
|
|
extern void IfActionSubsystem3_n(int8_t rtu_stepIn, int8_t *rty_step);
|
|
|
|
#endif /* HVAC_model_private_h_ */
|
|
|
|
/*
|
|
* File trailer for generated code.
|
|
*
|
|
* [EOF]
|
|
*/
|