Carma-platform v4.2.0
CARMA Platform is built on robot operating system (ROS) and utilizes open source software (OSS) that enables Cooperative Driving Automation (CDA) features to allow Automated Driving Systems to interact and cooperate with infrastructure and other vehicles through communication.
approaching_emergency_vehicle_states.hpp File Reference
#include <ostream>
Include dependency graph for approaching_emergency_vehicle_states.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  approaching_emergency_vehicle_plugin
 

Enumerations

enum class  approaching_emergency_vehicle_plugin::ApproachingEmergencyVehicleState { approaching_emergency_vehicle_plugin::NO_APPROACHING_ERV , approaching_emergency_vehicle_plugin::MOVING_OVER_FOR_APPROACHING_ERV , approaching_emergency_vehicle_plugin::SLOWING_DOWN_FOR_ERV }
 Enum describing the possible states of the ApproachingEmergencyVehiclePlugin (Strategic Plugin) More...
 
enum class  approaching_emergency_vehicle_plugin::ApproachingEmergencyVehicleEvent {
  approaching_emergency_vehicle_plugin::ERV_UPDATE_TIMEOUT , approaching_emergency_vehicle_plugin::NO_APPROACHING_ERV , approaching_emergency_vehicle_plugin::APPROACHING_ERV_IN_PATH , approaching_emergency_vehicle_plugin::APPROACHING_ERV_NOT_IN_PATH ,
  approaching_emergency_vehicle_plugin::ERV_PASSING_IN_PATH , approaching_emergency_vehicle_plugin::ERV_PASSED
}
 Enum describing the possible signals to change the current ApproachingEmergencyVehicleState. More...
 

Functions

std::ostream & approaching_emergency_vehicle_plugin::operator<< (std::ostream &os, ApproachingEmergencyVehicleState state)
 Stream operator for ApproachingEmergencyVehicleState enum. More...
 
std::ostream & approaching_emergency_vehicle_plugin::operator<< (std::ostream &os, ApproachingEmergencyVehicleEvent event)
 Stream operator for ApproachingEmergencyVehicleEvent enum. More...