Agrarsense
Enumerations
SimulationPhase.h File Reference
#include "CoreMinimal.h"
Include dependency graph for SimulationPhase.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum class  ESimulationPhase : uint8 {
  Starting = 0 , Normal = 1 , Garage = 2 , SensorManagement = 5 ,
  AssetPlacement = 3 , ManualVehicleControl = 4
}
 

Enumeration Type Documentation

◆ ESimulationPhase

enum class ESimulationPhase : uint8
strong

Phases/scenarios of simulation (starting, normal, garage etc.)

Enumerator
Starting 
Normal 
Garage 
SensorManagement 
AssetPlacement 
ManualVehicleControl 

Definition at line 14 of file SimulationPhase.h.