Changes between Initial Version and Version 1 of Ticket #3857, comment 14
- Timestamp:
- 2016-05-12T20:48:09Z (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3857, comment 14
initial v1 3 3 In generated XML(given below) for the below Model. The tag 4 4 <fun:OutputVariable type="real"> each time does not follow the schema and should instead be 5 <fun:OutputVariable type="' ''r'''eal">5 <fun:OutputVariable type="'Real"> 6 6 7 {{{ 7 {{{#!xml 8 8 <fun:FunctionList> 9 9 <fun:Function> … … 62 62 63 63 64 {{{ 64 {{{#!mo 65 65 model HysteresisEmbeddedControlNoWhen "A control strategy that uses embedded C code" 66 66 type HeatCapacitance = Real(unit = "J/K"); … … 83 83 with Funtion 84 84 85 {{{ 85 {{{#!mo 86 86 function computeHeat "Modelica wrapper for an embedded C controller" 87 87 input Real T; … … 95 95 and C Code- 96 96 97 {{{ 97 {{{#!c 98 98 #ifndef _COMPUTE_HEAT_C_ 99 99 #define _COMPUTE_HEAT_C_