next up previous contents index
Next: Structure of DEVS++ Up: Building Ping-Pong Game using Previous: (16) Making a simulation   Contents   Index

(17) Running the console menu

We can use the console menu of SRTEngine by calling RunConsoleMenu(). After that, we will see the following screen on the selected console.

DEVS++: C++ Open Source of DEVS Implementation, (C) 2005~2007,
http://odevspp.sourceforge.net
The current date is 02/09/07
The current time is 11:42:26

scale, step, run, mrun, [p]ause, pause_at, [c]ontinue, reset,
rerun, [i]nject, dtmode, animode, print, cls, log, [e]xit
>

The first part shows the header of DEVS++ and current data and time. The second part shows the available command set. Even we don't have clear idea of each command, let's try`` run'' and then ``exit''.

The detailed information of each command will be provided in Section 2.3.



MHHwang 2007-05-07