The directory structure of DEVS++ verion 1.4.1is as follows.
+-DEVSpp
+- Doc
+- Examples
...
This appendix covers the three folders: DEVSpp,
DEVSpp/Doc, and DEVSpp/Examples. DEVSpp
contains header files and cpp source files of DEVS++ as well as
the project file and the solution file of Microsoft Visual Studio.
DEVSpp/Doc contains this document file.
DEVSpp/Examples includes example folders:
Ex_ClientServer, Ex_Monorail, Ex_PingPong,
Ex_Template, Ex_Timer, Ex_VendingMachine.
All of examples are addressed in this document except
Ex_Template which provides a template whose settings can be
used as the starting point for the reader's own project (using
copying and modifying). The source code used in Ex_Template
is the same as in Ex_PingPong.
As of May 7, 2007, we had tested the compilation of DEVS++ only in Microsoft Visual Studio
2005
.