![]() |
Eclipse 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 long long | getModifiedTime (const std::string &fname) |
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 30 of file SysUtils.h.
|
static |
Returns the current time in milliseconds.
Definition at line 47 of file SysUtils.cpp.
Referenced by CHBuilder< E, V >::buildContractionHierarchy(), MSNet::closeBuilding(), NBNetBuilder::compute(), SUMOAbstractRouter< E, V >::endQuery(), MSNet::generateStatistics(), GUIApplicationWindow::handleEvent_SimulationStep(), GUISUMOAbstractView::paintGL(), MSNet::simulationStep(), SUMOAbstractRouter< E, V >::startQuery(), and GUIRunThread::tryStep().
|
static |
Definition at line 112 of file SysUtils.cpp.
Referenced by GUIApplicationWindow::handleEvent_SimulationLoaded().
|
static |
run a shell command without popping up any windows (particuarly on win32)
Definition at line 72 of file SysUtils.cpp.
References INFINITE.
Referenced by GUIApplicationWindow::checkGamingEvents(), GUIApplicationWindow::onCmdNetedit(), GUIApplicationWindow::onCmdNewWindow(), GNEApplicationWindow::onCmdNewWindow(), and GNEApplicationWindow::onCmdOpenSUMOGUI().