![]() |
SUMO - Simulation of Urban MObility
|
Go to the source code of this file.
Functions | |
const RGBColor & | getLinkColor (const LinkState &ls) |
Variables | |
bool | gDebugFlag1 = false |
global utility flags for debugging More... | |
bool | gDebugFlag2 = false |
bool | gDebugFlag3 = false |
bool | gDebugFlag4 = false |
std::string | gDebugSelectedVehicle = "" |
const RGBColor | SUMO_color_ALLWAY_STOP (0, 0, 192) |
const RGBColor | SUMO_color_DEADEND (0, 0, 0) |
const RGBColor | SUMO_color_EQUAL (128, 128, 128) |
const RGBColor | SUMO_color_MAJOR (255, 255, 255) |
const RGBColor | SUMO_color_MINOR (51, 51, 51) |
const RGBColor | SUMO_color_STOP (128, 0, 128) |
const RGBColor | SUMO_color_TL_GREEN_MAJOR (0, 255, 0) |
const RGBColor | SUMO_color_TL_GREEN_MINOR (0, 179, 0) |
const RGBColor | SUMO_color_TL_OFF_BLINKING (128, 64, 0) |
const RGBColor | SUMO_color_TL_OFF_NOSIGNAL (0, 255, 255) |
const RGBColor | SUMO_color_TL_RED (255, 0, 0) |
const RGBColor | SUMO_color_TL_REDYELLOW (255, 128, 0) |
const RGBColor | SUMO_color_TL_YELLOW_MAJOR (255, 255, 0) |
const RGBColor | SUMO_color_TL_YELLOW_MINOR (255, 255, 0) |
const RGBColor | SUMO_color_ZIPPER (192, 128, 64) |
Definition in file StdDefs.cpp.
Definition at line 53 of file StdDefs.cpp.
References LINKSTATE_ALLWAY_STOP, LINKSTATE_DEADEND, LINKSTATE_EQUAL, LINKSTATE_MAJOR, LINKSTATE_MINOR, LINKSTATE_STOP, LINKSTATE_TL_GREEN_MAJOR, LINKSTATE_TL_GREEN_MINOR, LINKSTATE_TL_OFF_BLINKING, LINKSTATE_TL_OFF_NOSIGNAL, LINKSTATE_TL_RED, LINKSTATE_TL_REDYELLOW, LINKSTATE_TL_YELLOW_MAJOR, LINKSTATE_TL_YELLOW_MINOR, LINKSTATE_ZIPPER, SUMO_color_ALLWAY_STOP, SUMO_color_DEADEND, SUMO_color_EQUAL, SUMO_color_MAJOR, SUMO_color_MINOR, SUMO_color_STOP, SUMO_color_TL_GREEN_MAJOR, SUMO_color_TL_GREEN_MINOR, SUMO_color_TL_OFF_BLINKING, SUMO_color_TL_OFF_NOSIGNAL, SUMO_color_TL_RED, SUMO_color_TL_REDYELLOW, SUMO_color_TL_YELLOW_MAJOR, SUMO_color_TL_YELLOW_MINOR, and SUMO_color_ZIPPER.
Referenced by GNEInternalLane::colorForLinksState(), GUILane::drawLane2LaneConnections(), GUILane::drawLinkRule(), and GUITLLogicPhasesTrackerWindow::drawValues().
bool gDebugFlag1 = false |
global utility flags for debugging
Definition at line 91 of file StdDefs.cpp.
Referenced by NBNode::buildCrossings(), NBNode::buildWalkingAreas(), MSLaneChangerSublane::checkChangeSublane(), NBNode::checkCrossing(), NBEdge::getCrossingAngle(), NBNode::getEdgesSortedByAngleAtNodeCenter(), MSLaneChangerSublane::getLeaders(), NBNode::guessCrossings(), ISNAN(), MSPModel_Striping::PState::mergeObstacles(), MSPModel_Striping::moveInDirectionOnLane(), and MSLink::writeApproaching().
bool gDebugFlag2 = false |
Definition at line 92 of file StdDefs.cpp.
Referenced by MSLCM_SL2015::_patchSpeed(), MSLCM_SL2015::_wantsChangeSublane(), MSLCM_SL2015::checkBlocking(), MSLCM_SL2015::checkBlockingVehicles(), MSLCM_SL2015::checkStrategicChange(), MSLCM_SL2015::inform(), MSLCM_SL2015::informFollower(), MSLCM_SL2015::informLeader(), ISNAN(), MSLCM_SL2015::keepLatGap(), MSLCM_SL2015::patchSpeed(), MSLCM_SL2015::saveBlockerLength(), MSLCM_SL2015::slowDownForBlocked(), MSLCM_SL2015::updateGaps(), and MSLCM_SL2015::wantsChangeSublane().
bool gDebugFlag3 = false |
Definition at line 93 of file StdDefs.cpp.
Referenced by ISNAN().
bool gDebugFlag4 = false |
Definition at line 94 of file StdDefs.cpp.
Referenced by ISNAN(), MSLaneChangerSublane::startChangeSublane(), and MSAbstractLaneChangeModel::updateShadowLane().
std::string gDebugSelectedVehicle = "" |
Definition at line 95 of file StdDefs.cpp.
Referenced by MSLaneChangerSublane::change(), MSLaneChanger::change(), MSVehicle::checkRewindLinkLanes(), MSVehicle::executeMove(), ISNAN(), GUIGLObjectPopupMenu::onCmdAddSelected(), MSLCM_DK2008::patchSpeed(), MSVehicle::planMoveInternal(), MSVehicle::updateBestLanes(), MSLCM_DK2008::wantsChangeToLeft(), and MSLCM_DK2008::wantsChangeToRight().
const RGBColor SUMO_color_ALLWAY_STOP(0, 0, 192) |
Referenced by getLinkColor().
const RGBColor SUMO_color_DEADEND(0, 0, 0) |
Referenced by getLinkColor().
const RGBColor SUMO_color_EQUAL(128, 128, 128) |
Referenced by getLinkColor().
const RGBColor SUMO_color_MAJOR(255, 255, 255) |
Referenced by getLinkColor().
const RGBColor SUMO_color_MINOR(51, 51, 51) |
Referenced by getLinkColor().
const RGBColor SUMO_color_STOP(128, 0, 128) |
Referenced by getLinkColor().
const RGBColor SUMO_color_TL_GREEN_MAJOR(0, 255, 0) |
Referenced by getLinkColor().
const RGBColor SUMO_color_TL_GREEN_MINOR(0, 179, 0) |
Referenced by getLinkColor().
const RGBColor SUMO_color_TL_OFF_BLINKING(128, 64, 0) |
Referenced by getLinkColor().
const RGBColor SUMO_color_TL_OFF_NOSIGNAL(0, 255, 255) |
Referenced by getLinkColor().
const RGBColor SUMO_color_TL_RED(255, 0, 0) |
Referenced by getLinkColor().
const RGBColor SUMO_color_TL_REDYELLOW(255, 128, 0) |
Referenced by getLinkColor().
const RGBColor SUMO_color_TL_YELLOW_MAJOR(255, 255, 0) |
Referenced by getLinkColor().
const RGBColor SUMO_color_TL_YELLOW_MINOR(255, 255, 0) |
Referenced by getLinkColor().
const RGBColor SUMO_color_ZIPPER(192, 128, 64) |
Referenced by getLinkColor().