Ignition Msgs

API Reference

5.8.1

#include <actor.pb.h>

Public Types

enum  : int { kPoseFieldNumber = 2 , kTimeFieldNumber = 1 }
 

Public Member Functions

 Actor_Waypoint ()
 
constexpr Actor_Waypoint (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 Actor_Waypoint (Actor_Waypoint &&from) noexcept
 
 Actor_Waypoint (const Actor_Waypoint &from)
 
 ~Actor_Waypoint () 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_pose ()
 
void clear_time ()
 
void CopyFrom (const Actor_Waypoint &from)
 
int GetCachedSize () const final
 
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
bool has_pose () const
 
bool IsInitialized () const final
 
void MergeFrom (const Actor_Waypoint &from)
 
::ignition::msgs::Posemutable_pose ()
 
Actor_WaypointNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
Actor_Waypointoperator= (Actor_Waypoint &&from) noexcept
 
Actor_Waypointoperator= (const Actor_Waypoint &from)
 
const ::ignition::msgs::Posepose () const
 
PROTOBUF_NODISCARD ::ignition::msgs::Poserelease_pose ()
 
void set_allocated_pose (::ignition::msgs::Pose *pose)
 
void set_time (float value)
 
void Swap (Actor_Waypoint *other)
 
float time () const
 
::ignition::msgs::Poseunsafe_arena_release_pose ()
 
void unsafe_arena_set_allocated_pose (::ignition::msgs::Pose *pose)
 
void UnsafeArenaSwap (Actor_Waypoint *other)
 

Static Public Member Functions

static const Actor_Waypointdefault_instance ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static const Actor_Waypointinternal_default_instance ()
 

Static Public Attributes

static const ClassData _class_data_
 
static constexpr int kIndexInFileMessages
 

Protected Member Functions

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kPoseFieldNumber 
kTimeFieldNumber 

Constructor & Destructor Documentation

◆ Actor_Waypoint() [1/5]

Actor_Waypoint ( )
inline

◆ ~Actor_Waypoint()

~Actor_Waypoint ( )
override

◆ Actor_Waypoint() [2/5]

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

◆ Actor_Waypoint() [3/5]

Actor_Waypoint ( const Actor_Waypoint from)

◆ Actor_Waypoint() [4/5]

Actor_Waypoint ( Actor_Waypoint &&  from)
inlinenoexcept

◆ Actor_Waypoint() [5/5]

Actor_Waypoint ( ::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_pose()

void clear_pose ( )

◆ clear_time()

void clear_time ( )
inline

◆ CopyFrom()

void CopyFrom ( const Actor_Waypoint from)

◆ default_instance()

static const Actor_Waypoint& 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_pose()

bool has_pose ( ) const
inline

◆ internal_default_instance()

static const Actor_Waypoint* internal_default_instance ( )
inlinestatic

◆ IsInitialized()

bool IsInitialized ( ) const
final

◆ MergeFrom()

void MergeFrom ( const Actor_Waypoint from)

◆ mutable_pose()

ignition::msgs::Pose * mutable_pose ( )
inline

◆ New()

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

◆ operator=() [1/2]

Actor_Waypoint& operator= ( Actor_Waypoint &&  from)
inlinenoexcept

◆ operator=() [2/2]

Actor_Waypoint& operator= ( const Actor_Waypoint from)
inline

◆ pose()

const ::ignition::msgs::Pose & pose ( ) const
inline

◆ release_pose()

ignition::msgs::Pose * release_pose ( )
inline

◆ set_allocated_pose()

void set_allocated_pose ( ::ignition::msgs::Pose pose)
inline

◆ set_time()

void set_time ( float  value)
inline

◆ Swap()

void Swap ( Actor_Waypoint other)
inline

◆ time()

float time ( ) const
inline

◆ unsafe_arena_release_pose()

ignition::msgs::Pose * unsafe_arena_release_pose ( )
inline

◆ unsafe_arena_set_allocated_pose()

void unsafe_arena_set_allocated_pose ( ::ignition::msgs::Pose pose)
inline

◆ UnsafeArenaSwap()

void UnsafeArenaSwap ( Actor_Waypoint other)
inline

Member Data Documentation

◆ _class_data_

const ClassData _class_data_
static

◆ kIndexInFileMessages

constexpr int kIndexInFileMessages
staticconstexpr
Initial value:
=
1

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