rtwmsg.html 1.9 KB

12345678910111213141516171819202122232425262728293031
  1. <html>
  2. <head>
  3. <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
  4. <title>Block-to-Code Highlighting Message</title>
  5. <link rel="stylesheet" type="text/css" href="rtwreport.css" />
  6. </head>
  7. <body onload="if (top.rtwDisplayMessage) top.rtwDisplayMessage();">
  8. <h1>Block-to-Code Highlighting Message</h1>
  9. <p id="rtwMsg_notTraceable" style="display: none">
  10. <img src=hilite_warning.png vspace="3px" align="top" />For '%s', you cannot trace code from the model because there is no traceability information.
  11. </p>
  12. <p id="rtwMsg_virtualBlock" style="display: none">
  13. <img src=hilite_warning.png vspace="3px" align="top" />'%s' is a virtual block. Code is not generated for virtual blocks.
  14. </p>
  15. <p id="rtwMsg_reducedBlock" style="display: none">
  16. <img src=hilite_warning.png vspace="3px" align="top" />'%s' is reduced during model compilation. Code is not generated for reduced blocks.
  17. </p>
  18. <p id="rtwMsg_reusableFunction" style="display: none">
  19. <img src=hilite_warning.png vspace="3px" align="top" />Code for '%s' is from reusable function and cannot be traced.
  20. </p>
  21. <p id="rtwMsg_blockOutsideSystem" style="display: none">
  22. <img src=hilite_warning.png vspace="3px" align="top" />'%s' is outside of source subsystem and cannot be traced.
  23. </p>
  24. <p id="rtwMsg_illegalCharacter" style="display: none">
  25. <img src=hilite_warning.png vspace="3px" align="top" />'%s' contains illegal character (single quote) that disables model-to-code navigation. Remove single quote from block name and rebuild model.
  26. </p>
  27. <p id="rtwMsg_maskedSubSystem" style="display: none">
  28. <img src=hilite_warning.png vspace="3px" align="top" />'%s' is a masked subsystem and cannot be traced at the subsystem block level. Traceability information is available for individual blocks under the mask.
  29. </p>
  30. </body>
  31. </html>