Goby3 3.5.1
2026.06.04
Loading...
Searching...
No Matches
goby::middleware::protobuf::Waypoint Class Referencefinal

#include <goby/middleware/protobuf/geographic.pb.h>

Inheritance diagram for goby::middleware::protobuf::Waypoint:

Public Types

enum  : int { kNameFieldNumber = 1 , kLocationFieldNumber = 2 }

Public Member Functions

 Waypoint ()
 ~Waypoint () override
PROTOBUF_CONSTEXPR Waypoint (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 Waypoint (const Waypoint &from)
 Waypoint (Waypoint &&from) noexcept
Waypointoperator= (const Waypoint &from)
Waypointoperator= (Waypoint &&from) noexcept
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
void Swap (Waypoint *other)
void UnsafeArenaSwap (Waypoint *other)
WaypointNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
void CopyFrom (const Waypoint &from)
void MergeFrom (const Waypoint &from)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
bool IsInitialized () const final
size_t ByteSizeLong () const final
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
int GetCachedSize () const final
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const final
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
bool has_name () const
void clear_name ()
const std::string & name () const
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_name (ArgT0 &&arg0, ArgT... args)
std::string * mutable_name ()
PROTOBUF_NODISCARD std::string * release_name ()
void set_allocated_name (std::string *name)
bool has_location () const
void clear_location ()
const ::goby::middleware::protobuf::LatLonPointlocation () const
PROTOBUF_NODISCARD::goby::middleware::protobuf::LatLonPoint * release_location ()
::goby::middleware::protobuf::LatLonPointmutable_location ()
void set_allocated_location (::goby::middleware::protobuf::LatLonPoint *location)
void unsafe_arena_set_allocated_location (::goby::middleware::protobuf::LatLonPoint *location)
::goby::middleware::protobuf::LatLonPointunsafe_arena_release_location ()
template<typename ArgT0, typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_name (ArgT0 &&arg0, ArgT... args)

Static Public Member Functions

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor ()
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor ()
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
static const Waypointdefault_instance ()
static const Waypointinternal_default_instance ()

Static Public Attributes

static constexpr int kIndexInFileMessages
static const ClassData _class_data_

Protected Member Functions

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

Friends

class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
template<typename T>
class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
struct ::TableStruct_goby_2fmiddleware_2fprotobuf_2fgeographic_2eproto
void swap (Waypoint &a, Waypoint &b)

Detailed Description

Definition at line 350 of file geographic.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kNameFieldNumber 
kLocationFieldNumber 

Definition at line 477 of file geographic.pb.h.

Constructor & Destructor Documentation

◆ Waypoint() [1/5]

goby::middleware::protobuf::Waypoint::Waypoint ( )
inline

Definition at line 353 of file geographic.pb.h.

◆ ~Waypoint()

goby::middleware::protobuf::Waypoint::~Waypoint ( )
override

◆ Waypoint() [2/5]

PROTOBUF_CONSTEXPR goby::middleware::protobuf::Waypoint::Waypoint ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized )
explicit

◆ Waypoint() [3/5]

goby::middleware::protobuf::Waypoint::Waypoint ( const Waypoint & from)

◆ Waypoint() [4/5]

goby::middleware::protobuf::Waypoint::Waypoint ( Waypoint && from)
inlinenoexcept

Definition at line 358 of file geographic.pb.h.

◆ Waypoint() [5/5]

goby::middleware::protobuf::Waypoint::Waypoint ( ::PROTOBUF_NAMESPACE_ID::Arena * arena,
bool is_message_owned = false )
explicitprotected

Member Function Documentation

◆ _InternalParse()

const char * goby::middleware::protobuf::Waypoint::_InternalParse ( const char * ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext * ctx )
final

◆ _InternalSerialize()

uint8_t * goby::middleware::protobuf::Waypoint::_InternalSerialize ( uint8_t * target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream * stream ) const
final

◆ ByteSizeLong()

size_t goby::middleware::protobuf::Waypoint::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::middleware::protobuf::Waypoint::Clear ( )
final

◆ clear_location()

void goby::middleware::protobuf::Waypoint::clear_location ( )
inline

Definition at line 922 of file geographic.pb.h.

◆ clear_name()

void goby::middleware::protobuf::Waypoint::clear_name ( )
inline

Definition at line 853 of file geographic.pb.h.

◆ CopyFrom()

void goby::middleware::protobuf::Waypoint::CopyFrom ( const Waypoint & from)

◆ default_instance()

const Waypoint & goby::middleware::protobuf::Waypoint::default_instance ( )
inlinestatic

Definition at line 397 of file geographic.pb.h.

◆ descriptor()

const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::middleware::protobuf::Waypoint::descriptor ( )
inlinestatic

Definition at line 388 of file geographic.pb.h.

◆ GetCachedSize()

int goby::middleware::protobuf::Waypoint::GetCachedSize ( ) const
inlinefinal

Definition at line 450 of file geographic.pb.h.

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * goby::middleware::protobuf::Waypoint::GetClassData ( ) const
final

◆ GetDescriptor()

const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::middleware::protobuf::Waypoint::GetDescriptor ( )
inlinestatic

Definition at line 391 of file geographic.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata goby::middleware::protobuf::Waypoint::GetMetadata ( ) const
final

◆ GetReflection()

const ::PROTOBUF_NAMESPACE_ID::Reflection * goby::middleware::protobuf::Waypoint::GetReflection ( )
inlinestatic

