Goby3  3.1.4
2024.02.22
goby::test::protobuf::MMDriverTest2Config Class Reference

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

Inheritance diagram for goby::test::protobuf::MMDriverTest2Config:
google::protobuf::Message google::protobuf::MessageLite

Public Member Functions

 MMDriverTest2Config ()
 
virtual ~MMDriverTest2Config ()
 
 MMDriverTest2Config (const MMDriverTest2Config &from)
 
MMDriverTest2Configoperator= (const MMDriverTest2Config &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (MMDriverTest2Config *other)
 
MMDriverTest2ConfigNew () const final
 
MMDriverTest2ConfigNew (::google::protobuf::Arena *arena) const final
 
void CopyFrom (const ::google::protobuf::Message &from) final
 
void MergeFrom (const ::google::protobuf::Message &from) final
 
void CopyFrom (const MMDriverTest2Config &from)
 
void MergeFrom (const MMDriverTest2Config &from)
 
void Clear () final
 
bool IsInitialized () const final
 
size_t ByteSizeLong () const final
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) final
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const final
 
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *target) const final
 
int GetCachedSize () const final
 
::google::protobuf::Metadata GetMetadata () const final
 
int transmission_size () const
 
void clear_transmission ()
 
::goby::acomms::protobuf::ModemTransmissionmutable_transmission (int index)
 
::google::protobuf::RepeatedPtrField< ::goby::acomms::protobuf::ModemTransmission > * mutable_transmission ()
 
const ::goby::acomms::protobuf::ModemTransmissiontransmission (int index) const
 
::goby::acomms::protobuf::ModemTransmissionadd_transmission ()
 
const ::google::protobuf::RepeatedPtrField< ::goby::acomms::protobuf::ModemTransmission > & transmission () const
 
bool has_app () const
 
void clear_app ()
 
const ::goby::middleware::protobuf::AppConfigapp () const
 
::goby::middleware::protobuf::AppConfigrelease_app ()
 
::goby::middleware::protobuf::AppConfigmutable_app ()
 
void set_allocated_app (::goby::middleware::protobuf::AppConfig *app)
 
bool has_mm1_cfg () const
 
void clear_mm1_cfg ()
 
const ::goby::acomms::protobuf::DriverConfigmm1_cfg () const
 
::goby::acomms::protobuf::DriverConfigrelease_mm1_cfg ()
 
::goby::acomms::protobuf::DriverConfigmutable_mm1_cfg ()
 
void set_allocated_mm1_cfg (::goby::acomms::protobuf::DriverConfig *mm1_cfg)
 
bool has_mm2_cfg () const
 
void clear_mm2_cfg ()
 
const ::goby::acomms::protobuf::DriverConfigmm2_cfg () const
 
::goby::acomms::protobuf::DriverConfigrelease_mm2_cfg ()
 
::goby::acomms::protobuf::DriverConfigmutable_mm2_cfg ()
 
void set_allocated_mm2_cfg (::goby::acomms::protobuf::DriverConfig *mm2_cfg)
 
bool has_repeat () const
 
void clear_repeat ()
 
::google::protobuf::int32 repeat () const
 
void set_repeat (::google::protobuf::int32 value)
 
- Public Member Functions inherited from google::protobuf::Message
 Message ()
 
virtual ~Message ()
 
virtual void CopyFrom (const Message &from)
 
virtual void MergeFrom (const Message &from)
 
void CheckInitialized () const
 
void FindInitializationErrors (std::vector< string > *errors) const
 
string InitializationErrorString () const
 
virtual void DiscardUnknownFields ()
 
virtual size_t SpaceUsedLong () const
 
int SpaceUsed () const
 
string DebugString () const
 
string ShortDebugString () const
 
string Utf8DebugString () const
 
void PrintDebugString () const
 
bool ParseFromFileDescriptor (int file_descriptor)
 
bool ParsePartialFromFileDescriptor (int file_descriptor)
 
bool ParseFromIstream (std::istream *input)
 
bool ParsePartialFromIstream (std::istream *input)
 
bool SerializeToFileDescriptor (int file_descriptor) const
 
bool SerializePartialToFileDescriptor (int file_descriptor) const
 
bool SerializeToOstream (std::ostream *output) const
 
bool SerializePartialToOstream (std::ostream *output) const
 
virtual string GetTypeName () const
 
virtual void CheckTypeAndMergeFrom (const MessageLite &other)
 
virtual bool MergePartialFromCodedStream (io::CodedInputStream *input)
 
virtual void SerializeWithCachedSizes (io::CodedOutputStream *output) const
 
const Descriptor * GetDescriptor () const
 
virtual const ReflectionGetReflection () const final
 
- Public Member Functions inherited from google::protobuf::MessageLite
 MessageLite ()
 
virtual ~MessageLite ()
 
virtual ::google::protobuf::ArenaGetArena () const
 
virtual void * GetMaybeArenaPointer () const
 
bool ParseFromCodedStream (io::CodedInputStream *input)
 
bool ParsePartialFromCodedStream (io::CodedInputStream *input)
 
bool ParseFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParsePartialFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParseFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParsePartialFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParseFromString (const string &data)
 
bool ParsePartialFromString (const string &data)
 
bool ParseFromArray (const void *data, int size)
 
bool ParsePartialFromArray (const void *data, int size)
 
bool MergeFromCodedStream (io::CodedInputStream *input)
 
bool SerializeToCodedStream (io::CodedOutputStream *output) const
 
bool SerializePartialToCodedStream (io::CodedOutputStream *output) const
 
bool SerializeToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializePartialToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializeToString (string *output) const
 
bool SerializePartialToString (string *output) const
 
bool SerializeToArray (void *data, int size) const
 
bool SerializePartialToArray (void *data, int size) const
 
string SerializeAsString () const
 
string SerializePartialAsString () const
 
bool AppendToString (string *output) const
 
bool AppendPartialToString (string *output) const
 
int ByteSize () const
 
virtual uint8 * SerializeWithCachedSizesToArray (uint8 *target) const
 
virtual uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, uint8 *target) const
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const MMDriverTest2Configdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const MMDriverTest2Configinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kTransmissionFieldNumber = 20
 
static const int kAppFieldNumber = 1
 
static const int kMm1CfgFieldNumber = 10
 
static const int kMm2CfgFieldNumber = 11
 
static const int kRepeatFieldNumber = 21
 

Friends

struct ::protobuf_goby_2ftest_2facomms_2fmmdriver2_2ftest_5fconfig_2eproto::TableStruct
 
void swap (MMDriverTest2Config &a, MMDriverTest2Config &b)
 

Additional Inherited Members

- Public Types inherited from google::protobuf::Message
typedef google::protobuf::Reflection Reflection
 
- Static Protected Member Functions inherited from google::protobuf::MessageLite
template<typename T >
::google::protobuf::internal::RepeatedPtrFieldBase * CastToBase (::google::protobuf::RepeatedPtrField< T > *repeated)
 
template<typename T >
static const ::google::protobuf::internal::RepeatedPtrFieldBase & CastToBase (const ::google::protobuf::RepeatedPtrField< T > &repeated)
 
template<typename T >
static T * CreateMaybeMessage (Arena *arena)
 

Detailed Description

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

Constructor & Destructor Documentation

◆ MMDriverTest2Config() [1/2]

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

◆ ~MMDriverTest2Config()

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

◆ MMDriverTest2Config() [2/2]

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

Member Function Documentation

◆ add_transmission()

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

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

◆ app()

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

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

◆ ByteSizeLong()

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

Reimplemented from google::protobuf::Message.

◆ Clear()

void goby::test::protobuf::MMDriverTest2Config::Clear ( )
finalvirtual

Reimplemented from google::protobuf::Message.

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

◆ clear_transmission()

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

◆ CopyFrom() [1/2]

