CARLA
Enumerations | Functions
CarlaServerResponse.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  ECarlaServerResponse {
  ECarlaServerResponse::Success, ECarlaServerResponse::ActorNotFound, ECarlaServerResponse::ActorTypeMismatch, ECarlaServerResponse::FunctionNotSupported,
  ECarlaServerResponse::NullActor, ECarlaServerResponse::MissingActor, ECarlaServerResponse::NotAVehicle, ECarlaServerResponse::WalkerDead,
  ECarlaServerResponse::NotAWalker, ECarlaServerResponse::WalkerIncompatibleController, ECarlaServerResponse::AutoPilotNotSupported, ECarlaServerResponse::CarSimPluginNotEnabled,
  ECarlaServerResponse::NotATrafficLight, ECarlaServerResponse::FunctionNotAvailiableWhenDormant
}
 

Functions

FString CarlaGetStringError (ECarlaServerResponse Response)
 

Enumeration Type Documentation

◆ ECarlaServerResponse

enum ECarlaServerResponse
strong
Enumerator
Success 
ActorNotFound 
ActorTypeMismatch 
FunctionNotSupported 
NullActor 
MissingActor 
NotAVehicle 
WalkerDead 
NotAWalker 
WalkerIncompatibleController 
AutoPilotNotSupported 
CarSimPluginNotEnabled 
NotATrafficLight 
FunctionNotAvailiableWhenDormant 

Definition at line 9 of file CarlaServerResponse.h.

Function Documentation

◆ CarlaGetStringError()

FString CarlaGetStringError ( ECarlaServerResponse  Response)

Definition at line 9 of file CarlaServerResponse.cpp.

References ActorNotFound, ActorTypeMismatch, AutoPilotNotSupported, CarSimPluginNotEnabled, FunctionNotAvailiableWhenDormant, MissingActor, NotATrafficLight, NotAVehicle, NotAWalker, NullActor, Success, WalkerDead, and WalkerIncompatibleController.

Referenced by RespondError().

+ Here is the caller graph for this function: