Goby3 3.2.3
2025.05.13
Loading...
Searching...
No Matches
goby::moos::protobuf::ModemIdEntry Class Referencefinal

#include <goby/moos/protobuf/modem_id_lookup.pb.h>

Inheritance diagram for goby::moos::protobuf::ModemIdEntry:

Public Types

enum  : int { kNameFieldNumber = 2 , kModemIdFieldNumber = 1 , kTypeFieldNumber = 3 }
 
typedef ModemIdEntry_VehicleType VehicleType
 

Public Member Functions

 ModemIdEntry ()
 
 ~ModemIdEntry () override
 
PROTOBUF_CONSTEXPR ModemIdEntry (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 ModemIdEntry (const ModemIdEntry &from)
 
 ModemIdEntry (ModemIdEntry &&from) noexcept
 
ModemIdEntryoperator= (const ModemIdEntry &from)
 
ModemIdEntryoperator= (ModemIdEntry &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ModemIdEntry *other)
 
void UnsafeArenaSwap (ModemIdEntry *other)
 
ModemIdEntryNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const ModemIdEntry &from)
 
void MergeFrom (const ModemIdEntry &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_modem_id () const
 
void clear_modem_id ()
 
uint32_t modem_id () const
 
void set_modem_id (uint32_t value)
 
bool has_type () const
 
void clear_type ()
 
::goby::moos::protobuf::ModemIdEntry_VehicleType type () const
 
void set_type (::goby::moos::protobuf::ModemIdEntry_VehicleType value)
 
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 ModemIdEntrydefault_instance ()
 
static const ModemIdEntryinternal_default_instance ()
 
static bool VehicleType_IsValid (int value)
 
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * VehicleType_descriptor ()
 
template<typename T >
static const std::string & VehicleType_Name (T enum_t_value)
 
static bool VehicleType_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, VehicleType *value)
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 
static constexpr VehicleType UNKNOWN
 
static constexpr VehicleType AUV
 
static constexpr VehicleType BUOY
 
static constexpr VehicleType SHIP
 
static constexpr VehicleType GLIDER
 
static constexpr VehicleType ASC
 
static constexpr VehicleType VehicleType_MIN
 
static constexpr VehicleType VehicleType_MAX
 
static constexpr int VehicleType_ARRAYSIZE
 

Protected Member Functions

 ModemIdEntry (::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_2fmoos_2fprotobuf_2fmodem_5fid_5flookup_2eproto
 
void swap (ModemIdEntry &a, ModemIdEntry &b)
 

Detailed Description

Definition at line 97 of file modem_id_lookup.pb.h.

Member Typedef Documentation

◆ VehicleType

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kNameFieldNumber 
kModemIdFieldNumber 
kTypeFieldNumber 

Definition at line 262 of file modem_id_lookup.pb.h.

Constructor & Destructor Documentation

◆ ModemIdEntry() [1/5]

goby::moos::protobuf::ModemIdEntry::ModemIdEntry ( )
inline

Definition at line 100 of file modem_id_lookup.pb.h.

◆ ~ModemIdEntry()

goby::moos::protobuf::ModemIdEntry::~ModemIdEntry ( )
override

◆ ModemIdEntry() [2/5]

PROTOBUF_CONSTEXPR goby::moos::protobuf::ModemIdEntry::ModemIdEntry ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ ModemIdEntry() [3/5]

goby::moos::protobuf::ModemIdEntry::ModemIdEntry ( const ModemIdEntry from)

◆ ModemIdEntry() [4/5]

goby::moos::protobuf::ModemIdEntry::ModemIdEntry ( ModemIdEntry &&  from)
inlinenoexcept

Definition at line 105 of file modem_id_lookup.pb.h.

◆ ModemIdEntry() [5/5]

goby::moos::protobuf::ModemIdEntry::ModemIdEntry ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena,
bool  is_message_owned = false 
)
explicitprotected

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ ByteSizeLong()

size_t goby::moos::protobuf::ModemIdEntry::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::moos::protobuf::ModemIdEntry::Clear ( )
final

◆ clear_modem_id()

void goby::moos::protobuf::ModemIdEntry::clear_modem_id ( )
inline

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

◆ clear_name()

void goby::moos::protobuf::ModemIdEntry::clear_name ( )
inline

Definition at line 378 of file modem_id_lookup.pb.h.

◆ clear_type()

void goby::moos::protobuf::ModemIdEntry::clear_type ( )
inline

Definition at line 446 of file modem_id_lookup.pb.h.

◆ CopyFrom()

