CARLA
载入中...
搜索中...
未找到
Unreal
CarlaUE4
Plugins
Carla
Source
Carla
Server
CarlaServerResponse.h
浏览该文件的文档.
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
ComponentNotFound
,
14
ActorTypeMismatch
,
15
FunctionNotSupported
,
16
NullActor
,
17
MissingActor
,
18
NotAVehicle
,
19
WalkerDead
,
20
NotAWalker
,
21
WalkerIncompatibleController
,
22
AutoPilotNotSupported
,
23
CarSimPluginNotEnabled
,
24
NotATrafficLight
,
25
FunctionNotAvailiableWhenDormant
26
};
27
28
FString
CarlaGetStringError
(
ECarlaServerResponse
Response);
CarlaGetStringError
FString CarlaGetStringError(ECarlaServerResponse Response)
Definition
CarlaServerResponse.cpp:9
ECarlaServerResponse
ECarlaServerResponse
Definition
CarlaServerResponse.h:10
ECarlaServerResponse::WalkerDead
@ WalkerDead
ECarlaServerResponse::CarSimPluginNotEnabled
@ CarSimPluginNotEnabled
ECarlaServerResponse::WalkerIncompatibleController
@ WalkerIncompatibleController
ECarlaServerResponse::AutoPilotNotSupported
@ AutoPilotNotSupported
ECarlaServerResponse::Success
@ Success
ECarlaServerResponse::NullActor
@ NullActor
ECarlaServerResponse::FunctionNotAvailiableWhenDormant
@ FunctionNotAvailiableWhenDormant
ECarlaServerResponse::FunctionNotSupported
@ FunctionNotSupported
ECarlaServerResponse::ActorTypeMismatch
@ ActorTypeMismatch
ECarlaServerResponse::ComponentNotFound
@ ComponentNotFound
ECarlaServerResponse::MissingActor
@ MissingActor
ECarlaServerResponse::NotAWalker
@ NotAWalker
ECarlaServerResponse::NotAVehicle
@ NotAVehicle
ECarlaServerResponse::ActorNotFound
@ ActorNotFound
ECarlaServerResponse::NotATrafficLight
@ NotATrafficLight
制作者
1.10.0