next up previous contents index
Next: Modification to the Swarm Up: C++ model Objective-C design Previous: The construction of an   Contents   Index

Four steps for C++ model $\leftrightarrow $ Objective-C application generation

Given a C++ model, we need to go through the four steps of transformation (as shown in Figure 12) in order to generate a final application that will run under both the C++ and Objective-C environments. Figure 13 shows the details of the steps involved for final user application generation. Since this can be managed automatically via the make process, this complexity is not visible to the programmer.

Figure 12: Four step for C++ $\leftrightarrow $ Objective-C application generation
\begin{figure}\begin{enumerate}
\item Parse C++ model using Classdesc
\item Crea...
...te interface files
\item Generate final application
\end{enumerate}
\end{figure}

Figure 13: C++ $\leftrightarrow $ Objective-C application generation flow diagram
\begin{figure}\epsfbox{fig12.eps}\end{figure}



Russell Standish 2016-09-02