Definition at line 394 of file geographic.pb.h.

◆ has_location()

bool goby::middleware::protobuf::Waypoint::has_location ( ) const
inline

Definition at line 919 of file geographic.pb.h.

◆ has_name()

bool goby::middleware::protobuf::Waypoint::has_name ( ) const
inline

Definition at line 850 of file geographic.pb.h.

◆ internal_default_instance()

const Waypoint * goby::middleware::protobuf::Waypoint::internal_default_instance ( )
inlinestatic

Definition at line 400 of file geographic.pb.h.

◆ IsInitialized()

bool goby::middleware::protobuf::Waypoint::IsInitialized ( ) const
final

◆ location()

const::goby::middleware::protobuf::LatLonPoint & goby::middleware::protobuf::Waypoint::location ( ) const
inline

Definition at line 931 of file geographic.pb.h.

◆ MergeFrom()

void goby::middleware::protobuf::Waypoint::MergeFrom ( const Waypoint & from)
inline

Definition at line 437 of file geographic.pb.h.

◆ mutable_location()

goby::middleware::protobuf::LatLonPoint * goby::middleware::protobuf::Waypoint::mutable_location ( )
inline

Definition at line 978 of file geographic.pb.h.

◆ mutable_name()

std::string * goby::middleware::protobuf::Waypoint::mutable_name ( )
inline

Definition at line 868 of file geographic.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * goby::middleware::protobuf::Waypoint::mutable_unknown_fields ( )
inline

Definition at line 384 of file geographic.pb.h.

◆ name()

const std::string & goby::middleware::protobuf::Waypoint::name ( ) const
inline

Definition at line 857 of file geographic.pb.h.

◆ New()

Waypoint * goby::middleware::protobuf::Waypoint::New ( ::PROTOBUF_NAMESPACE_ID::Arena * arena = nullptr) const
inlinefinal

Definition at line 431 of file geographic.pb.h.

◆ operator=() [1/2]

Waypoint & goby::middleware::protobuf::Waypoint::operator= ( const Waypoint & from)
inline

Definition at line 363 of file geographic.pb.h.

◆ operator=() [2/2]

Waypoint & goby::middleware::protobuf::Waypoint::operator= ( Waypoint && from)
inlinenoexcept

Definition at line 367 of file geographic.pb.h.

◆ release_location()

goby::middleware::protobuf::LatLonPoint * goby::middleware::protobuf::Waypoint::release_location ( )
inline

Definition at line 948 of file geographic.pb.h.

◆ release_name()

std::string * goby::middleware::protobuf::Waypoint::release_name ( )
inline

Definition at line 884 of file geographic.pb.h.

◆ set_allocated_location()

void goby::middleware::protobuf::Waypoint::set_allocated_location ( ::goby::middleware::protobuf::LatLonPoint * location)
inline

Definition at line 983 of file geographic.pb.h.

◆ set_allocated_name()

void goby::middleware::protobuf::Waypoint::set_allocated_name ( std::string * name)
inline

Definition at line 898 of file geographic.pb.h.

◆ set_name() [1/2]

template<typename ArgT0, typename... ArgT>
PROTOBUF_ALWAYS_INLINE void goby::middleware::protobuf::Waypoint::set_name ( ArgT0 && arg0,
ArgT... args )
inline

Definition at line 863 of file geographic.pb.h.

◆ set_name() [2/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void goby::middleware::protobuf::Waypoint::set_name ( ArgT0 && arg0,
ArgT... args )

◆ Swap()

void goby::middleware::protobuf::Waypoint::Swap ( Waypoint * other)
inline

Definition at line 410 of file geographic.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & goby::middleware::protobuf::Waypoint::unknown_fields ( ) const
inline

Definition at line 381 of file geographic.pb.h.

◆ unsafe_arena_release_location()

goby::middleware::protobuf::LatLonPoint * goby::middleware::protobuf::Waypoint::unsafe_arena_release_location ( )
inline

Definition at line 963 of file geographic.pb.h.

◆ unsafe_arena_set_allocated_location()

void goby::middleware::protobuf::Waypoint::unsafe_arena_set_allocated_location ( ::goby::middleware::protobuf::LatLonPoint * location)
inline

Definition at line 935 of file geographic.pb.h.

◆ UnsafeArenaSwap()

void goby::middleware::protobuf::Waypoint::UnsafeArenaSwap ( Waypoint * other)
inline

Definition at line 423 of file geographic.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

template<typename T>
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
friend

Definition at line 521 of file geographic.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
friend

Definition at line 459 of file geographic.pb.h.

◆ ::TableStruct_goby_2fmiddleware_2fprotobuf_2fgeographic_2eproto

friend struct ::TableStruct_goby_2fmiddleware_2fprotobuf_2fgeographic_2eproto
friend

Definition at line 531 of file geographic.pb.h.

◆ swap

void swap ( Waypoint & a,
Waypoint & b )
friend

Definition at line 407 of file geographic.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData goby::middleware::protobuf::Waypoint::_class_data_
static

Definition at line 468 of file geographic.pb.h.

◆ _impl_

Impl_ goby::middleware::protobuf::Waypoint::_impl_

Definition at line 530 of file geographic.pb.h.

◆ kIndexInFileMessages

int goby::middleware::protobuf::Waypoint::kIndexInFileMessages
staticconstexpr
Initial value:
=
1

Definition at line 404 of file geographic.pb.h.


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