void goby::moos::protobuf::ModemIdEntry::CopyFrom ( const ModemIdEntry from)

◆ default_instance()

static const ModemIdEntry & goby::moos::protobuf::ModemIdEntry::default_instance ( )
inlinestatic

Definition at line 144 of file modem_id_lookup.pb.h.

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::moos::protobuf::ModemIdEntry::descriptor ( )
inlinestatic

Definition at line 135 of file modem_id_lookup.pb.h.

◆ GetCachedSize()

int goby::moos::protobuf::ModemIdEntry::GetCachedSize ( ) const
inlinefinal

Definition at line 197 of file modem_id_lookup.pb.h.

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * goby::moos::protobuf::ModemIdEntry::GetClassData ( ) const
final

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::moos::protobuf::ModemIdEntry::GetDescriptor ( )
inlinestatic

Definition at line 138 of file modem_id_lookup.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata goby::moos::protobuf::ModemIdEntry::GetMetadata ( ) const
final

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection * goby::moos::protobuf::ModemIdEntry::GetReflection ( )
inlinestatic

Definition at line 141 of file modem_id_lookup.pb.h.

◆ has_modem_id()

bool goby::moos::protobuf::ModemIdEntry::has_modem_id ( ) const
inline

Definition at line 347 of file modem_id_lookup.pb.h.

◆ has_name()

bool goby::moos::protobuf::ModemIdEntry::has_name ( ) const
inline

Definition at line 375 of file modem_id_lookup.pb.h.

◆ has_type()

bool goby::moos::protobuf::ModemIdEntry::has_type ( ) const
inline

Definition at line 443 of file modem_id_lookup.pb.h.

◆ internal_default_instance()

static const ModemIdEntry * goby::moos::protobuf::ModemIdEntry::internal_default_instance ( )
inlinestatic

Definition at line 147 of file modem_id_lookup.pb.h.

◆ IsInitialized()

bool goby::moos::protobuf::ModemIdEntry::IsInitialized ( ) const
final

◆ MergeFrom()

void goby::moos::protobuf::ModemIdEntry::MergeFrom ( const ModemIdEntry from)
inline

Definition at line 184 of file modem_id_lookup.pb.h.

◆ modem_id()

uint32_t goby::moos::protobuf::ModemIdEntry::modem_id ( ) const
inline

Definition at line 357 of file modem_id_lookup.pb.h.

◆ mutable_name()

std::string * goby::moos::protobuf::ModemIdEntry::mutable_name ( )
inline

Definition at line 393 of file modem_id_lookup.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * goby::moos::protobuf::ModemIdEntry::mutable_unknown_fields ( )
inline

Definition at line 131 of file modem_id_lookup.pb.h.

◆ name()

const std::string & goby::moos::protobuf::ModemIdEntry::name ( ) const
inline

Definition at line 382 of file modem_id_lookup.pb.h.

◆ New()

ModemIdEntry * goby::moos::protobuf::ModemIdEntry::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

Definition at line 178 of file modem_id_lookup.pb.h.

◆ operator=() [1/2]

ModemIdEntry & goby::moos::protobuf::ModemIdEntry::operator= ( const ModemIdEntry from)
inline

Definition at line 110 of file modem_id_lookup.pb.h.

◆ operator=() [2/2]

ModemIdEntry & goby::moos::protobuf::ModemIdEntry::operator= ( ModemIdEntry &&  from)
inlinenoexcept

Definition at line 114 of file modem_id_lookup.pb.h.

◆ release_name()

std::string * goby::moos::protobuf::ModemIdEntry::release_name ( )
inline

Definition at line 409 of file modem_id_lookup.pb.h.

◆ set_allocated_name()

void goby::moos::protobuf::ModemIdEntry::set_allocated_name ( std::string *  name)
inline

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

◆ set_modem_id()

void goby::moos::protobuf::ModemIdEntry::set_modem_id ( uint32_t  value)
inline

Definition at line 365 of file modem_id_lookup.pb.h.

◆ set_name() [1/2]

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

◆ set_name() [2/2]

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

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

◆ set_type()

void goby::moos::protobuf::ModemIdEntry::set_type ( ::goby::moos::protobuf::ModemIdEntry_VehicleType  value)
inline

Definition at line 462 of file modem_id_lookup.pb.h.

◆ Swap()

void goby::moos::protobuf::ModemIdEntry::Swap ( ModemIdEntry other)
inline

Definition at line 157 of file modem_id_lookup.pb.h.

◆ type()

