CARLA
Public Member Functions | Public Attributes | List of all members
carla::rpc::LabelledPoint Struct Reference

#include <LabelledPoint.h>

+ Collaboration diagram for carla::rpc::LabelledPoint:

Public Member Functions

 LabelledPoint ()
 
 LabelledPoint (Location location, CityObjectLabel label)
 
 MSGPACK_DEFINE_ARRAY (_location, _label)
 

Public Attributes

CityObjectLabel _label
 
Location _location
 

Detailed Description

Definition at line 16 of file LabelledPoint.h.

Constructor & Destructor Documentation

◆ LabelledPoint() [1/2]

carla::rpc::LabelledPoint::LabelledPoint ( )
inline

Definition at line 18 of file LabelledPoint.h.

◆ LabelledPoint() [2/2]

carla::rpc::LabelledPoint::LabelledPoint ( Location  location,
CityObjectLabel  label 
)
inline

Definition at line 19 of file LabelledPoint.h.

Member Function Documentation

◆ MSGPACK_DEFINE_ARRAY()

carla::rpc::LabelledPoint::MSGPACK_DEFINE_ARRAY ( _location  ,
_label   
)

Member Data Documentation

◆ _label

CityObjectLabel carla::rpc::LabelledPoint::_label

Definition at line 25 of file LabelledPoint.h.

◆ _location

Location carla::rpc::LabelledPoint::_location

Definition at line 23 of file LabelledPoint.h.


The documentation for this struct was generated from the following file: