39 lines
1.1 KiB
C
39 lines
1.1 KiB
C
/*
|
|
* File: HVAC_model_private.h
|
|
*
|
|
* Code generated for Simulink model 'HVAC_model'.
|
|
*
|
|
* Model version : 1.604
|
|
* Simulink Coder version : 24.1 (R2024a) 19-Nov-2023
|
|
* C/C++ source code generated on : Fri Feb 13 13:56:38 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 MAXPOSITION(int16_t rty_y[9]);
|
|
extern void MAXPOSITION1(int8_t rty_y[9]);
|
|
extern void MAXPOSITION_l(const double rtu_step[9], double rty_y[9]);
|
|
|
|
#endif /* HVAC_model_private_h_ */
|
|
|
|
/*
|
|
* File trailer for generated code.
|
|
*
|
|
* [EOF]
|
|
*/
|