Class FleetUpdateHandle::SpeedLimitRequest
Defined in File FleetUpdateHandle.hpp
Nested Relationships
This class is a nested type of Class FleetUpdateHandle.
Class Documentation
-
class SpeedLimitRequest
A class used to describe speed limit imposed on lanes.
Public Functions
-
SpeedLimitRequest(std::size_t lane_index, double speed_limit)
Constructor
- Parameters:
lane_index – [in] The index of the lane to impose a speed limit upon.
speed_limit – [in] The speed limit to be imposed for this lane.
-
std::size_t lane_index() const
Get the lane_index.
-
double speed_limit() const
Get the speed_limit.
-
SpeedLimitRequest(std::size_t lane_index, double speed_limit)