Ticket #3980: computeHeat.mo

File computeHeat.mo, 232 bytes (added by anonymous, 8 years ago)
Line 
1function computeHeat "Modelica wrapper for an embedded C controller"
2 input Real T;
3 input Real Tbar;
4 input Real Q;
5 output Real heat;
6
7 external "C" annotation(Include = "#include \"ComputeHeat.c\"");
8end computeHeat;