SUMO - Simulation of Urban MObility
|
A few system-specific functions. More...
#include <SysUtils.h>
Static Public Member Functions | |
static long | getCurrentMillis () |
Returns the current time in milliseconds. More... | |
static unsigned long | runHiddenCommand (const std::string &cmd) |
run a shell command without popping up any windows (particuarly on win32) More... | |
A few system-specific functions.
Definition at line 41 of file SysUtils.h.
|
static |
Returns the current time in milliseconds.
Definition at line 50 of file SysUtils.cpp.
Referenced by NLBuilder::build(), CHRouter< E, V, PF >::buildContractionHierarchy(), MSNet::closeBuilding(), MSNet::closeSimulation(), SUMOAbstractRouter< E, PedestrianTrip< E, N > >::endQuery(), NLBuilder::load(), GUIRunThread::run(), MSNet::simulationStep(), and SUMOAbstractRouter< E, PedestrianTrip< E, N > >::startQuery().
|
static |
run a shell command without popping up any windows (particuarly on win32)
Definition at line 75 of file SysUtils.cpp.
References INFINITE.
Referenced by GUIApplicationWindow::checkGamingEvents().