CARLA
Unreal
CarlaUE4
Plugins
Carla
Source
Carla
Server
CarlaServerResponse.h
Go to the documentation of this file.
1
// Copyright (c) 2020 Computer Vision Center (CVC) at the Universitat Autonoma
2
// de Barcelona (UAB).
3
//
4
// This work is licensed under the terms of the MIT license.
5
// For a copy, see <https://opensource.org/licenses/MIT>.
6
7
#pragma once
8
9
enum class
ECarlaServerResponse
10
{
11
Success
,
12
ActorNotFound
,
13
ActorTypeMismatch
,
14
FunctionNotSupported
,
15
NullActor
,
16
MissingActor
,
17
NotAVehicle
,
18
WalkerDead
,
19
NotAWalker
,
20
WalkerIncompatibleController
,
21
AutoPilotNotSupported
,
22
CarSimPluginNotEnabled
,
23
NotATrafficLight
,
24
FunctionNotAvailiableWhenDormant
25
};
26
27
FString
CarlaGetStringError
(
ECarlaServerResponse
Response);
ECarlaServerResponse::NullActor
ECarlaServerResponse::CarSimPluginNotEnabled
ECarlaServerResponse::MissingActor
ECarlaServerResponse::Success
ECarlaServerResponse::NotAWalker
CarlaGetStringError
FString CarlaGetStringError(ECarlaServerResponse Response)
Definition:
CarlaServerResponse.cpp:9
ECarlaServerResponse::AutoPilotNotSupported
ECarlaServerResponse
ECarlaServerResponse
Definition:
CarlaServerResponse.h:9
ECarlaServerResponse::WalkerIncompatibleController
ECarlaServerResponse::WalkerDead
ECarlaServerResponse::NotATrafficLight
ECarlaServerResponse::FunctionNotSupported
ECarlaServerResponse::ActorNotFound
ECarlaServerResponse::ActorTypeMismatch
ECarlaServerResponse::FunctionNotAvailiableWhenDormant
ECarlaServerResponse::NotAVehicle
Generated by
1.8.13