#include <SensorManager.h>
Collaboration diagram for FSensorManager:Public Member Functions | |
| void | DeRegisterSensor (ASensor *Sensor) |
| void | PostPhysTick (UWorld *World, ELevelTick TickType, float DeltaSeconds) |
| void | RegisterSensor (ASensor *Sensor) |
Private Attributes | |
| TArray< ASensor * > | SensorList |
Definition at line 11 of file SensorManager.h.
| void FSensorManager::DeRegisterSensor | ( | ASensor * | Sensor | ) |
Definition at line 15 of file SensorManager.cpp.
References SensorList.
Referenced by ASensor::EndPlay().
Here is the caller graph for this function:| void FSensorManager::PostPhysTick | ( | UWorld * | World, |
| ELevelTick | TickType, | ||
| float | DeltaSeconds | ||
| ) |
Definition at line 20 of file SensorManager.cpp.
References SensorList.
Referenced by FCarlaEngine::OnPostTick().
Here is the caller graph for this function:| void FSensorManager::RegisterSensor | ( | ASensor * | Sensor | ) |
Definition at line 10 of file SensorManager.cpp.
References SensorList.
Referenced by ASensor::BeginPlay().
Here is the caller graph for this function:
|
private |
Definition at line 24 of file SensorManager.h.
Referenced by DeRegisterSensor(), PostPhysTick(), and RegisterSensor().
1.8.13