Agrarsense
|
#include "CoreMinimal.h"
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 } |
|
strong |
Phases/scenarios of simulation (starting, normal, garage etc.)
Enumerator | |
---|---|
Starting | |
Normal | |
Garage | |
SensorManagement | |
AssetPlacement | |
ManualVehicleControl |
Definition at line 14 of file SimulationPhase.h.