void goby::test::protobuf::MMDriverTest2Config::CopyFrom ( const ::google::protobuf::Message from)
final

◆ CopyFrom() [2/2]

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

◆ default_instance()

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

◆ descriptor()

static const ::google::protobuf::Descriptor* goby::test::protobuf::MMDriverTest2Config::descriptor ( )
static

◆ GetCachedSize()

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

Implements google::protobuf::MessageLite.

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

◆ GetMetadata()

::google::protobuf::Metadata goby::test::protobuf::MMDriverTest2Config::GetMetadata ( ) const
finalvirtual

◆ has_app()

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

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

◆ has_mm1_cfg()

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

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

◆ has_mm2_cfg()

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

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

◆ has_repeat()

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

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

◆ InitAsDefaultInstance()

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

◆ internal_default_instance()

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

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

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* goby::test::protobuf::MMDriverTest2Config::InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  target 
) const
final

◆ IsInitialized()

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

Reimplemented from google::protobuf::Message.

◆ MergeFrom() [1/2]

void goby::test::protobuf::MMDriverTest2Config::MergeFrom ( const ::google::protobuf::Message from)
final

◆ MergeFrom() [2/2]

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

◆ MergePartialFromCodedStream()

bool goby::test::protobuf::MMDriverTest2Config::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
final

◆ mm1_cfg()

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

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

◆ mm2_cfg()

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

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

◆ mutable_app()

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

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

◆ mutable_mm1_cfg()

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

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

◆ mutable_mm2_cfg()

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

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

◆ mutable_transmission() [1/2]

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

Definition at line 431 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 426 of file test_config.pb.h.

◆ mutable_unknown_fields()

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

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

◆ New() [1/2]

MMDriverTest2Config* goby::test::protobuf::MMDriverTest2Config::New ( ) const
inlinefinalvirtual

Implements google::protobuf::Message.

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

◆ New() [2/2]

MMDriverTest2Config* goby::test::protobuf::MMDriverTest2Config::New ( ::google::protobuf::Arena arena) const
inlinefinalvirtual

Reimplemented from google::protobuf::Message.

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

◆ operator=()

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

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

◆ release_app()

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

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

◆ release_mm1_cfg()

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

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

◆ release_mm2_cfg()

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

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

◆ repeat()

google::protobuf::int32 goby::test::protobuf::MMDriverTest2Config::repeat ( ) const
inline

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

◆ SerializeWithCachedSizes()

void goby::test::protobuf::MMDriverTest2Config::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
final

◆ set_allocated_app()

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

Definition at line 295 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 349 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 403 of file test_config.pb.h.

◆ set_repeat()

void goby::test::protobuf::MMDriverTest2Config::set_repeat ( ::google::protobuf::int32  value)
inline

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

◆ Swap()

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

◆ transmission() [1/2]

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

Definition at line 444 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 435 of file test_config.pb.h.

◆ transmission_size()

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

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

◆ unknown_fields()

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

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

Friends And Related Function Documentation

◆ ::protobuf_goby_2ftest_2facomms_2fmmdriver2_2ftest_5fconfig_2eproto::TableStruct

◆ swap

void swap ( MMDriverTest2Config a,
MMDriverTest2Config b 
)
friend

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

Member Data Documentation

◆ kAppFieldNumber

const int goby::test::protobuf::MMDriverTest2Config::kAppFieldNumber = 1
static

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

◆ kIndexInFileMessages

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

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

◆ kMm1CfgFieldNumber

const int goby::test::protobuf::MMDriverTest2Config::kMm1CfgFieldNumber = 10
static

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

◆ kMm2CfgFieldNumber

const int goby::test::protobuf::MMDriverTest2Config::kMm2CfgFieldNumber = 11
static

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

◆ kRepeatFieldNumber

const int goby::test::protobuf::MMDriverTest2Config::kRepeatFieldNumber = 21
static

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

◆ kTransmissionFieldNumber

const int goby::test::protobuf::MMDriverTest2Config::kTransmissionFieldNumber = 20
static

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


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