Changes between Initial Version and Version 1 of Ticket #3857, comment 14


Ignore:
Timestamp:
2016-05-12T20:48:09Z (9 years ago)
Author:
Adrian Pop

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3857, comment 14

    initial v1  
    33In generated XML(given below) for the below Model. The tag
    44<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">
    66
    7 {{{
     7{{{#!xml
    88<fun:FunctionList>
    99    <fun:Function>
     
    6262
    6363
    64 {{{
     64{{{#!mo
    6565model HysteresisEmbeddedControlNoWhen "A control strategy that uses embedded C code"
    6666  type HeatCapacitance = Real(unit = "J/K");
     
    8383with Funtion
    8484
    85 {{{
     85{{{#!mo
    8686function computeHeat "Modelica wrapper for an embedded C controller"
    8787  input Real T;
     
    9595and C Code-
    9696
    97 {{{
     97{{{#!c
    9898#ifndef _COMPUTE_HEAT_C_
    9999#define _COMPUTE_HEAT_C_