$darkmode
lane_sensor_functional.hpp File Reference
#include <functional>
#include <memory>
#include <string>
#include <cloe/component/lane_boundary.hpp>
#include <cloe/component/lane_sensor.hpp>
Include dependency graph for lane_sensor_functional.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cloe::LaneBoundarySensorFilter
 

Typedefs

using cloe::LaneBoundaryFilter = std::function< bool(const LaneBoundary &)>
 

Detailed Description

See also
cloe/component/lane_sensor.hpp
cloe/component/lane_boundary.hpp

This file provides definitions for common functional idioms with respect to LaneBoundaries and LaneBoundarySensors.

Typedef Documentation

◆ LaneBoundaryFilter

using cloe::LaneBoundaryFilter = typedef std::function<bool(const LaneBoundary&)>

LaneBoundaryFilter shall return true for any LaneBoundary that should be yielded, and false for every LaneBoundary that should be skipped.