47 const std::string& output,
const double jamThreshold,
const std::vector<std::string>& vTypes,
const Parameterised::Map& parameters) :
48 GNEAdditional(id, net,
GLO_CALIBRATOR,
SUMO_TAG_CALIBRATOR,
GUIIconSubSys::getIcon(
GUIIcon::
CALIBRATOR), name, {}, {edge}, {}, {}, {}, {}),
50myPositionOverLane(pos),
51myFrequency(frequency),
53myJamThreshold(jamThreshold),
56 updateCenteringBoundary(
false);
61 const std::string& output,
GNEAdditional* routeProbe,
const double jamThreshold,
const std::vector<std::string>& vTypes,
63 GNEAdditional(id, net,
GLO_CALIBRATOR,
SUMO_TAG_CALIBRATOR,
GUIIconSubSys::getIcon(
GUIIcon::
CALIBRATOR), name, {}, {edge}, {}, {routeProbe}, {}, {}),
65myPositionOverLane(pos),
66myFrequency(frequency),
68myJamThreshold(jamThreshold),
71 updateCenteringBoundary(
false);