Skip to content

Commit

Permalink
missing libtraci part ref #14807
Browse files Browse the repository at this point in the history
Signed-off-by: m-kro <[email protected]>
  • Loading branch information
m-kro committed Oct 25, 2024
1 parent 02290ab commit 760fcf6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/libtraci/ParkingArea.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ ParkingArea::getAcceptedBadges(const std::string& stopID) {
return Dom::getStringVector(libsumo::VAR_ACCESS_BADGE, stopID);
}

void
ParkingArea::setAcceptedBadges(const std::string& stopID, const std::vector<std::string>& badges) {
Dom::setStringVector(libsumo::VAR_ACCESS_BADGE, stopID, badges);
}

LIBTRACI_SUBSCRIPTION_IMPLEMENTATION(ParkingArea, PARKINGAREA)
LIBTRACI_PARAMETER_IMPLEMENTATION(ParkingArea, PARKINGAREA)

Expand Down

0 comments on commit 760fcf6

Please sign in to comment.