• 大小: 345KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-06-06
  • 语言: 其他
  • 标签: SIL  Simuln  

资源简介

软件在环测试 (Software in-The-Loop Test )SIL测试的目的就是为了验证自动生成的代码和用于代码生成的模型中行为上是一致的。

资源截图

代码片段和文件信息

/*
 * File: blink_LED.c
 *
 * Code generated for Simulink model ‘blink_LED‘.
 *
 * Model version                  : 1.18
 * Simulink Coder version         : 8.12 (R2017a) 16-Feb-2017
 * C/C++ source code generated on : Sat Apr 06 21:20:00 2019
 *
 * Target selection: ert.tlc
 * embedded hardware selection: Intel->x86-32 (Windows32)
 * Code generation objectives: Unspecified
 * Validation result: Not run
 */

#include “blink_LED.h“
#include “blink_LED_private.h“

/* Block states (auto storage) */
DW_blink_LED_T blink_LED_DW;

/* External outputs (root outports fed by signals with auto storage) */
ExtY_blink_LED_T blink_LED_Y;

/* Real-time model */
RT_MODEL_blink_LED_T blink_LED_M_;
RT_MODEL_blink_LED_T *const blink_LED_M = &blink_LED_M_;

/* Model step function */
void blink_LED_step(void)
{
  boolean_T rtb_LogicalOperator;

  /* Logic: ‘/Logical Operator‘ incorporates:
   *  Constant: ‘/Constant‘
   *  UnitDelay: ‘/Unit Delay‘
   */
  rtb_LogicalOperator = !blink_LED_DW.UnitDelay_DSTATE;

  /* Outport: ‘/Out1‘ */
  blink_LED_Y.Out1 = rtb_LogicalOperator;

  /* Update for UnitDelay: ‘/Unit Delay‘ */
  blink_LED_DW.UnitDelay_DSTATE = rtb_LogicalOperator;
}

/* Model initialize function */
void blink_LED_initialize(void)
{
  /* Registration code */

  /* initialize error status */
  rtmSetErrorStatus(blink_LED_M (NULL));

  /* states (dwork) */
  (void) memset((void *)&blink_LED_DW 0
                sizeof(DW_blink_LED_T));

  /* external outputs */
  blink_LED_Y.Out1 = false;
}

/* Model terminate function */
void blink_LED_terminate(void)
{
  /* (no terminate code required) */
}

/*
 * File trailer for generated code.
 *
 * [EOF]
 */

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2019-04-06 21:53  3.4SIL_Test\
     文件       18875  2019-04-06 21:22  3.4SIL_Test\blink_LED.slx
     目录           0  2019-04-06 21:20  3.4SIL_Test\blink_LED_ert_rtw\
     文件        1768  2019-04-06 21:20  3.4SIL_Test\blink_LED_ert_rtw\blink_LED.c
     文件        2784  2019-04-06 21:20  3.4SIL_Test\blink_LED_ert_rtw\blink_LED.h
     文件         680  2019-04-06 21:20  3.4SIL_Test\blink_LED_ert_rtw\blink_LED_private.h
     文件           0  2019-04-06 21:20  3.4SIL_Test\blink_LED_ert_rtw\blink_LED_ref.rsp
     文件         750  2019-04-06 21:20  3.4SIL_Test\blink_LED_ert_rtw\blink_LED_types.h
     文件        9787  2019-04-06 21:20  3.4SIL_Test\blink_LED_ert_rtw\buildInfo.mat
     文件        2543  2019-04-06 21:20  3.4SIL_Test\blink_LED_ert_rtw\codeInfo.mat
     文件      189440  2019-04-06 21:20  3.4SIL_Test\blink_LED_ert_rtw\codedescriptor.dmr
     文件         200  2019-04-06 21:20  3.4SIL_Test\blink_LED_ert_rtw\defines.txt
     文件        3125  2019-04-06 21:20  3.4SIL_Test\blink_LED_ert_rtw\ert_main.c
     目录           0  2019-04-06 21:20  3.4SIL_Test\blink_LED_ert_rtw\html\
     文件       10410  2019-04-06 21:20  3.4SIL_Test\blink_LED_ert_rtw\html\blink_LED_c.html
     文件        1768  2019-04-06 21:20  3.4SIL_Test\blink_LED_ert_rtw\html\blink_LED_codegen_rpt.html
     文件        7560  2019-04-06 21:20  3.4SIL_Test\blink_LED_ert_rtw\html\blink_LED_contents.html
     文件       14005  2019-04-06 21:20  3.4SIL_Test\blink_LED_ert_rtw\html\blink_LED_h.html
     文件        5828  2019-04-06 21:20  3.4SIL_Test\blink_LED_ert_rtw\html\blink_LED_interface.html
     文件         738  2019-04-06 21:20  3.4SIL_Test\blink_LED_ert_rtw\html\blink_LED_metrics.html
     文件        3761  2019-04-06 21:20  3.4SIL_Test\blink_LED_ert_rtw\html\blink_LED_private_h.html
     文件         693  2019-04-06 21:20  3.4SIL_Test\blink_LED_ert_rtw\html\blink_LED_replacements.html
     文件        2935  2019-04-06 21:20  3.4SIL_Test\blink_LED_ert_rtw\html\blink_LED_subsystems.html
     文件        3257  2019-04-06 21:20  3.4SIL_Test\blink_LED_ert_rtw\html\blink_LED_survey.html
     文件        4174  2019-04-06 21:20  3.4SIL_Test\blink_LED_ert_rtw\html\blink_LED_trace.html
     文件        1079  2019-04-06 21:20  3.4SIL_Test\blink_LED_ert_rtw\html\blink_LED_traceInfo.js
     文件        4165  2019-04-06 21:20  3.4SIL_Test\blink_LED_ert_rtw\html\blink_LED_types_h.html
     目录           0  2019-04-06 21:20  3.4SIL_Test\blink_LED_ert_rtw\html\css\
     文件        3890  2016-04-29 11:46  3.4SIL_Test\blink_LED_ert_rtw\html\css\coder_app.css
     文件        5647  2019-04-06 21:20  3.4SIL_Test\blink_LED_ert_rtw\html\define.js
     文件       14424  2019-04-06 21:20  3.4SIL_Test\blink_LED_ert_rtw\html\ert_main_c.html
............此处省略72个文件信息

评论

共有 条评论