The interface for cEnvir objects that can be instantiated as a user interface like Cmdenv and Tkenv. More...
#include <cenvir.h>
Public Member Functions | |
virtual int | run (int argc, char *argv[], cConfiguration *cfg)=0 |
The interface for cEnvir objects that can be instantiated as a user interface like Cmdenv and Tkenv.
virtual int cRunnableEnvir::run | ( | int | argc, | |
char * | argv[], | |||
cConfiguration * | cfg | |||
) | [pure virtual] |
Runs the user interface.
The return value will become the exit code of the simulation program.