сделан редактор кода оболочки прямо в маске

This commit is contained in:
2025-06-09 10:14:42 +03:00
parent 25da0591b4
commit 47365da124
10 changed files with 104 additions and 221 deletions

View File

@@ -152,9 +152,11 @@ void SIM_deInitialize_Simulation(void);
/* Read inputs S-function */
void MCU_readInputs(SimStruct* S);
void app_readInputs(real_T* in);
/* Write pre-outputs S-function (out_buff states) */
void MCU_writeOutputs(SimStruct* S);
void app_writeOutputBuffer(real_T* disc);
/* Write outputs of block of S-Function*/
void SIM_writeOutput(SimStruct* S);