Goby3 3.2.3
2025.05.13
Loading...
Searching...
No Matches
goby::acomms::popoto::protobuf::Config Class Referencefinal

#include <goby/acomms/protobuf/popoto_driver.pb.h>

Inheritance diagram for goby::acomms::popoto::protobuf::Config:

Public Types

enum  : int {
  kLocalFieldNumber = 4 , kPayloadModeFieldNumber = 2 , kApplicationTypeFieldNumber = 5 , kStartTimeoutFieldNumber = 1 ,
  kModemPowerFieldNumber = 3
}
 

Public Member Functions

 Config ()
 
 ~Config () override
 
PROTOBUF_CONSTEXPR Config (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 Config (const Config &from)
 
 Config (Config &&from) noexcept
 
Configoperator= (const Config &from)
 
Configoperator= (Config &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (Config *other)
 
void UnsafeArenaSwap (Config *other)
 
ConfigNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const Config &from)
 
void MergeFrom (const Config &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_local () const
 
void clear_local ()
 
const ::goby::acomms::popoto::protobuf::ModemAddresslocal () const
 
PROTOBUF_NODISCARD::goby::acomms::popoto::protobuf::ModemAddress * release_local ()
 
::goby::acomms::popoto::protobuf::ModemAddressmutable_local ()
 
void set_allocated_local (::goby::acomms::popoto::protobuf::ModemAddress *local)
 
void unsafe_arena_set_allocated_local (::goby::acomms::popoto::protobuf::ModemAddress *local)
 
::goby::acomms::popoto::protobuf::ModemAddressunsafe_arena_release_local ()
 
bool has_payload_mode () const
 
void clear_payload_mode ()
 
int32_t payload_mode () const
 
void set_payload_mode (int32_t value)
 
bool has_application_type () const
 
void clear_application_type ()
 
int32_t application_type () const
 
void set_application_type (int32_t value)
 
bool has_start_timeout () const
 
void clear_start_timeout ()
 
int32_t start_timeout () const
 
void set_start_timeout (int32_t value)
 
bool has_modem_power () const
 
void clear_modem_power ()
 
double modem_power () const
 
void set_modem_power (double value)
 

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 Configdefault_instance ()
 
static const Configinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

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

Detailed Description

Definition at line 309 of file popoto_driver.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kLocalFieldNumber 
kPayloadModeFieldNumber 
kApplicationTypeFieldNumber 
kStartTimeoutFieldNumber 
kModemPowerFieldNumber 

Definition at line 436 of file popoto_driver.pb.h.

Constructor & Destructor Documentation

◆ Config() [1/5]

goby::acomms::popoto::protobuf::Config::Config ( )
inline

Definition at line 312 of file popoto_driver.pb.h.

◆ ~Config()

goby::acomms::popoto::protobuf::Config::~Config ( )
override

◆ Config() [2/5]

PROTOBUF_CONSTEXPR goby::acomms::popoto::protobuf::Config::Config ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ Config() [3/5]

goby::acomms::popoto::protobuf::Config::Config ( const Config from)

◆ Config() [4/5]

goby::acomms::popoto::protobuf::Config::Config ( Config &&  from)
inlinenoexcept

Definition at line 317 of file popoto_driver.pb.h.

◆ Config() [5/5]

goby::acomms::popoto::protobuf::Config::Config ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena,
bool  is_message_owned = false 
)
explicitprotected

Member Function Documentation

◆ _InternalParse()

const char * goby::acomms::popoto::protobuf::Config::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalSerialize()

uint8_t * goby::acomms::popoto::protobuf::Config::_InternalSerialize ( uint8_t *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ application_type()

int32_t goby::acomms::popoto::protobuf::Config::application_type ( ) const
inline

Definition at line 1250 of file popoto_driver.pb.h.

◆ ByteSizeLong()

size_t goby::acomms::popoto::protobuf::Config::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::acomms::popoto::protobuf::Config::Clear ( )
final

◆ clear_application_type()

void goby::acomms::popoto::protobuf::Config::clear_application_type ( )
inline

Definition at line 1243 of file popoto_driver.pb.h.

◆ clear_local()

void goby::acomms::popoto::protobuf::Config::clear_local ( )
inline

Definition at line 1154 of file popoto_driver.pb.h.

◆ clear_modem_power()

void goby::acomms::popoto::protobuf::Config::clear_modem_power ( )
inline

Definition at line 1125 of file popoto_driver.pb.h.

◆ clear_payload_mode()

void goby::acomms::popoto::protobuf::Config::clear_payload_mode ( )
inline

Definition at line 1097 of file popoto_driver.pb.h.

◆ clear_start_timeout()

void goby::acomms::popoto::protobuf::Config::clear_start_timeout ( )
inline

Definition at line 1069 of file popoto_driver.pb.h.

◆ CopyFrom()

void goby::acomms::popoto::protobuf::Config::CopyFrom ( const Config from)

◆ default_instance()

static const Config & goby::acomms::popoto::protobuf::Config::default_instance ( )
inlinestatic

Definition at line 356 of file popoto_driver.pb.h.

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::acomms::popoto::protobuf::Config::descriptor ( )
inlinestatic

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

◆ GetCachedSize()

int goby::acomms::popoto::protobuf::Config::GetCachedSize ( ) const
inlinefinal

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

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * goby::acomms::popoto::protobuf::Config::GetClassData ( ) const
final

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::acomms::popoto::protobuf::Config::GetDescriptor ( )
inlinestatic

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

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata goby::acomms::popoto::protobuf::Config::GetMetadata ( ) const
final

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection * goby::acomms::popoto::protobuf::Config::GetReflection ( )
inlinestatic

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

◆ has_application_type()

bool goby::acomms::popoto::protobuf::Config::has_application_type ( ) const
inline

Definition at line 1240 of file popoto_driver.pb.h.

◆ has_local()

bool goby::acomms::popoto::protobuf::Config::has_local ( ) const
inline

Definition at line 1151 of file popoto_driver.pb.h.

◆ has_modem_power()

bool goby::acomms::popoto::protobuf::Config::has_modem_power ( ) const
inline

Definition at line 1122 of file popoto_driver.pb.h.

◆ has_payload_mode()

bool goby::acomms::popoto::protobuf::Config::has_payload_mode ( ) const
inline

Definition at line 1094 of file popoto_driver.pb.h.

◆ has_start_timeout()

bool goby::acomms::popoto::protobuf::Config::has_start_timeout ( ) const
inline

Definition at line 1066 of file popoto_driver.pb.h.

◆ internal_default_instance()

static const Config * goby::acomms::popoto::protobuf::Config::internal_default_instance ( )
inlinestatic

Definition at line 359 of file popoto_driver.pb.h.

◆ IsInitialized()

bool goby::acomms::popoto::protobuf::Config::IsInitialized ( ) const
final

◆ local()

const ::goby::acomms::popoto::protobuf::ModemAddress & goby::acomms::popoto::protobuf::Config::local ( ) const
inline

Definition at line 1163 of file popoto_driver.pb.h.

◆ MergeFrom()

void goby::acomms::popoto::protobuf::Config::MergeFrom ( const Config from)
inline

Definition at line 396 of file popoto_driver.pb.h.

◆ modem_power()

double goby::acomms::popoto::protobuf::Config::modem_power ( ) const
inline

Definition at line 1132 of file popoto_driver.pb.h.

◆ mutable_local()

goby::acomms::popoto::protobuf::ModemAddress * goby::acomms::popoto::protobuf::Config::mutable_local ( )
inline

Definition at line 1210 of file popoto_driver.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * goby::acomms::popoto::protobuf::Config::mutable_unknown_fields ( )
inline

Definition at line 343 of file popoto_driver.pb.h.

◆ New()

Config * goby::acomms::popoto::protobuf::Config::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

Definition at line 390 of file popoto_driver.pb.h.

◆ operator=() [1/2]

Config & goby::acomms::popoto::protobuf::Config::operator= ( Config &&  from)
inlinenoexcept

Definition at line 326 of file popoto_driver.pb.h.

◆ operator=() [2/2]

Config & goby::acomms::popoto::protobuf::Config::operator= ( const Config from)
inline

Definition at line 322 of file popoto_driver.pb.h.

◆ payload_mode()

int32_t goby::acomms::popoto::protobuf::Config::payload_mode ( ) const
inline

Definition at line 1104 of file popoto_driver.pb.h.

◆ release_local()

goby::acomms::popoto::protobuf::ModemAddress * goby::acomms::popoto::protobuf::Config::release_local ( )
inline

Definition at line 1180 of file popoto_driver.pb.h.

◆ set_allocated_local()

void goby::acomms::popoto::protobuf::Config::set_allocated_local ( ::goby::acomms::popoto::protobuf::ModemAddress local)
inline

Definition at line 1215 of file popoto_driver.pb.h.

◆ set_application_type()

void goby::acomms::popoto::protobuf::Config::set_application_type ( int32_t  value)
inline

Definition at line 1258 of file popoto_driver.pb.h.

◆ set_modem_power()

void goby::acomms::popoto::protobuf::Config::set_modem_power ( double  value)
inline

Definition at line 1140 of file popoto_driver.pb.h.

◆ set_payload_mode()

void goby::acomms::popoto::protobuf::Config::set_payload_mode ( int32_t  value)
inline

Definition at line 1112 of file popoto_driver.pb.h.

◆ set_start_timeout()

void goby::acomms::popoto::protobuf::Config::set_start_timeout ( int32_t  value)
inline

Definition at line 1084 of file popoto_driver.pb.h.

◆ start_timeout()

int32_t goby::acomms::popoto::protobuf::Config::start_timeout ( ) const
inline

Definition at line 1076 of file popoto_driver.pb.h.

◆ Swap()

void goby::acomms::popoto::protobuf::Config::Swap ( Config other)
inline

Definition at line 369 of file popoto_driver.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & goby::acomms::popoto::protobuf::Config::unknown_fields ( ) const
inline

Definition at line 340 of file popoto_driver.pb.h.

◆ unsafe_arena_release_local()

goby::acomms::popoto::protobuf::ModemAddress * goby::acomms::popoto::protobuf::Config::unsafe_arena_release_local ( )
inline

Definition at line 1195 of file popoto_driver.pb.h.

◆ unsafe_arena_set_allocated_local()

void goby::acomms::popoto::protobuf::Config::unsafe_arena_set_allocated_local ( ::goby::acomms::popoto::protobuf::ModemAddress local)
inline

Definition at line 1167 of file popoto_driver.pb.h.

◆ UnsafeArenaSwap()

void goby::acomms::popoto::protobuf::Config::UnsafeArenaSwap ( Config other)
inline

Definition at line 382 of file popoto_driver.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 517 of file popoto_driver.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 418 of file popoto_driver.pb.h.

◆ ::TableStruct_goby_2facomms_2fprotobuf_2fpopoto_5fdriver_2eproto

◆ swap

void swap ( Config a,
Config b 
)
friend

Definition at line 366 of file popoto_driver.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData goby::acomms::popoto::protobuf::Config::_class_data_
static

Definition at line 427 of file popoto_driver.pb.h.

◆ _impl_

Impl_ goby::acomms::popoto::protobuf::Config::_impl_

Definition at line 529 of file popoto_driver.pb.h.

◆ kIndexInFileMessages

constexpr int goby::acomms::popoto::protobuf::Config::kIndexInFileMessages
staticconstexpr
Initial value:
=
1

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


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