CARLA
 
载入中...
搜索中...
未找到
函数
TrafficLightBase.cpp 文件参考
#include "Carla.h"
#include "TrafficLightBase.h"
#include "Carla/Game/CarlaStatics.h"
#include "Vehicle/CarlaWheeledVehicle.h"
#include "Vehicle/WheeledVehicleAIController.h"
+ TrafficLightBase.cpp 的引用(Include)关系图:

浏览源代码.

函数

static bool IsValid (const ACarlaWheeledVehicle *Vehicle)
 
static ETrafficSignState ToTrafficSignState (ETrafficLightState State)
 

函数说明

◆ IsValid()

static bool IsValid ( const ACarlaWheeledVehicle * Vehicle)
static

在文件 TrafficLightBase.cpp17 行定义.

引用了 Vehicle.

被这些函数引用 ACarlaWheeledVehicle::AddReferenceToManager(), AVegetationManager::AddVehicle(), UCarlaSettingsDelegate::ApplyQualityLevelPreRestart(), ASceneCaptureSensor::BeginPlay(), UCarlaSettingsDelegate::CheckCarlaSettings(), AVegetationManager::CheckForNewTiles(), ALargeMapManager::CheckIfRebaseIsNeeded(), AVegetationManager::CreateOrUpdateTileCache(), AVegetationManager::CreatePoolForBPClass(), UTaggedComponent::CreateSceneProxy(), AVegetationManager::FreeTileCache(), URoadMap::GetDataAt(), ALargeMapManager::GetHeroVehicle(), AVegetationManager::GetTilesInUse(), ATrafficLightBase::NotifyWheeledVehicle(), UCarlaSettingsDelegate::OnActorSpawned(), ALargeMapManager::OnActorSpawned(), ACollisionSensor::OnCollisionEvent(), UTaggedComponent::OnRegister(), ACityMapMeshHolder::PostInitializeComponents(), ALargeMapManager::PrintMapInfo(), ACarlaWheeledVehicle::RemoveReferenceToManager(), AVegetationManager::RemoveVehicle(), UCarlaSettingsDelegate::SetActorComponentsDrawDistance(), UCarlaSettingsDelegate::SetAllActorsDrawDistance(), UCarlaSettingsDelegate::SetAllLights(), UCarlaSettingsDelegate::SetAllRoads(), UTaggedComponent::SetColor(), AVegetationManager::SetInstancedStaticMeshComponentCache(), AVegetationManager::SetMaterialCache(), ACollisionSensor::SetOwner(), UCarlaSettingsDelegate::SetPostProcessEffectsEnabled(), AVegetationManager::SpawnSkeletalFoliages(), ATagger::TagActor(), AVegetationManager::Tick(), ATrafficLightBase::UnNotifyWheeledVehicle(), AVegetationManager::UpdateFoliageBlueprintCache(), ALargeMapManager::UpdateTilesState() , 以及 carla::client::ServerSideSensor::~ServerSideSensor().

+ 这是这个函数的调用关系图:

◆ ToTrafficSignState()

static ETrafficSignState ToTrafficSignState ( ETrafficLightState State)
static

在文件 TrafficLightBase.cpp22 行定义.

引用了 State, TrafficLightGreen, TrafficLightRed , 以及 TrafficLightYellow.