CARLA
 
载入中...
搜索中...
未找到
| 命名空间 | 函数
ActorAttribute.h 文件参考
#include "carla/rpc/ActorAttribute.h"
#include "carla/sensor/data/Color.h"
#include <cstdlib>
#include <exception>
#include <type_traits>
+ LibCarla/source/carla/client/ActorAttribute.h 的引用(Include)关系图:
+ 此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

class  carla::client::ActorAttribute
 An attribute of an ActorBlueprint. 更多...
 
class  carla::client::ActorAttributeValue
 
class  carla::client::ActorAttributeValueAccess
 
class  carla::client::BadAttributeCast
 Exception thrown when the value of an ActorAttribute cannot be cast to the requested type. 更多...
 
class  carla::client::InvalidAttributeValue
 Exception thrown when the value given to an ActorAttribute cannot be converted to its type. 更多...
 

命名空间

namespace  carla
 This file contains definitions of common data structures used in traffic manager.
 
namespace  carla::client
 

函数

template<>
auto carla::client::ActorAttributeValueAccess::As< rpc::ActorAttributeType::Bool > () const
 
template<>
auto carla::client::ActorAttributeValueAccess::As< rpc::ActorAttributeType::Float > () const
 
template<>
auto carla::client::ActorAttributeValueAccess::As< rpc::ActorAttributeType::Int > () const
 
template<>
auto carla::client::ActorAttributeValueAccess::As< rpc::ActorAttributeType::RGBColor > () const
 
template<>
auto carla::client::ActorAttributeValueAccess::As< rpc::ActorAttributeType::String > () const
 
template<>
sensor::data::Color carla::client::ActorAttributeValueAccess::As< sensor::data::Color > () const
 
template<>
std::string carla::client::ActorAttributeValueAccess::As< std::string > () const