Ignition Msgs

API Reference

5.8.1

#include <track_visual.pb.h>

Public Types

enum  : int {
  kNameFieldNumber = 2 , kHeaderFieldNumber = 1 , kXyzFieldNumber = 9 , kMinDistFieldNumber = 5 ,
  kMaxDistFieldNumber = 6 , kIdFieldNumber = 3 , kInheritOrientationFieldNumber = 4 , kStaticFieldNumber = 7 ,
  kUseModelFrameFieldNumber = 8 , kInheritYawFieldNumber = 10
}
 

Public Member Functions

 TrackVisual ()
 
constexpr TrackVisual (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 TrackVisual (const TrackVisual &from)
 
 TrackVisual (TrackVisual &&from) noexcept
 
 ~TrackVisual () override
 
const char * _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
 
uint8_t * _InternalSerialize (uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
 
size_t ByteSizeLong () const final
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
void clear_header ()
 
void clear_id ()
 
void clear_inherit_orientation ()
 
void clear_inherit_yaw ()
 
void clear_max_dist ()
 
void clear_min_dist ()
 
void clear_name ()
 
void clear_static_ ()
 
void clear_use_model_frame ()
 
void clear_xyz ()
 
void CopyFrom (const TrackVisual &from)
 
int GetCachedSize () const final
 
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
bool has_header () const
 
bool has_xyz () const
 
const ::ignition::msgs::Headerheader () const
 
uint32_t id () const
 
bool inherit_orientation () const
 
bool inherit_yaw () const
 
bool IsInitialized () const final
 
double max_dist () const
 
void MergeFrom (const TrackVisual &from)
 
double min_dist () const
 
::ignition::msgs::Headermutable_header ()
 
std::stringmutable_name ()
 
::ignition::msgs::Vector3dmutable_xyz ()
 
const std::stringname () const
 
TrackVisualNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
TrackVisualoperator= (const TrackVisual &from)
 
TrackVisualoperator= (TrackVisual &&from) noexcept
 
PROTOBUF_NODISCARD ::ignition::msgs::Headerrelease_header ()
 
PROTOBUF_NODISCARD std::stringrelease_name ()
 
PROTOBUF_NODISCARD ::ignition::msgs::Vector3drelease_xyz ()
 
void set_allocated_header (::ignition::msgs::Header *header)
 
void set_allocated_name (std::string *name)
 
void set_allocated_xyz (::ignition::msgs::Vector3d *xyz)
 
void set_id (uint32_t value)
 
void set_inherit_orientation (bool value)
 
void set_inherit_yaw (bool value)
 
void set_max_dist (double value)
 
void set_min_dist (double value)
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_name (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_name (ArgT0 &&arg0, ArgT... args)
 
void set_static_ (bool value)
 
void set_use_model_frame (bool value)
 
bool static_ () const
 
void Swap (TrackVisual *other)
 
::ignition::msgs::Headerunsafe_arena_release_header ()
 
::ignition::msgs::Vector3dunsafe_arena_release_xyz ()
 
void unsafe_arena_set_allocated_header (::ignition::msgs::Header *header)
 
void unsafe_arena_set_allocated_xyz (::ignition::msgs::Vector3d *xyz)
 
void UnsafeArenaSwap (TrackVisual *other)
 
bool use_model_frame () const
 
const ::ignition::msgs::Vector3dxyz () const
 

Static Public Member Functions

static const TrackVisualdefault_instance ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static const TrackVisualinternal_default_instance ()
 

Static Public Attributes

static const ClassData _class_data_
 
static constexpr int kIndexInFileMessages
 

Protected Member Functions

 TrackVisual (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
 

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kNameFieldNumber 
kHeaderFieldNumber 
kXyzFieldNumber 
kMinDistFieldNumber 
kMaxDistFieldNumber 
kIdFieldNumber 
kInheritOrientationFieldNumber 
kStaticFieldNumber 
kUseModelFrameFieldNumber 
kInheritYawFieldNumber 

Constructor & Destructor Documentation

◆ TrackVisual() [1/5]

TrackVisual ( )
inline

◆ ~TrackVisual()

~TrackVisual ( )
override

◆ TrackVisual() [2/5]

constexpr TrackVisual ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicitconstexpr

◆ TrackVisual() [3/5]

TrackVisual ( const TrackVisual from)

◆ TrackVisual() [4/5]

TrackVisual ( TrackVisual &&  from)
inlinenoexcept

◆ TrackVisual() [5/5]

TrackVisual ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena,
bool  is_message_owned = false 
)
explicitprotected

Member Function Documentation

◆ _InternalParse()

const char* _InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalSerialize()

uint8_t* _InternalSerialize ( uint8_t *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ ByteSizeLong()

size_t ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear ( )
final

◆ clear_header()

void clear_header ( )

◆ clear_id()

void clear_id ( )
inline

◆ clear_inherit_orientation()

void clear_inherit_orientation ( )
inline

◆ clear_inherit_yaw()

void clear_inherit_yaw ( )
inline

◆ clear_max_dist()

void clear_max_dist ( )
inline

◆ clear_min_dist()

void clear_min_dist ( )
inline

◆ clear_name()

void clear_name ( )
inline

◆ clear_static_()

void clear_static_ ( )
inline

◆ clear_use_model_frame()

void clear_use_model_frame ( )
inline

◆ clear_xyz()

void clear_xyz ( )

◆ CopyFrom()

void CopyFrom ( const TrackVisual from)

◆ default_instance()

static const TrackVisual& default_instance ( )
inlinestatic

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor ( )
inlinestatic

◆ GetCachedSize()

int GetCachedSize ( ) const
inlinefinal

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData* GetClassData ( ) const
final

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor ( )
inlinestatic

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata ( ) const
final

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection ( )
inlinestatic

◆ has_header()

bool has_header ( ) const
inline

◆ has_xyz()

bool has_xyz ( ) const
inline

◆ header()

const ::ignition::msgs::Header & header ( ) const
inline

◆ id()

uint32_t id ( ) const
inline

◆ inherit_orientation()

bool inherit_orientation ( ) const
inline

◆ inherit_yaw()

bool inherit_yaw ( ) const
inline

◆ internal_default_instance()

static const TrackVisual* internal_default_instance ( )
inlinestatic

◆ IsInitialized()

bool IsInitialized ( ) const
final

◆ max_dist()

double max_dist ( ) const
inline

◆ MergeFrom()

void MergeFrom ( const TrackVisual from)

◆ min_dist()

double min_dist ( ) const
inline

◆ mutable_header()

ignition::msgs::Header * mutable_header ( )
inline

◆ mutable_name()

std::string * mutable_name ( )
inline

◆ mutable_xyz()

ignition::msgs::Vector3d * mutable_xyz ( )
inline

◆ name()

const std::string & name ( ) const
inline

◆ New()

TrackVisual* New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

◆ operator=() [1/2]

TrackVisual& operator= ( const TrackVisual from)
inline

◆ operator=() [2/2]

TrackVisual& operator= ( TrackVisual &&  from)
inlinenoexcept

◆ release_header()

ignition::msgs::Header * release_header ( )
inline

◆ release_name()

std::string * release_name ( )
inline

◆ release_xyz()

ignition::msgs::Vector3d * release_xyz ( )
inline

◆ set_allocated_header()

void set_allocated_header ( ::ignition::msgs::Header header)
inline

◆ set_allocated_name()

void set_allocated_name ( std::string name)
inline

◆ set_allocated_xyz()

void set_allocated_xyz ( ::ignition::msgs::Vector3d xyz)
inline

◆ set_id()

void set_id ( uint32_t  value)
inline

◆ set_inherit_orientation()

void set_inherit_orientation ( bool  value)
inline

◆ set_inherit_yaw()

void set_inherit_yaw ( bool  value)
inline

◆ set_max_dist()

void set_max_dist ( double  value)
inline

◆ set_min_dist()

void set_min_dist ( double  value)
inline

◆ set_name() [1/2]

void set_name ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_name() [2/2]

PROTOBUF_ALWAYS_INLINE void set_name ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

◆ set_static_()

void set_static_ ( bool  value)
inline

◆ set_use_model_frame()

void set_use_model_frame ( bool  value)
inline

◆ static_()

bool static_ ( ) const
inline

◆ Swap()

void Swap ( TrackVisual other)
inline

◆ unsafe_arena_release_header()

ignition::msgs::Header * unsafe_arena_release_header ( )
inline

◆ unsafe_arena_release_xyz()

ignition::msgs::Vector3d * unsafe_arena_release_xyz ( )
inline

◆ unsafe_arena_set_allocated_header()

void unsafe_arena_set_allocated_header ( ::ignition::msgs::Header header)
inline

◆ unsafe_arena_set_allocated_xyz()

void unsafe_arena_set_allocated_xyz ( ::ignition::msgs::Vector3d xyz)
inline

◆ UnsafeArenaSwap()

void UnsafeArenaSwap ( TrackVisual other)
inline

◆ use_model_frame()

bool use_model_frame ( ) const
inline

◆ xyz()

const ::ignition::msgs::Vector3d & xyz ( ) const
inline

Member Data Documentation

◆ _class_data_

const ClassData _class_data_
static

◆ kIndexInFileMessages

constexpr int kIndexInFileMessages
staticconstexpr
Initial value:
=
0

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