![]() |
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 40 of file SysUtils.h.
|
static |
Returns the current time in milliseconds.
Definition at line 45 of file SysUtils.cpp.
Referenced by NLBuilder::build(), CHBuilder< E, V >::buildContractionHierarchy(), MSNet::closeBuilding(), MSNet::closeSimulation(), NBNetBuilder::compute(), SUMOAbstractRouter< E, IntermodalTrip< E, N, V > >::endQuery(), NLBuilder::load(), NBNetBuilder::moveToOrigin(), GUIRunThread::run(), MSNet::simulationStep(), SUMOAbstractRouter< E, IntermodalTrip< E, N, V > >::startQuery(), and NWFrame::writeNetwork().
|
static |
run a shell command without popping up any windows (particuarly on win32)
Definition at line 70 of file SysUtils.cpp.
References INFINITE.
Referenced by GUIApplicationWindow::checkGamingEvents(), and GUIApplicationWindow::onCmdNetedit().