Goby3 3.2.3
2025.05.13
Loading...
Searching...
No Matches
goby::middleware::frontseat::protobuf::WavegliderSV2Config Class Referencefinal

#include <goby/middleware/frontseat/waveglider/waveglider_sv2_frontseat_driver_config.pb.h>

Inheritance diagram for goby::middleware::frontseat::protobuf::WavegliderSV2Config:

Public Types

enum  : int { kPmSerialPortFieldNumber = 1 , kTaskIdFieldNumber = 4 , kPmSerialBaudFieldNumber = 2 , kBoardIdFieldNumber = 3 }
 

Public Member Functions

 WavegliderSV2Config ()
 
 ~WavegliderSV2Config () override
 
PROTOBUF_CONSTEXPR WavegliderSV2Config (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 WavegliderSV2Config (const WavegliderSV2Config &from)
 
 WavegliderSV2Config (WavegliderSV2Config &&from) noexcept
 
WavegliderSV2Configoperator= (const WavegliderSV2Config &from)
 
WavegliderSV2Configoperator= (WavegliderSV2Config &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (WavegliderSV2Config *other)
 
void UnsafeArenaSwap (WavegliderSV2Config *other)
 
WavegliderSV2ConfigNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const WavegliderSV2Config &from)
 
void MergeFrom (const WavegliderSV2Config &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_pm_serial_port () const
 
void clear_pm_serial_port ()
 
const std::string & pm_serial_port () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_pm_serial_port (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_pm_serial_port ()
 
PROTOBUF_NODISCARD std::string * release_pm_serial_port ()
 
void set_allocated_pm_serial_port (std::string *pm_serial_port)
 
bool has_task_id () const
 
void clear_task_id ()
 
uint32_t task_id () const
 
void set_task_id (uint32_t value)
 
bool has_pm_serial_baud () const
 
void clear_pm_serial_baud ()
 
uint32_t pm_serial_baud () const
 
void set_pm_serial_baud (uint32_t value)
 
bool has_board_id () const
 
void clear_board_id ()
 
uint32_t board_id () const
 
void set_board_id (uint32_t value)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_pm_serial_port (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 WavegliderSV2Configdefault_instance ()
 
static const WavegliderSV2Configinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

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

Detailed Description

Definition at line 73 of file waveglider_sv2_frontseat_driver_config.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kPmSerialPortFieldNumber 
kTaskIdFieldNumber 
kPmSerialBaudFieldNumber 
kBoardIdFieldNumber 

Definition at line 200 of file waveglider_sv2_frontseat_driver_config.pb.h.

Constructor & Destructor Documentation

◆ WavegliderSV2Config() [1/5]

goby::middleware::frontseat::protobuf::WavegliderSV2Config::WavegliderSV2Config ( )
inline

Definition at line 76 of file waveglider_sv2_frontseat_driver_config.pb.h.

◆ ~WavegliderSV2Config()

goby::middleware::frontseat::protobuf::WavegliderSV2Config::~WavegliderSV2Config ( )
override

◆ WavegliderSV2Config() [2/5]

PROTOBUF_CONSTEXPR goby::middleware::frontseat::protobuf::WavegliderSV2Config::WavegliderSV2Config ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ WavegliderSV2Config() [3/5]

goby::middleware::frontseat::protobuf::WavegliderSV2Config::WavegliderSV2Config ( const WavegliderSV2Config from)

◆ WavegliderSV2Config() [4/5]

goby::middleware::frontseat::protobuf::WavegliderSV2Config::WavegliderSV2Config ( WavegliderSV2Config &&  from)
inlinenoexcept

Definition at line 81 of file waveglider_sv2_frontseat_driver_config.pb.h.

◆ WavegliderSV2Config() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ board_id()

uint32_t goby::middleware::frontseat::protobuf::WavegliderSV2Config::board_id ( ) const
inline

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

◆ ByteSizeLong()

size_t goby::middleware::frontseat::protobuf::WavegliderSV2Config::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::middleware::frontseat::protobuf::WavegliderSV2Config::Clear ( )
final

◆ clear_board_id()

void goby::middleware::frontseat::protobuf::WavegliderSV2Config::clear_board_id ( )
inline

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

◆ clear_pm_serial_baud()

void goby::middleware::frontseat::protobuf::WavegliderSV2Config::clear_pm_serial_baud ( )
inline

Definition at line 372 of file waveglider_sv2_frontseat_driver_config.pb.h.

◆ clear_pm_serial_port()

void goby::middleware::frontseat::protobuf::WavegliderSV2Config::clear_pm_serial_port ( )
inline

Definition at line 304 of file waveglider_sv2_frontseat_driver_config.pb.h.

◆ clear_task_id()

void goby::middleware::frontseat::protobuf::WavegliderSV2Config::clear_task_id ( )
inline

Definition at line 428 of file waveglider_sv2_frontseat_driver_config.pb.h.

◆ CopyFrom()

void goby::middleware::frontseat::protobuf::WavegliderSV2Config::CopyFrom ( const WavegliderSV2Config from)

◆ default_instance()

static const WavegliderSV2Config & goby::middleware::frontseat::protobuf::WavegliderSV2Config::default_instance ( )
inlinestatic

Definition at line 120 of file waveglider_sv2_frontseat_driver_config.pb.h.

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::middleware::frontseat::protobuf::WavegliderSV2Config::descriptor ( )
inlinestatic

Definition at line 111 of file waveglider_sv2_frontseat_driver_config.pb.h.

◆ GetCachedSize()

int goby::middleware::frontseat::protobuf::WavegliderSV2Config::GetCachedSize ( ) const
inlinefinal

Definition at line 173 of file waveglider_sv2_frontseat_driver_config.pb.h.

◆ GetClassData()

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

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::middleware::frontseat::protobuf::WavegliderSV2Config::GetDescriptor ( )
inlinestatic

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

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata goby::middleware::frontseat::protobuf::WavegliderSV2Config::GetMetadata ( ) const
final

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection * goby::middleware::frontseat::protobuf::WavegliderSV2Config::GetReflection ( )
inlinestatic

Definition at line 117 of file waveglider_sv2_frontseat_driver_config.pb.h.

◆ has_board_id()

bool goby::middleware::frontseat::protobuf::WavegliderSV2Config::has_board_id ( ) const
inline

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

◆ has_pm_serial_baud()

bool goby::middleware::frontseat::protobuf::WavegliderSV2Config::has_pm_serial_baud ( ) const
inline

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

◆ has_pm_serial_port()

bool goby::middleware::frontseat::protobuf::WavegliderSV2Config::has_pm_serial_port ( ) const
inline

Definition at line 301 of file waveglider_sv2_frontseat_driver_config.pb.h.

◆ has_task_id()

bool goby::middleware::frontseat::protobuf::WavegliderSV2Config::has_task_id ( ) const
inline

Definition at line 425 of file waveglider_sv2_frontseat_driver_config.pb.h.

◆ internal_default_instance()

static const WavegliderSV2Config * goby::middleware::frontseat::protobuf::WavegliderSV2Config::internal_default_instance ( )
inlinestatic

Definition at line 123 of file waveglider_sv2_frontseat_driver_config.pb.h.

◆ IsInitialized()

bool goby::middleware::frontseat::protobuf::WavegliderSV2Config::IsInitialized ( ) const
final

◆ MergeFrom()

void goby::middleware::frontseat::protobuf::WavegliderSV2Config::MergeFrom ( const WavegliderSV2Config from)
inline

Definition at line 160 of file waveglider_sv2_frontseat_driver_config.pb.h.

◆ mutable_pm_serial_port()

std::string * goby::middleware::frontseat::protobuf::WavegliderSV2Config::mutable_pm_serial_port ( )
inline

Definition at line 319 of file waveglider_sv2_frontseat_driver_config.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * goby::middleware::frontseat::protobuf::WavegliderSV2Config::mutable_unknown_fields ( )
inline

Definition at line 107 of file waveglider_sv2_frontseat_driver_config.pb.h.

◆ New()

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

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

◆ operator=() [1/2]

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

Definition at line 86 of file waveglider_sv2_frontseat_driver_config.pb.h.

◆ operator=() [2/2]

WavegliderSV2Config & goby::middleware::frontseat::protobuf::WavegliderSV2Config::operator= ( WavegliderSV2Config &&  from)
inlinenoexcept

Definition at line 90 of file waveglider_sv2_frontseat_driver_config.pb.h.

◆ pm_serial_baud()

uint32_t goby::middleware::frontseat::protobuf::WavegliderSV2Config::pm_serial_baud ( ) const
inline

Definition at line 379 of file waveglider_sv2_frontseat_driver_config.pb.h.

◆ pm_serial_port()

const std::string & goby::middleware::frontseat::protobuf::WavegliderSV2Config::pm_serial_port ( ) const
inline

Definition at line 308 of file waveglider_sv2_frontseat_driver_config.pb.h.

◆ release_pm_serial_port()

std::string * goby::middleware::frontseat::protobuf::WavegliderSV2Config::release_pm_serial_port ( )
inline

Definition at line 335 of file waveglider_sv2_frontseat_driver_config.pb.h.

◆ set_allocated_pm_serial_port()

void goby::middleware::frontseat::protobuf::WavegliderSV2Config::set_allocated_pm_serial_port ( std::string *  pm_serial_port)
inline

Definition at line 349 of file waveglider_sv2_frontseat_driver_config.pb.h.

◆ set_board_id()

void goby::middleware::frontseat::protobuf::WavegliderSV2Config::set_board_id ( uint32_t  value)
inline

Definition at line 415 of file waveglider_sv2_frontseat_driver_config.pb.h.

◆ set_pm_serial_baud()

void goby::middleware::frontseat::protobuf::WavegliderSV2Config::set_pm_serial_baud ( uint32_t  value)
inline

Definition at line 387 of file waveglider_sv2_frontseat_driver_config.pb.h.

◆ set_pm_serial_port() [1/2]

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

◆ set_pm_serial_port() [2/2]

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

Definition at line 314 of file waveglider_sv2_frontseat_driver_config.pb.h.

◆ set_task_id()

void goby::middleware::frontseat::protobuf::WavegliderSV2Config::set_task_id ( uint32_t  value)
inline

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

◆ Swap()

void goby::middleware::frontseat::protobuf::WavegliderSV2Config::Swap ( WavegliderSV2Config other)
inline

Definition at line 133 of file waveglider_sv2_frontseat_driver_config.pb.h.

◆ task_id()

uint32_t goby::middleware::frontseat::protobuf::WavegliderSV2Config::task_id ( ) const
inline

Definition at line 435 of file waveglider_sv2_frontseat_driver_config.pb.h.

◆ unknown_fields()

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

Definition at line 104 of file waveglider_sv2_frontseat_driver_config.pb.h.

◆ UnsafeArenaSwap()

void goby::middleware::frontseat::protobuf::WavegliderSV2Config::UnsafeArenaSwap ( WavegliderSV2Config other)
inline

Definition at line 146 of file waveglider_sv2_frontseat_driver_config.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 267 of file waveglider_sv2_frontseat_driver_config.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 182 of file waveglider_sv2_frontseat_driver_config.pb.h.

◆ ::TableStruct_goby_2fmiddleware_2ffrontseat_2fwaveglider_2fwaveglider_5fsv2_5ffrontseat_5fdriver_5fconfig_2eproto

◆ swap

void swap ( WavegliderSV2Config a,
WavegliderSV2Config b 
)
friend

Definition at line 130 of file waveglider_sv2_frontseat_driver_config.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData goby::middleware::frontseat::protobuf::WavegliderSV2Config::_class_data_
static

Definition at line 191 of file waveglider_sv2_frontseat_driver_config.pb.h.

◆ _impl_

Impl_ goby::middleware::frontseat::protobuf::WavegliderSV2Config::_impl_

Definition at line 278 of file waveglider_sv2_frontseat_driver_config.pb.h.

◆ kIndexInFileMessages

constexpr int goby::middleware::frontseat::protobuf::WavegliderSV2Config::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 127 of file waveglider_sv2_frontseat_driver_config.pb.h.


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