Goby3 3.5.1
2026.06.04
Loading...
Searching...
No Matches
goby::test::protobuf::MMDriverTest2Config Class Referencefinal

#include <goby/test/acomms/mmdriver2/test_config.pb.h>

Inheritance diagram for goby::test::protobuf::MMDriverTest2Config:

Public Types

enum  : int {
  kTransmissionFieldNumber = 20 , kAppFieldNumber = 1 , kMm1CfgFieldNumber = 10 , kMm2CfgFieldNumber = 11 ,
  kRepeatFieldNumber = 21
}

Public Member Functions

 MMDriverTest2Config ()
 ~MMDriverTest2Config () override
PROTOBUF_CONSTEXPR MMDriverTest2Config (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 MMDriverTest2Config (const MMDriverTest2Config &from)
 MMDriverTest2Config (MMDriverTest2Config &&from) noexcept
MMDriverTest2Configoperator= (const MMDriverTest2Config &from)
MMDriverTest2Configoperator= (MMDriverTest2Config &&from) noexcept
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
void Swap (MMDriverTest2Config *other)
void UnsafeArenaSwap (MMDriverTest2Config *other)
MMDriverTest2ConfigNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
void CopyFrom (const MMDriverTest2Config &from)
void MergeFrom (const MMDriverTest2Config &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
int transmission_size () const
void clear_transmission ()
::goby::acomms::protobuf::ModemTransmissionmutable_transmission (int index)
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::acomms::protobuf::ModemTransmission > * mutable_transmission ()
const ::goby::acomms::protobuf::ModemTransmissiontransmission (int index) const
::goby::acomms::protobuf::ModemTransmissionadd_transmission ()
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::acomms::protobuf::ModemTransmission > & transmission () const
bool has_app () const
void clear_app ()
const ::goby::middleware::protobuf::AppConfigapp () const
PROTOBUF_NODISCARD::goby::middleware::protobuf::AppConfig * release_app ()
::goby::middleware::protobuf::AppConfigmutable_app ()
void set_allocated_app (::goby::middleware::protobuf::AppConfig *app)
void unsafe_arena_set_allocated_app (::goby::middleware::protobuf::AppConfig *app)
::goby::middleware::protobuf::AppConfigunsafe_arena_release_app ()
bool has_mm1_cfg () const
void clear_mm1_cfg ()
const ::goby::acomms::protobuf::DriverConfigmm1_cfg () const
PROTOBUF_NODISCARD::goby::acomms::protobuf::DriverConfig * release_mm1_cfg ()
::goby::acomms::protobuf::DriverConfigmutable_mm1_cfg ()
void set_allocated_mm1_cfg (::goby::acomms::protobuf::DriverConfig *mm1_cfg)
void unsafe_arena_set_allocated_mm1_cfg (::goby::acomms::protobuf::DriverConfig *mm1_cfg)
::goby::acomms::protobuf::DriverConfigunsafe_arena_release_mm1_cfg ()
bool has_mm2_cfg () const
void clear_mm2_cfg ()
const ::goby::acomms::protobuf::DriverConfigmm2_cfg () const
PROTOBUF_NODISCARD::goby::acomms::protobuf::DriverConfig * release_mm2_cfg ()
::goby::acomms::protobuf::DriverConfigmutable_mm2_cfg ()
void set_allocated_mm2_cfg (::goby::acomms::protobuf::DriverConfig *mm2_cfg)
void unsafe_arena_set_allocated_mm2_cfg (::goby::acomms::protobuf::DriverConfig *mm2_cfg)
::goby::acomms::protobuf::DriverConfigunsafe_arena_release_mm2_cfg ()
bool has_repeat () const
void clear_repeat ()
int32_t repeat () const
void set_repeat (int32_t 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 MMDriverTest2Configdefault_instance ()
static const MMDriverTest2Configinternal_default_instance ()

Static Public Attributes

static constexpr int kIndexInFileMessages
static const ClassData _class_data_

Protected Member Functions

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

Detailed Description

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kTransmissionFieldNumber 
kAppFieldNumber 
kMm1CfgFieldNumber 
kMm2CfgFieldNumber 
kRepeatFieldNumber 

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

Constructor & Destructor Documentation

◆ MMDriverTest2Config() [1/5]

goby::test::protobuf::MMDriverTest2Config::MMDriverTest2Config ( )
inline

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

◆ ~MMDriverTest2Config()

goby::test::protobuf::MMDriverTest2Config::~MMDriverTest2Config ( )
override

◆ MMDriverTest2Config() [2/5]

PROTOBUF_CONSTEXPR goby::test::protobuf::MMDriverTest2Config::MMDriverTest2Config ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized )
explicit

◆ MMDriverTest2Config() [3/5]

goby::test::protobuf::MMDriverTest2Config::MMDriverTest2Config ( const MMDriverTest2Config & from)

◆ MMDriverTest2Config() [4/5]

goby::test::protobuf::MMDriverTest2Config::MMDriverTest2Config ( MMDriverTest2Config && from)
inlinenoexcept

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

◆ MMDriverTest2Config() [5/5]

goby::test::protobuf::MMDriverTest2Config::MMDriverTest2Config ( ::PROTOBUF_NAMESPACE_ID::Arena * arena,
bool is_message_owned = false )
explicitprotected

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ add_transmission()

goby::acomms::protobuf::ModemTransmission * goby::test::protobuf::MMDriverTest2Config::add_transmission ( )
inline

Definition at line 612 of file test_config.pb.h.

◆ app()

const::goby::middleware::protobuf::AppConfig & goby::test::protobuf::MMDriverTest2Config::app ( ) const
inline

Definition at line 339 of file test_config.pb.h.

◆ ByteSizeLong()

size_t goby::test::protobuf::MMDriverTest2Config::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::test::protobuf::MMDriverTest2Config::Clear ( )
final

◆ clear_app()

void goby::test::protobuf::MMDriverTest2Config::clear_app ( )

◆ clear_mm1_cfg()

void goby::test::protobuf::MMDriverTest2Config::clear_mm1_cfg ( )

◆ clear_mm2_cfg()

void goby::test::protobuf::MMDriverTest2Config::clear_mm2_cfg ( )

◆ clear_repeat()

void goby::test::protobuf::MMDriverTest2Config::clear_repeat ( )
inline

Definition at line 631 of file test_config.pb.h.

◆ clear_transmission()

void goby::test::protobuf::MMDriverTest2Config::clear_transmission ( )

◆ CopyFrom()

void goby::test::protobuf::MMDriverTest2Config::CopyFrom ( const MMDriverTest2Config & from)

◆ default_instance()

const MMDriverTest2Config & goby::test::protobuf::MMDriverTest2Config::default_instance ( )
inlinestatic

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

◆ descriptor()

const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::test::protobuf::MMDriverTest2Config::descriptor ( )
inlinestatic

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

◆ GetCachedSize()

int goby::test::protobuf::MMDriverTest2Config::GetCachedSize ( ) const
inlinefinal

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

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * goby::test::protobuf::MMDriverTest2Config::GetClassData ( ) const
final

◆ GetDescriptor()

const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::test::protobuf::MMDriverTest2Config::GetDescriptor ( )
inlinestatic

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

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata goby::test::protobuf::MMDriverTest2Config::GetMetadata ( ) const
final

◆ GetReflection()

const ::PROTOBUF_NAMESPACE_ID::Reflection * goby::test::protobuf::MMDriverTest2Config::GetReflection ( )
inlinestatic

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

◆ has_app()

bool goby::test::protobuf::MMDriverTest2Config::has_app ( ) const
inline

Definition at line 331 of file test_config.pb.h.

◆ has_mm1_cfg()

bool goby::test::protobuf::MMDriverTest2Config::has_mm1_cfg ( ) const
inline

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

◆ has_mm2_cfg()

bool goby::test::protobuf::MMDriverTest2Config::has_mm2_cfg ( ) const
inline

Definition at line 505 of file test_config.pb.h.

◆ has_repeat()

bool goby::test::protobuf::MMDriverTest2Config::has_repeat ( ) const
inline

Definition at line 628 of file test_config.pb.h.

◆ internal_default_instance()

const MMDriverTest2Config * goby::test::protobuf::MMDriverTest2Config::internal_default_instance ( )
inlinestatic

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

◆ IsInitialized()

bool goby::test::protobuf::MMDriverTest2Config::IsInitialized ( ) const
final

◆ MergeFrom()

void goby::test::protobuf::MMDriverTest2Config::MergeFrom ( const MMDriverTest2Config & from)
inline

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

◆ mm1_cfg()

const::goby::acomms::protobuf::DriverConfig & goby::test::protobuf::MMDriverTest2Config::mm1_cfg ( ) const
inline

Definition at line 426 of file test_config.pb.h.

◆ mm2_cfg()

const::goby::acomms::protobuf::DriverConfig & goby::test::protobuf::MMDriverTest2Config::mm2_cfg ( ) const
inline

Definition at line 513 of file test_config.pb.h.

◆ mutable_app()

goby::middleware::protobuf::AppConfig * goby::test::protobuf::MMDriverTest2Config::mutable_app ( )
inline

Definition at line 386 of file test_config.pb.h.

◆ mutable_mm1_cfg()

goby::acomms::protobuf::DriverConfig * goby::test::protobuf::MMDriverTest2Config::mutable_mm1_cfg ( )
inline

Definition at line 473 of file test_config.pb.h.

◆ mutable_mm2_cfg()

goby::acomms::protobuf::DriverConfig * goby::test::protobuf::MMDriverTest2Config::mutable_mm2_cfg ( )
inline

Definition at line 560 of file test_config.pb.h.

◆ mutable_transmission() [1/2]

PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::goby::acomms::protobuf::ModemTransmission > * goby::test::protobuf::MMDriverTest2Config::mutable_transmission ( )
inline

Definition at line 598 of file test_config.pb.h.

◆ mutable_transmission() [2/2]

goby::acomms::protobuf::ModemTransmission * goby::test::protobuf::MMDriverTest2Config::mutable_transmission ( int index)
inline

Definition at line 593 of file test_config.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * goby::test::protobuf::MMDriverTest2Config::mutable_unknown_fields ( )
inline

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

◆ New()

MMDriverTest2Config * goby::test::protobuf::MMDriverTest2Config::New ( ::PROTOBUF_NAMESPACE_ID::Arena * arena = nullptr) const
inlinefinal

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

◆ operator=() [1/2]

MMDriverTest2Config & goby::test::protobuf::MMDriverTest2Config::operator= ( const MMDriverTest2Config & from)
inline

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

◆ operator=() [2/2]

MMDriverTest2Config & goby::test::protobuf::MMDriverTest2Config::operator= ( MMDriverTest2Config && from)
inlinenoexcept

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

◆ release_app()

goby::middleware::protobuf::AppConfig * goby::test::protobuf::MMDriverTest2Config::release_app ( )
inline

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

◆ release_mm1_cfg()

goby::acomms::protobuf::DriverConfig * goby::test::protobuf::MMDriverTest2Config::release_mm1_cfg ( )
inline

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

◆ release_mm2_cfg()

goby::acomms::protobuf::DriverConfig * goby::test::protobuf::MMDriverTest2Config::release_mm2_cfg ( )
inline

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

◆ repeat()

int32_t goby::test::protobuf::MMDriverTest2Config::repeat ( ) const
inline

Definition at line 638 of file test_config.pb.h.

◆ set_allocated_app()

void goby::test::protobuf::MMDriverTest2Config::set_allocated_app ( ::goby::middleware::protobuf::AppConfig * app)
inline

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

◆ set_allocated_mm1_cfg()

void goby::test::protobuf::MMDriverTest2Config::set_allocated_mm1_cfg ( ::goby::acomms::protobuf::DriverConfig * mm1_cfg)
inline

Definition at line 478 of file test_config.pb.h.

◆ set_allocated_mm2_cfg()

void goby::test::protobuf::MMDriverTest2Config::set_allocated_mm2_cfg ( ::goby::acomms::protobuf::DriverConfig * mm2_cfg)
inline

Definition at line 565 of file test_config.pb.h.

◆ set_repeat()

void goby::test::protobuf::MMDriverTest2Config::set_repeat ( int32_t value)
inline

Definition at line 646 of file test_config.pb.h.

◆ Swap()

void goby::test::protobuf::MMDriverTest2Config::Swap ( MMDriverTest2Config * other)
inline

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

◆ transmission() [1/2]

const::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::goby::acomms::protobuf::ModemTransmission > & goby::test::protobuf::MMDriverTest2Config::transmission ( ) const
inline

Definition at line 618 of file test_config.pb.h.

◆ transmission() [2/2]

const::goby::acomms::protobuf::ModemTransmission & goby::test::protobuf::MMDriverTest2Config::transmission ( int index) const
inline

Definition at line 605 of file test_config.pb.h.

◆ transmission_size()

int goby::test::protobuf::MMDriverTest2Config::transmission_size ( ) const
inline

Definition at line 590 of file test_config.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & goby::test::protobuf::MMDriverTest2Config::unknown_fields ( ) const
inline

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

◆ unsafe_arena_release_app()

goby::middleware::protobuf::AppConfig * goby::test::protobuf::MMDriverTest2Config::unsafe_arena_release_app ( )
inline

Definition at line 371 of file test_config.pb.h.

◆ unsafe_arena_release_mm1_cfg()

goby::acomms::protobuf::DriverConfig * goby::test::protobuf::MMDriverTest2Config::unsafe_arena_release_mm1_cfg ( )
inline

Definition at line 458 of file test_config.pb.h.

◆ unsafe_arena_release_mm2_cfg()

goby::acomms::protobuf::DriverConfig * goby::test::protobuf::MMDriverTest2Config::unsafe_arena_release_mm2_cfg ( )
inline

Definition at line 545 of file test_config.pb.h.

◆ unsafe_arena_set_allocated_app()

void goby::test::protobuf::MMDriverTest2Config::unsafe_arena_set_allocated_app ( ::goby::middleware::protobuf::AppConfig * app)
inline

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

◆ unsafe_arena_set_allocated_mm1_cfg()

void goby::test::protobuf::MMDriverTest2Config::unsafe_arena_set_allocated_mm1_cfg ( ::goby::acomms::protobuf::DriverConfig * mm1_cfg)
inline

Definition at line 430 of file test_config.pb.h.

◆ unsafe_arena_set_allocated_mm2_cfg()

void goby::test::protobuf::MMDriverTest2Config::unsafe_arena_set_allocated_mm2_cfg ( ::goby::acomms::protobuf::DriverConfig * mm2_cfg)
inline

Definition at line 517 of file test_config.pb.h.

◆ UnsafeArenaSwap()

void goby::test::protobuf::MMDriverTest2Config::UnsafeArenaSwap ( MMDriverTest2Config * other)
inline

Definition at line 146 of file test_config.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

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

Definition at line 299 of file test_config.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

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

◆ ::TableStruct_goby_2ftest_2facomms_2fmmdriver2_2ftest_5fconfig_2eproto

friend struct ::TableStruct_goby_2ftest_2facomms_2fmmdriver2_2ftest_5fconfig_2eproto
friend

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

◆ swap

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

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

Member Data Documentation

◆ _class_data_

const ClassData goby::test::protobuf::MMDriverTest2Config::_class_data_
static

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

◆ _impl_

Impl_ goby::test::protobuf::MMDriverTest2Config::_impl_

Definition at line 311 of file test_config.pb.h.

◆ kIndexInFileMessages

int goby::test::protobuf::MMDriverTest2Config::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

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


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