Ignition Msgs

API Reference

5.8.1

#include <pose.pb.h>

Public Types

enum  : int {
  kNameFieldNumber = 2 , kHeaderFieldNumber = 1 , kPositionFieldNumber = 4 , kOrientationFieldNumber = 5 ,
  kIdFieldNumber = 3
}
 

Public Member Functions

 Pose ()
 
constexpr Pose (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 Pose (const Pose &from)
 
 Pose (Pose &&from) noexcept
 
 ~Pose () 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_name ()
 
void clear_orientation ()
 
void clear_position ()
 
void CopyFrom (const Pose &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_orientation () const
 
bool has_position () const
 
const ::ignition::msgs::Headerheader () const
 
uint32_t id () const
 
bool IsInitialized () const final
 
void MergeFrom (const Pose &from)
 
::ignition::msgs::Headermutable_header ()
 
std::stringmutable_name ()
 
::ignition::msgs::Quaternionmutable_orientation ()
 
::ignition::msgs::Vector3dmutable_position ()
 
const std::stringname () const
 
PoseNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
Poseoperator= (const Pose &from)
 
Poseoperator= (Pose &&from) noexcept
 
const ::ignition::msgs::Quaternionorientation () const
 
const ::ignition::msgs::Vector3dposition () const
 
PROTOBUF_NODISCARD ::ignition::msgs::Headerrelease_header ()
 
PROTOBUF_NODISCARD std::stringrelease_name ()
 
PROTOBUF_NODISCARD ::ignition::msgs::Quaternionrelease_orientation ()
 
PROTOBUF_NODISCARD ::ignition::msgs::Vector3drelease_position ()
 
void set_allocated_header (::ignition::msgs::Header *header)
 
void set_allocated_name (std::string *name)
 
void set_allocated_orientation (::ignition::msgs::Quaternion *orientation)
 
void set_allocated_position (::ignition::msgs::Vector3d *position)
 
void set_id (uint32_t 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 Swap (Pose *other)
 
::ignition::msgs::Headerunsafe_arena_release_header ()
 
::ignition::msgs::Quaternionunsafe_arena_release_orientation ()
 
::ignition::msgs::Vector3dunsafe_arena_release_position ()
 
void unsafe_arena_set_allocated_header (::ignition::msgs::Header *header)
 
void unsafe_arena_set_allocated_orientation (::ignition::msgs::Quaternion *orientation)
 
void unsafe_arena_set_allocated_position (::ignition::msgs::Vector3d *position)
 
void UnsafeArenaSwap (Pose *other)
 

Static Public Member Functions

static const Posedefault_instance ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static const Poseinternal_default_instance ()
 

Static Public Attributes

static const ClassData _class_data_
 
static constexpr int kIndexInFileMessages
 

Protected Member Functions

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kNameFieldNumber 
kHeaderFieldNumber 
kPositionFieldNumber 
kOrientationFieldNumber 
kIdFieldNumber 

Constructor & Destructor Documentation

◆ Pose() [1/5]

Pose ( )
inline

◆ ~Pose()

~Pose ( )
override

◆ Pose() [2/5]

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

◆ Pose() [3/5]

Pose ( const Pose from)

◆ Pose() [4/5]

Pose ( Pose &&  from)
inlinenoexcept

◆ Pose() [5/5]

Pose ( ::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_name()

void clear_name ( )
inline

◆ clear_orientation()

void clear_orientation ( )

◆ clear_position()

void clear_position ( )

◆ CopyFrom()

void CopyFrom ( const Pose from)

◆ default_instance()

static const Pose& 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_orientation()

bool has_orientation ( ) const
inline

◆ has_position()

bool has_position ( ) const
inline

◆ header()

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

◆ id()

uint32_t id ( ) const
inline

◆ internal_default_instance()

static const Pose* internal_default_instance ( )
inlinestatic

◆ IsInitialized()

bool IsInitialized ( ) const
final

◆ MergeFrom()

void MergeFrom ( const Pose from)

◆ mutable_header()

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

◆ mutable_name()

std::string * mutable_name ( )
inline

◆ mutable_orientation()

ignition::msgs::Quaternion * mutable_orientation ( )
inline

◆ mutable_position()

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

◆ name()

const std::string & name ( ) const
inline

◆ New()

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

◆ operator=() [1/2]

Pose& operator= ( const Pose from)
inline

◆ operator=() [2/2]

Pose& operator= ( Pose &&  from)
inlinenoexcept

◆ orientation()

const ::ignition::msgs::Quaternion & orientation ( ) const
inline

◆ position()

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

◆ release_header()

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

◆ release_name()

std::string * release_name ( )
inline

◆ release_orientation()

ignition::msgs::Quaternion * release_orientation ( )
inline

◆ release_position()

ignition::msgs::Vector3d * release_position ( )
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_orientation()

void set_allocated_orientation ( ::ignition::msgs::Quaternion orientation)
inline

◆ set_allocated_position()

void set_allocated_position ( ::ignition::msgs::Vector3d position)
inline

◆ set_id()

void set_id ( uint32_t  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

◆ Swap()

void Swap ( Pose other)
inline

◆ unsafe_arena_release_header()

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

◆ unsafe_arena_release_orientation()

ignition::msgs::Quaternion * unsafe_arena_release_orientation ( )
inline

◆ unsafe_arena_release_position()

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

◆ unsafe_arena_set_allocated_header()

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

◆ unsafe_arena_set_allocated_orientation()

void unsafe_arena_set_allocated_orientation ( ::ignition::msgs::Quaternion orientation)
inline

◆ unsafe_arena_set_allocated_position()

void unsafe_arena_set_allocated_position ( ::ignition::msgs::Vector3d position)
inline

◆ UnsafeArenaSwap()

void UnsafeArenaSwap ( Pose other)
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: