Goby3  3.1.4
2024.02.22
goby::apps::moos::protobuf::GobyMOOSGatewayConfig Class Reference

#include <goby/moos/protobuf/moos_gateway_config.pb.h>

Inheritance diagram for goby::apps::moos::protobuf::GobyMOOSGatewayConfig:
google::protobuf::Message google::protobuf::MessageLite

Public Types

typedef GobyMOOSGatewayConfig_MOOSConfig MOOSConfig
 
- Public Types inherited from google::protobuf::Message
typedef google::protobuf::Reflection Reflection
 

Public Member Functions

 GobyMOOSGatewayConfig ()
 
virtual ~GobyMOOSGatewayConfig ()
 
 GobyMOOSGatewayConfig (const GobyMOOSGatewayConfig &from)
 
GobyMOOSGatewayConfigoperator= (const GobyMOOSGatewayConfig &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (GobyMOOSGatewayConfig *other)
 
GobyMOOSGatewayConfigNew () const final
 
GobyMOOSGatewayConfigNew (::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 GobyMOOSGatewayConfig &from)
 
void MergeFrom (const GobyMOOSGatewayConfig &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
 
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_interprocess () const
 
void clear_interprocess ()
 
const ::goby::zeromq::protobuf::InterProcessPortalConfiginterprocess () const
 
::goby::zeromq::protobuf::InterProcessPortalConfigrelease_interprocess ()
 
::goby::zeromq::protobuf::InterProcessPortalConfigmutable_interprocess ()
 
void set_allocated_interprocess (::goby::zeromq::protobuf::InterProcessPortalConfig *interprocess)
 
bool has_moos () const
 
void clear_moos ()
 
const ::goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfigmoos () const
 
::goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfigrelease_moos ()
 
::goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfigmutable_moos ()
 
void set_allocated_moos (::goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig *moos)
 
bool has_poll_frequency () const
 
void clear_poll_frequency ()
 
float poll_frequency () const
 
void set_poll_frequency (float 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 GobyMOOSGatewayConfigdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const GobyMOOSGatewayConfiginternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kAppFieldNumber = 1
 
static const int kInterprocessFieldNumber = 2
 
static const int kMoosFieldNumber = 3
 
static const int kPollFrequencyFieldNumber = 20
 

Friends

struct ::protobuf_goby_2fmoos_2fprotobuf_2fmoos_5fgateway_5fconfig_2eproto::TableStruct
 
void swap (GobyMOOSGatewayConfig &a, GobyMOOSGatewayConfig &b)
 

Additional Inherited Members

- 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 238 of file moos_gateway_config.pb.h.

Member Typedef Documentation

◆ MOOSConfig

Constructor & Destructor Documentation

◆ GobyMOOSGatewayConfig() [1/2]

goby::apps::moos::protobuf::GobyMOOSGatewayConfig::GobyMOOSGatewayConfig ( )

◆ ~GobyMOOSGatewayConfig()

virtual goby::apps::moos::protobuf::GobyMOOSGatewayConfig::~GobyMOOSGatewayConfig ( )
virtual

◆ GobyMOOSGatewayConfig() [2/2]

goby::apps::moos::protobuf::GobyMOOSGatewayConfig::GobyMOOSGatewayConfig ( const GobyMOOSGatewayConfig from)

Member Function Documentation

◆ app()

const ::goby::middleware::protobuf::AppConfig & goby::apps::moos::protobuf::GobyMOOSGatewayConfig::app ( ) const
inline

Definition at line 567 of file moos_gateway_config.pb.h.

◆ ByteSizeLong()

size_t goby::apps::moos::protobuf::GobyMOOSGatewayConfig::ByteSizeLong ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ Clear()

void goby::apps::moos::protobuf::GobyMOOSGatewayConfig::Clear ( )
finalvirtual

Reimplemented from google::protobuf::Message.

◆ clear_app()

void goby::apps::moos::protobuf::GobyMOOSGatewayConfig::clear_app ( )

◆ clear_interprocess()

void goby::apps::moos::protobuf::GobyMOOSGatewayConfig::clear_interprocess ( )

◆ clear_moos()

void goby::apps::moos::protobuf::GobyMOOSGatewayConfig::clear_moos ( )
inline

Definition at line 672 of file moos_gateway_config.pb.h.

◆ clear_poll_frequency()

void goby::apps::moos::protobuf::GobyMOOSGatewayConfig::clear_poll_frequency ( )
inline

Definition at line 730 of file moos_gateway_config.pb.h.

◆ CopyFrom() [1/2]

void goby::apps::moos::protobuf::GobyMOOSGatewayConfig::CopyFrom ( const ::google::protobuf::Message from)
final

◆ CopyFrom() [2/2]

void goby::apps::moos::protobuf::GobyMOOSGatewayConfig::CopyFrom ( const GobyMOOSGatewayConfig from)

◆ default_instance()

static const GobyMOOSGatewayConfig& goby::apps::moos::protobuf::GobyMOOSGatewayConfig::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor* goby::apps::moos::protobuf::GobyMOOSGatewayConfig::descriptor ( )
static

◆ GetCachedSize()

int goby::apps::moos::protobuf::GobyMOOSGatewayConfig::GetCachedSize ( ) const
inlinefinalvirtual

Implements google::protobuf::MessageLite.

Definition at line 310 of file moos_gateway_config.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata goby::apps::moos::protobuf::GobyMOOSGatewayConfig::GetMetadata ( ) const
finalvirtual

◆ has_app()

bool goby::apps::moos::protobuf::GobyMOOSGatewayConfig::has_app ( ) const
inline

Definition at line 555 of file moos_gateway_config.pb.h.

◆ has_interprocess()

bool goby::apps::moos::protobuf::GobyMOOSGatewayConfig::has_interprocess ( ) const
inline

Definition at line 609 of file moos_gateway_config.pb.h.

◆ has_moos()

bool goby::apps::moos::protobuf::GobyMOOSGatewayConfig::has_moos ( ) const
inline

Definition at line 663 of file moos_gateway_config.pb.h.

◆ has_poll_frequency()

bool goby::apps::moos::protobuf::GobyMOOSGatewayConfig::has_poll_frequency ( ) const
inline

Definition at line 721 of file moos_gateway_config.pb.h.

◆ InitAsDefaultInstance()

static void goby::apps::moos::protobuf::GobyMOOSGatewayConfig::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

static const GobyMOOSGatewayConfig* goby::apps::moos::protobuf::GobyMOOSGatewayConfig::internal_default_instance ( )
inlinestatic

Definition at line 275 of file moos_gateway_config.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* goby::apps::moos::protobuf::GobyMOOSGatewayConfig::InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  target 
) const
final

◆ interprocess()

const ::goby::zeromq::protobuf::InterProcessPortalConfig & goby::apps::moos::protobuf::GobyMOOSGatewayConfig::interprocess ( ) const
inline

Definition at line 621 of file moos_gateway_config.pb.h.

◆ IsInitialized()

bool goby::apps::moos::protobuf::GobyMOOSGatewayConfig::IsInitialized ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ MergeFrom() [1/2]

void goby::apps::moos::protobuf::GobyMOOSGatewayConfig::MergeFrom ( const ::google::protobuf::Message from)
final

◆ MergeFrom() [2/2]

void goby::apps::moos::protobuf::GobyMOOSGatewayConfig::MergeFrom ( const GobyMOOSGatewayConfig from)

◆ MergePartialFromCodedStream()

bool goby::apps::moos::protobuf::GobyMOOSGatewayConfig::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
final

◆ moos()

const ::goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig & goby::apps::moos::protobuf::GobyMOOSGatewayConfig::moos ( ) const
inline

Definition at line 679 of file moos_gateway_config.pb.h.

◆ mutable_app()

goby::middleware::protobuf::AppConfig * goby::apps::moos::protobuf::GobyMOOSGatewayConfig::mutable_app ( )
inline

Definition at line 580 of file moos_gateway_config.pb.h.

◆ mutable_interprocess()

goby::zeromq::protobuf::InterProcessPortalConfig * goby::apps::moos::protobuf::GobyMOOSGatewayConfig::mutable_interprocess ( )
inline

Definition at line 634 of file moos_gateway_config.pb.h.

◆ mutable_moos()

goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig * goby::apps::moos::protobuf::GobyMOOSGatewayConfig::mutable_moos ( )
inline

Definition at line 692 of file moos_gateway_config.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet* goby::apps::moos::protobuf::GobyMOOSGatewayConfig::mutable_unknown_fields ( )
inline

Definition at line 267 of file moos_gateway_config.pb.h.

◆ New() [1/2]

GobyMOOSGatewayConfig* goby::apps::moos::protobuf::GobyMOOSGatewayConfig::New ( ) const
inlinefinalvirtual

Implements google::protobuf::Message.

Definition at line 289 of file moos_gateway_config.pb.h.

◆ New() [2/2]

GobyMOOSGatewayConfig* goby::apps::moos::protobuf::GobyMOOSGatewayConfig::New ( ::google::protobuf::Arena arena) const
inlinefinalvirtual

Reimplemented from google::protobuf::Message.

Definition at line 293 of file moos_gateway_config.pb.h.

◆ operator=()

GobyMOOSGatewayConfig& goby::apps::moos::protobuf::GobyMOOSGatewayConfig::operator= ( const GobyMOOSGatewayConfig from)
inline

Definition at line 245 of file moos_gateway_config.pb.h.

◆ poll_frequency()

float goby::apps::moos::protobuf::GobyMOOSGatewayConfig::poll_frequency ( ) const
inline

Definition at line 734 of file moos_gateway_config.pb.h.

◆ release_app()

goby::middleware::protobuf::AppConfig * goby::apps::moos::protobuf::GobyMOOSGatewayConfig::release_app ( )
inline

Definition at line 573 of file moos_gateway_config.pb.h.

◆ release_interprocess()

goby::zeromq::protobuf::InterProcessPortalConfig * goby::apps::moos::protobuf::GobyMOOSGatewayConfig::release_interprocess ( )
inline

Definition at line 627 of file moos_gateway_config.pb.h.

◆ release_moos()

goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig * goby::apps::moos::protobuf::GobyMOOSGatewayConfig::release_moos ( )
inline

Definition at line 685 of file moos_gateway_config.pb.h.

◆ SerializeWithCachedSizes()

void goby::apps::moos::protobuf::GobyMOOSGatewayConfig::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
final

◆ set_allocated_app()

void goby::apps::moos::protobuf::GobyMOOSGatewayConfig::set_allocated_app ( ::goby::middleware::protobuf::AppConfig app)
inline

Definition at line 589 of file moos_gateway_config.pb.h.

◆ set_allocated_interprocess()

void goby::apps::moos::protobuf::GobyMOOSGatewayConfig::set_allocated_interprocess ( ::goby::zeromq::protobuf::InterProcessPortalConfig interprocess)
inline

Definition at line 643 of file moos_gateway_config.pb.h.

◆ set_allocated_moos()

void goby::apps::moos::protobuf::GobyMOOSGatewayConfig::set_allocated_moos ( ::goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig moos)
inline

Definition at line 701 of file moos_gateway_config.pb.h.

◆ set_poll_frequency()

void goby::apps::moos::protobuf::GobyMOOSGatewayConfig::set_poll_frequency ( float  value)
inline

Definition at line 738 of file moos_gateway_config.pb.h.

◆ Swap()

void goby::apps::moos::protobuf::GobyMOOSGatewayConfig::Swap ( GobyMOOSGatewayConfig other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet& goby::apps::moos::protobuf::GobyMOOSGatewayConfig::unknown_fields ( ) const
inline

Definition at line 264 of file moos_gateway_config.pb.h.

Friends And Related Function Documentation

◆ ::protobuf_goby_2fmoos_2fprotobuf_2fmoos_5fgateway_5fconfig_2eproto::TableStruct

◆ swap

void swap ( GobyMOOSGatewayConfig a,
GobyMOOSGatewayConfig b 
)
friend

Definition at line 283 of file moos_gateway_config.pb.h.

Member Data Documentation

◆ kAppFieldNumber

const int goby::apps::moos::protobuf::GobyMOOSGatewayConfig::kAppFieldNumber = 1
static

Definition at line 337 of file moos_gateway_config.pb.h.

◆ kIndexInFileMessages

constexpr int goby::apps::moos::protobuf::GobyMOOSGatewayConfig::kIndexInFileMessages
staticconstexpr
Initial value:
=
1

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

◆ kInterprocessFieldNumber

const int goby::apps::moos::protobuf::GobyMOOSGatewayConfig::kInterprocessFieldNumber = 2
static

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

◆ kMoosFieldNumber

const int goby::apps::moos::protobuf::GobyMOOSGatewayConfig::kMoosFieldNumber = 3
static

Definition at line 361 of file moos_gateway_config.pb.h.

◆ kPollFrequencyFieldNumber

const int goby::apps::moos::protobuf::GobyMOOSGatewayConfig::kPollFrequencyFieldNumber = 20
static

Definition at line 373 of file moos_gateway_config.pb.h.


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