Goby3  3.1.5
2024.05.14
goby::test::protobuf::PROTOBUF_FINAL Class Reference

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

Inheritance diagram for goby::test::protobuf::PROTOBUF_FINAL:

Public Types

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

Public Member Functions

 MMDriverTest2Config ()
 
virtual ~MMDriverTest2Config ()
 
 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 () const final
 
MMDriverTest2ConfigNew (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
void CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void MergeFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) 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
 
::PROTOBUF_NAMESPACE_ID::uint8 * _InternalSerialize (::PROTOBUF_NAMESPACE_ID::uint8 *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
 
int GetCachedSize () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
int transmission_size () const
 
void clear_transmission ()
 
::goby::acomms::protobuf::ModemTransmission * mutable_transmission (int index)
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::acomms::protobuf::ModemTransmission > * mutable_transmission ()
 
const ::goby::acomms::protobuf::ModemTransmission & transmission (int index) const
 
::goby::acomms::protobuf::ModemTransmission * add_transmission ()
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::acomms::protobuf::ModemTransmission > & transmission () const
 
bool has_app () const
 
void clear_app ()
 
const ::goby::middleware::protobuf::AppConfig & app () const
 
::goby::middleware::protobuf::AppConfig * release_app ()
 
::goby::middleware::protobuf::AppConfig * mutable_app ()
 
void set_allocated_app (::goby::middleware::protobuf::AppConfig *app)
 
void unsafe_arena_set_allocated_app (::goby::middleware::protobuf::AppConfig *app)
 
::goby::middleware::protobuf::AppConfig * unsafe_arena_release_app ()
 
bool has_mm1_cfg () const
 
void clear_mm1_cfg ()
 
const ::goby::acomms::protobuf::DriverConfig & mm1_cfg () const
 
::goby::acomms::protobuf::DriverConfig * release_mm1_cfg ()
 
::goby::acomms::protobuf::DriverConfig * mutable_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::DriverConfig * unsafe_arena_release_mm1_cfg ()
 
bool has_mm2_cfg () const
 
void clear_mm2_cfg ()
 
const ::goby::acomms::protobuf::DriverConfig & mm2_cfg () const
 
::goby::acomms::protobuf::DriverConfig * release_mm2_cfg ()
 
::goby::acomms::protobuf::DriverConfig * mutable_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::DriverConfig * unsafe_arena_release_mm2_cfg ()
 
bool has_repeat () const
 
void clear_repeat ()
 
::PROTOBUF_NAMESPACE_ID::int32 repeat () const
 
void set_repeat (::PROTOBUF_NAMESPACE_ID::int32 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 void InitAsDefaultInstance ()
 
static const MMDriverTest2Configinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 

Protected Member Functions

 MMDriverTest2Config (::PROTOBUF_NAMESPACE_ID::Arena *arena)
 

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 83 of file test_config.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kTransmissionFieldNumber 
kAppFieldNumber 
kMm1CfgFieldNumber 
kMm2CfgFieldNumber 
kRepeatFieldNumber 

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

Constructor & Destructor Documentation

◆ ~MMDriverTest2Config()

virtual goby::test::protobuf::PROTOBUF_FINAL::~MMDriverTest2Config ( )
virtual

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ add_transmission()

::goby::acomms::protobuf::ModemTransmission* goby::test::protobuf::PROTOBUF_FINAL::add_transmission ( )

◆ app()

const ::goby::middleware::protobuf::AppConfig& goby::test::protobuf::PROTOBUF_FINAL::app ( ) const

◆ ByteSizeLong()

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

◆ Clear()

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

◆ clear_app()

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

◆ clear_mm1_cfg()

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

◆ clear_mm2_cfg()

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

◆ clear_repeat()

void goby::test::protobuf::PROTOBUF_FINAL::clear_repeat ( )

◆ clear_transmission()

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

◆ CopyFrom() [1/2]

void goby::test::protobuf::PROTOBUF_FINAL::CopyFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

◆ CopyFrom() [2/2]

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

◆ default_instance()

static const MMDriverTest2Config& goby::test::protobuf::PROTOBUF_FINAL::default_instance ( )
static

◆ descriptor()

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

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

◆ GetCachedSize()

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

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

◆ GetReflection()

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

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

◆ has_app()

bool goby::test::protobuf::PROTOBUF_FINAL::has_app ( ) const

◆ has_mm1_cfg()

bool goby::test::protobuf::PROTOBUF_FINAL::has_mm1_cfg ( ) const

◆ has_mm2_cfg()

bool goby::test::protobuf::PROTOBUF_FINAL::has_mm2_cfg ( ) const

◆ has_repeat()

bool goby::test::protobuf::PROTOBUF_FINAL::has_repeat ( ) const

◆ InitAsDefaultInstance()

static void goby::test::protobuf::PROTOBUF_FINAL::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

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

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

◆ IsInitialized()

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

◆ MergeFrom() [1/2]

void goby::test::protobuf::PROTOBUF_FINAL::MergeFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

◆ MergeFrom() [2/2]

void goby::test::protobuf::PROTOBUF_FINAL::MergeFrom ( const MMDriverTest2Config from)

◆ mm1_cfg()

const ::goby::acomms::protobuf::DriverConfig& goby::test::protobuf::PROTOBUF_FINAL::mm1_cfg ( ) const

◆ mm2_cfg()

const ::goby::acomms::protobuf::DriverConfig& goby::test::protobuf::PROTOBUF_FINAL::mm2_cfg ( ) const

◆ MMDriverTest2Config() [1/4]

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

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

◆ MMDriverTest2Config() [2/4]

goby::test::protobuf::PROTOBUF_FINAL::MMDriverTest2Config ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena)
explicitprotected

◆ MMDriverTest2Config() [3/4]

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

◆ MMDriverTest2Config() [4/4]

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

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

◆ mutable_app()

::goby::middleware::protobuf::AppConfig* goby::test::protobuf::PROTOBUF_FINAL::mutable_app ( )

◆ mutable_mm1_cfg()

::goby::acomms::protobuf::DriverConfig* goby::test::protobuf::PROTOBUF_FINAL::mutable_mm1_cfg ( )

◆ mutable_mm2_cfg()

::goby::acomms::protobuf::DriverConfig* goby::test::protobuf::PROTOBUF_FINAL::mutable_mm2_cfg ( )

◆ mutable_transmission() [1/2]

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

◆ mutable_transmission() [2/2]

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

◆ mutable_unknown_fields()

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

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

◆ New() [1/2]

MMDriverTest2Config* goby::test::protobuf::PROTOBUF_FINAL::New ( ) const
inlinefinal

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

◆ New() [2/2]

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ release_app()

::goby::middleware::protobuf::AppConfig* goby::test::protobuf::PROTOBUF_FINAL::release_app ( )

◆ release_mm1_cfg()

::goby::acomms::protobuf::DriverConfig* goby::test::protobuf::PROTOBUF_FINAL::release_mm1_cfg ( )

◆ release_mm2_cfg()

::goby::acomms::protobuf::DriverConfig* goby::test::protobuf::PROTOBUF_FINAL::release_mm2_cfg ( )

◆ repeat()

::PROTOBUF_NAMESPACE_ID::int32 goby::test::protobuf::PROTOBUF_FINAL::repeat ( ) const

◆ set_allocated_app()

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

◆ set_allocated_mm1_cfg()

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

◆ set_allocated_mm2_cfg()

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

◆ set_repeat()

void goby::test::protobuf::PROTOBUF_FINAL::set_repeat ( ::PROTOBUF_NAMESPACE_ID::int32  value)

◆ Swap()

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

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

◆ transmission() [1/2]

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

◆ transmission() [2/2]

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

◆ transmission_size()

int goby::test::protobuf::PROTOBUF_FINAL::transmission_size ( ) const

◆ unknown_fields()

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

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

◆ unsafe_arena_release_app()

::goby::middleware::protobuf::AppConfig* goby::test::protobuf::PROTOBUF_FINAL::unsafe_arena_release_app ( )

◆ unsafe_arena_release_mm1_cfg()

::goby::acomms::protobuf::DriverConfig* goby::test::protobuf::PROTOBUF_FINAL::unsafe_arena_release_mm1_cfg ( )

◆ unsafe_arena_release_mm2_cfg()

::goby::acomms::protobuf::DriverConfig* goby::test::protobuf::PROTOBUF_FINAL::unsafe_arena_release_mm2_cfg ( )

◆ unsafe_arena_set_allocated_app()

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

◆ unsafe_arena_set_allocated_mm1_cfg()

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

◆ unsafe_arena_set_allocated_mm2_cfg()

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

◆ UnsafeArenaSwap()

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

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

Friends And Related Function Documentation

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

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

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

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

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

◆ ::TableStruct_goby_2ftest_2facomms_2fmmdriver2_2ftest_5fconfig_2eproto

◆ swap

void swap ( MMDriverTest2Config a,
MMDriverTest2Config b 
)
friend

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

Member Data Documentation

◆ kIndexInFileMessages

constexpr int goby::test::protobuf::PROTOBUF_FINAL::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

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


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