Simulink UCGN Hello World

From UcgnWiki

Jump to: navigation, search
(Created page with 'Up: Main Page ---- == Overview == The '''SimulinkUcgnDistribution''' contains a "Hello World" example, in the simulink/Examples/HelloWorld subfolder. You will find a simpl…')
Line 56: Line 56:
Here is an excerpt from the header file '''TST_HelloWorldModel.h'''
Here is an excerpt from the header file '''TST_HelloWorldModel.h'''
-
<pre>
+
<source lang="c">
/******************************************************************************/
/******************************************************************************/
/*
/*
Line 69: Line 69:
                               GBL_Types_UInt32                            *PilotRecommendation); /* Output */
                               GBL_Types_UInt32                            *PilotRecommendation); /* Output */
-
</pre>
+
</source>
And a section from the source file '''TST_HelloWorldModel.c''':
And a section from the source file '''TST_HelloWorldModel.c''':

Revision as of 20:07, 22 June 2010

Personal tools