CARLA
 
载入中...
搜索中...
未找到
函数
FrameData.cpp 文件参考
#include "FrameData.h"
#include "Carla/Game/CarlaEpisode.h"
#include "Carla/Actor/CarlaActor.h"
#include "Carla/Game/CarlaEngine.h"
#include "Carla/Traffic/TrafficLightController.h"
#include "Carla/Traffic/TrafficLightGroup.h"
#include "Carla/MapGen/LargeMapManager.h"
#include "Carla/Game/CarlaStatics.h"
#include "Carla/Settings/CarlaSettings.h"
#include "Carla/Lights/CarlaLightSubsystem.h"
#include <compiler/disable-ue4-macros.h>
#include "carla/rpc/VehicleLightState.h"
#include <compiler/enable-ue4-macros.h>
+ FrameData.cpp 的引用(Include)关系图:

浏览源代码.

函数

 for (const CarlaRecorderAnimBiker &AnimBiker :Bikers.GetBikers())
 
 for (const CarlaRecorderAnimVehicle &AnimVehicle :Vehicles.GetVehicles())
 
 for (const CarlaRecorderAnimWalker &AnimWalker :Walkers.GetWalkers())
 
 for (const CarlaRecorderAnimWheels &AnimWheel :Wheels.GetVehicleWheels())
 
 for (const CarlaRecorderEventAdd &EventAdd :EventsAdd.GetEvents())
 
 for (const CarlaRecorderEventDel &EventDel :EventsDel.GetEvents())
 
 for (const CarlaRecorderLightScene &Light :LightScenes.GetLights())
 
 for (const CarlaRecorderLightVehicle &LightVehicle :LightVehicles.GetLightVehicles())
 
 for (const CarlaRecorderPosition &Position :Positions.GetPositions())
 
 for (const CarlaRecorderStateTrafficLight &State :States.GetStates())
 
 SetFrameCounter ()
 

函数说明

◆ for() [1/10]

for ( const CarlaRecorderAnimBiker &AnimBiker :Bikers. GetBikers())

在文件 FrameData.cpp170 行定义.

引用了 AnimBiker , 以及 CarlaRecorderAnimBiker::DatabaseId.

◆ for() [2/10]

for ( const CarlaRecorderAnimVehicle &AnimVehicle :Vehicles. GetVehicles())

在文件 FrameData.cpp149 行定义.

引用了 AnimVehicle, CarlaRecorderAnimVehicle::DatabaseId , 以及 Vehicle.

◆ for() [3/10]

for ( const CarlaRecorderAnimWalker &AnimWalker :Walkers. GetWalkers())

在文件 FrameData.cpp163 行定义.

引用了 AnimWalker , 以及 CarlaRecorderAnimWalker::DatabaseId.

◆ for() [4/10]

for ( const CarlaRecorderAnimWheels &AnimWheel :Wheels. GetVehicleWheels())

在文件 FrameData.cpp156 行定义.

引用了 CarlaRecorderAnimWheels::DatabaseId.

◆ for() [5/10]

for ( const CarlaRecorderEventAdd &EventAdd :EventsAdd. GetEvents())

在文件 FrameData.cpp90 行定义.

引用了 EventAdd , 以及 UE_LOG().

+ 函数调用图:

◆ for() [6/10]

for ( const CarlaRecorderEventDel &EventDel :EventsDel. GetEvents())

在文件 FrameData.cpp125 行定义.

引用了 EventDel.

◆ for() [7/10]

for ( const CarlaRecorderLightScene &Light :LightScenes. GetLights())

在文件 FrameData.cpp184 行定义.

◆ for() [8/10]

for ( const CarlaRecorderLightVehicle &LightVehicle :LightVehicles. GetLightVehicles())

在文件 FrameData.cpp177 行定义.

引用了 CarlaRecorderLightVehicle::DatabaseId.

◆ for() [9/10]

for ( const CarlaRecorderPosition &Position :Positions. GetPositions())

在文件 FrameData.cpp131 行定义.

引用了 CarlaRecorderPosition::DatabaseId , 以及 Position.

◆ for() [10/10]

for ( const CarlaRecorderStateTrafficLight &State :States. GetStates())

在文件 FrameData.cpp142 行定义.

引用了 CarlaRecorderStateTrafficLight::DatabaseId , 以及 State.

◆ SetFrameCounter()

SetFrameCounter ( )