goby::moos::protobuf::ModemIdEntry_VehicleType goby::moos::protobuf::ModemIdEntry::type ( ) const
inline

Definition at line 453 of file modem_id_lookup.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & goby::moos::protobuf::ModemIdEntry::unknown_fields ( ) const
inline

Definition at line 128 of file modem_id_lookup.pb.h.

◆ UnsafeArenaSwap()

void goby::moos::protobuf::ModemIdEntry::UnsafeArenaSwap ( ModemIdEntry other)
inline

Definition at line 170 of file modem_id_lookup.pb.h.

◆ VehicleType_descriptor()

static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * goby::moos::protobuf::ModemIdEntry::VehicleType_descriptor ( )
inlinestatic

Definition at line 245 of file modem_id_lookup.pb.h.

◆ VehicleType_IsValid()

static bool goby::moos::protobuf::ModemIdEntry::VehicleType_IsValid ( int  value)
inlinestatic

Definition at line 235 of file modem_id_lookup.pb.h.

◆ VehicleType_Name()

template<typename T >
static const std::string & goby::moos::protobuf::ModemIdEntry::VehicleType_Name ( enum_t_value)
inlinestatic

Definition at line 249 of file modem_id_lookup.pb.h.

◆ VehicleType_Parse()

static bool goby::moos::protobuf::ModemIdEntry::VehicleType_Parse ( ::PROTOBUF_NAMESPACE_ID::ConstStringParam  name,
VehicleType value 
)
inlinestatic

Definition at line 255 of file modem_id_lookup.pb.h.

Friends And Related Symbol Documentation

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

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

Definition at line 318 of file modem_id_lookup.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 206 of file modem_id_lookup.pb.h.

◆ ::TableStruct_goby_2fmoos_2fprotobuf_2fmodem_5fid_5flookup_2eproto

◆ swap

void swap ( ModemIdEntry a,
ModemIdEntry b 
)
friend

Definition at line 154 of file modem_id_lookup.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData goby::moos::protobuf::ModemIdEntry::_class_data_
static

Definition at line 215 of file modem_id_lookup.pb.h.

◆ _impl_

Impl_ goby::moos::protobuf::ModemIdEntry::_impl_

Definition at line 328 of file modem_id_lookup.pb.h.

◆ ASC

constexpr VehicleType goby::moos::protobuf::ModemIdEntry::ASC
staticconstexpr
Initial value:

Definition at line 233 of file modem_id_lookup.pb.h.

◆ AUV

constexpr VehicleType goby::moos::protobuf::ModemIdEntry::AUV
staticconstexpr
Initial value:

Definition at line 225 of file modem_id_lookup.pb.h.

◆ BUOY

constexpr VehicleType goby::moos::protobuf::ModemIdEntry::BUOY
staticconstexpr
Initial value:

Definition at line 227 of file modem_id_lookup.pb.h.

◆ GLIDER

constexpr VehicleType goby::moos::protobuf::ModemIdEntry::GLIDER
staticconstexpr
Initial value:

Definition at line 231 of file modem_id_lookup.pb.h.

◆ kIndexInFileMessages

constexpr int goby::moos::protobuf::ModemIdEntry::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 151 of file modem_id_lookup.pb.h.

◆ SHIP

constexpr VehicleType goby::moos::protobuf::ModemIdEntry::SHIP
staticconstexpr
Initial value:

Definition at line 229 of file modem_id_lookup.pb.h.

◆ UNKNOWN

constexpr VehicleType goby::moos::protobuf::ModemIdEntry::UNKNOWN
staticconstexpr
Initial value:

Definition at line 223 of file modem_id_lookup.pb.h.

◆ VehicleType_ARRAYSIZE

constexpr int goby::moos::protobuf::ModemIdEntry::VehicleType_ARRAYSIZE
staticconstexpr
Initial value:

Definition at line 242 of file modem_id_lookup.pb.h.

◆ VehicleType_MAX

constexpr VehicleType goby::moos::protobuf::ModemIdEntry::VehicleType_MAX
staticconstexpr
Initial value:
=
constexpr ModemIdEntry_VehicleType ModemIdEntry_VehicleType_VehicleType_MAX

Definition at line 240 of file modem_id_lookup.pb.h.

◆ VehicleType_MIN

constexpr VehicleType goby::moos::protobuf::ModemIdEntry::VehicleType_MIN
staticconstexpr
Initial value:
=
constexpr ModemIdEntry_VehicleType ModemIdEntry_VehicleType_VehicleType_MIN

Definition at line 238 of file modem_id_lookup.pb.h.


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