Until now, we have glossed over the operations of the translation’s runtime component. We have described some of its functions, but have not said how it accomplishes anything. No longer! In this chapter, we explain how code for managing model execution works and the important role it plays in generating a running program.
Our focus remains on getting the air traffic control model to run, so this chapter discusses the model execution of our target platform. With the means ...