Goby3  3.1.4
2024.02.22
goby::apps::zeromq::protobuf::GPSDConfig Class Reference

#include <goby/zeromq/protobuf/gps_config.pb.h>

Inheritance diagram for goby::apps::zeromq::protobuf::GPSDConfig:
google::protobuf::Message google::protobuf::MessageLite

Public Member Functions

 GPSDConfig ()
 
virtual ~GPSDConfig ()
 
 GPSDConfig (const GPSDConfig &from)
 
GPSDConfigoperator= (const GPSDConfig &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (GPSDConfig *other)
 
GPSDConfigNew () const final
 
GPSDConfigNew (::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 GPSDConfig &from)
 
void MergeFrom (const GPSDConfig &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 device_name_size () const
 
void clear_device_name ()
 
const ::std::string & device_name (int index) const
 
::std::string * mutable_device_name (int index)
 
void set_device_name (int index, const ::std::string &value)
 
void set_device_name (int index, const char *value)
 
void set_device_name (int index, const char *value, size_t size)
 
::std::string * add_device_name ()
 
void add_device_name (const ::std::string &value)
 
void add_device_name (const char *value)
 
void add_device_name (const char *value, size_t size)
 
const ::google::protobuf::RepeatedPtrField< ::std::string > & device_name () const
 
::google::protobuf::RepeatedPtrField< ::std::string > * mutable_device_name ()
 
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_gpsd () const
 
void clear_gpsd ()
 
const ::goby::middleware::protobuf::TCPClientConfiggpsd () const
 
::goby::middleware::protobuf::TCPClientConfigrelease_gpsd ()
 
::goby::middleware::protobuf::TCPClientConfigmutable_gpsd ()
 
void set_allocated_gpsd (::goby::middleware::protobuf::TCPClientConfig *gpsd)
 
- 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 GPSDConfigdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const GPSDConfiginternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kDeviceNameFieldNumber = 5
 
static const int kAppFieldNumber = 1
 
static const int kInterprocessFieldNumber = 2
 
static const int kGpsdFieldNumber = 3
 

Friends

struct ::protobuf_goby_2fzeromq_2fprotobuf_2fgps_5fconfig_2eproto::TableStruct
 
void swap (GPSDConfig &a, GPSDConfig &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 79 of file gps_config.pb.h.

Constructor & Destructor Documentation

◆ GPSDConfig() [1/2]

goby::apps::zeromq::protobuf::GPSDConfig::GPSDConfig ( )

◆ ~GPSDConfig()

virtual goby::apps::zeromq::protobuf::GPSDConfig::~GPSDConfig ( )
virtual

◆ GPSDConfig() [2/2]

goby::apps::zeromq::protobuf::GPSDConfig::GPSDConfig ( const GPSDConfig from)

Member Function Documentation

◆ add_device_name() [1/4]

std::string * goby::apps::zeromq::protobuf::GPSDConfig::add_device_name ( )
inline

Definition at line 457 of file gps_config.pb.h.

◆ add_device_name() [2/4]

void goby::apps::zeromq::protobuf::GPSDConfig::add_device_name ( const ::std::string &  value)
inline

Definition at line 461 of file gps_config.pb.h.

◆ add_device_name() [3/4]

void goby::apps::zeromq::protobuf::GPSDConfig::add_device_name ( const char value)
inline

Definition at line 471 of file gps_config.pb.h.

◆ add_device_name() [4/4]

void goby::apps::zeromq::protobuf::GPSDConfig::add_device_name ( const char value,
size_t  size 
)
inline

Definition at line 476 of file gps_config.pb.h.

◆ app()

const ::goby::middleware::protobuf::AppConfig & goby::apps::zeromq::protobuf::GPSDConfig::app ( ) const
inline

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

◆ ByteSizeLong()

size_t goby::apps::zeromq::protobuf::GPSDConfig::ByteSizeLong ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ Clear()

void goby::apps::zeromq::protobuf::GPSDConfig::Clear ( )
finalvirtual

Reimplemented from google::protobuf::Message.

◆ clear_app()

void goby::apps::zeromq::protobuf::GPSDConfig::clear_app ( )

◆ clear_device_name()

void goby::apps::zeromq::protobuf::GPSDConfig::clear_device_name ( )
inline

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

◆ clear_gpsd()

void goby::apps::zeromq::protobuf::GPSDConfig::clear_gpsd ( )

◆ clear_interprocess()

void goby::apps::zeromq::protobuf::GPSDConfig::clear_interprocess ( )

◆ CopyFrom() [1/2]

void goby::apps::zeromq::protobuf::GPSDConfig::CopyFrom ( const ::google::protobuf::Message from)
final

◆ CopyFrom() [2/2]

void goby::apps::zeromq::protobuf::GPSDConfig::CopyFrom ( const GPSDConfig from)

◆ default_instance()

static const GPSDConfig& goby::apps::zeromq::protobuf::GPSDConfig::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor* goby::apps::zeromq::protobuf::GPSDConfig::descriptor ( )
static

◆ device_name() [1/2]

const ::google::protobuf::RepeatedPtrField<::std::string > & goby::apps::zeromq::protobuf::GPSDConfig::device_name ( ) const
inline

Definition at line 481 of file gps_config.pb.h.

◆ device_name() [2/2]

const ::std::string & goby::apps::zeromq::protobuf::GPSDConfig::device_name ( int  index) const
inline

Definition at line 429 of file gps_config.pb.h.

◆ device_name_size()

int goby::apps::zeromq::protobuf::GPSDConfig::device_name_size ( ) const
inline

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

◆ GetCachedSize()

int goby::apps::zeromq::protobuf::GPSDConfig::GetCachedSize ( ) const
inlinefinalvirtual

Implements google::protobuf::MessageLite.

Definition at line 151 of file gps_config.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata goby::apps::zeromq::protobuf::GPSDConfig::GetMetadata ( ) const
finalvirtual

◆ gpsd()

const ::goby::middleware::protobuf::TCPClientConfig & goby::apps::zeromq::protobuf::GPSDConfig::gpsd ( ) const
inline

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

◆ has_app()

bool goby::apps::zeromq::protobuf::GPSDConfig::has_app ( ) const
inline

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

◆ has_gpsd()

bool goby::apps::zeromq::protobuf::GPSDConfig::has_gpsd ( ) const
inline

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

◆ has_interprocess()

bool goby::apps::zeromq::protobuf::GPSDConfig::has_interprocess ( ) const
inline

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

◆ InitAsDefaultInstance()

static void goby::apps::zeromq::protobuf::GPSDConfig::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

static const GPSDConfig* goby::apps::zeromq::protobuf::GPSDConfig::internal_default_instance ( )
inlinestatic

Definition at line 116 of file gps_config.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

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

◆ interprocess()

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

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

◆ IsInitialized()

bool goby::apps::zeromq::protobuf::GPSDConfig::IsInitialized ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ MergeFrom() [1/2]

void goby::apps::zeromq::protobuf::GPSDConfig::MergeFrom ( const ::google::protobuf::Message from)
final

◆ MergeFrom() [2/2]

void goby::apps::zeromq::protobuf::GPSDConfig::MergeFrom ( const GPSDConfig from)

◆ MergePartialFromCodedStream()

bool goby::apps::zeromq::protobuf::GPSDConfig::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
final

◆ mutable_app()

goby::middleware::protobuf::AppConfig * goby::apps::zeromq::protobuf::GPSDConfig::mutable_app ( )
inline

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

◆ mutable_device_name() [1/2]

google::protobuf::RepeatedPtrField<::std::string > * goby::apps::zeromq::protobuf::GPSDConfig::mutable_device_name ( )
inline

Definition at line 486 of file gps_config.pb.h.

◆ mutable_device_name() [2/2]

std::string * goby::apps::zeromq::protobuf::GPSDConfig::mutable_device_name ( int  index)
inline

Definition at line 433 of file gps_config.pb.h.

◆ mutable_gpsd()

goby::middleware::protobuf::TCPClientConfig * goby::apps::zeromq::protobuf::GPSDConfig::mutable_gpsd ( )
inline

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

◆ mutable_interprocess()

goby::zeromq::protobuf::InterProcessPortalConfig * goby::apps::zeromq::protobuf::GPSDConfig::mutable_interprocess ( )
inline

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

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet* goby::apps::zeromq::protobuf::GPSDConfig::mutable_unknown_fields ( )
inline

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

◆ New() [1/2]

GPSDConfig* goby::apps::zeromq::protobuf::GPSDConfig::New ( ) const
inlinefinalvirtual

Implements google::protobuf::Message.

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

◆ New() [2/2]

GPSDConfig* goby::apps::zeromq::protobuf::GPSDConfig::New ( ::google::protobuf::Arena arena) const
inlinefinalvirtual

Reimplemented from google::protobuf::Message.

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

◆ operator=()

GPSDConfig& goby::apps::zeromq::protobuf::GPSDConfig::operator= ( const GPSDConfig from)
inline

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

◆ release_app()

goby::middleware::protobuf::AppConfig * goby::apps::zeromq::protobuf::GPSDConfig::release_app ( )
inline

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

◆ release_gpsd()

goby::middleware::protobuf::TCPClientConfig * goby::apps::zeromq::protobuf::GPSDConfig::release_gpsd ( )
inline

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

◆ release_interprocess()

goby::zeromq::protobuf::InterProcessPortalConfig * goby::apps::zeromq::protobuf::GPSDConfig::release_interprocess ( )
inline

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

◆ SerializeWithCachedSizes()

void goby::apps::zeromq::protobuf::GPSDConfig::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
final

◆ set_allocated_app()

void goby::apps::zeromq::protobuf::GPSDConfig::set_allocated_app ( ::goby::middleware::protobuf::AppConfig app)
inline

Definition at line 295 of file gps_config.pb.h.

◆ set_allocated_gpsd()

void goby::apps::zeromq::protobuf::GPSDConfig::set_allocated_gpsd ( ::goby::middleware::protobuf::TCPClientConfig gpsd)
inline

Definition at line 403 of file gps_config.pb.h.

◆ set_allocated_interprocess()

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

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

◆ set_device_name() [1/3]

void goby::apps::zeromq::protobuf::GPSDConfig::set_device_name ( int  index,
const ::std::string &  value 
)
inline

Definition at line 437 of file gps_config.pb.h.

◆ set_device_name() [2/3]

void goby::apps::zeromq::protobuf::GPSDConfig::set_device_name ( int  index,
const char value 
)
inline

Definition at line 447 of file gps_config.pb.h.

◆ set_device_name() [3/3]

void goby::apps::zeromq::protobuf::GPSDConfig::set_device_name ( int  index,
const char value,
size_t  size 
)
inline

Definition at line 452 of file gps_config.pb.h.

◆ Swap()

void goby::apps::zeromq::protobuf::GPSDConfig::Swap ( GPSDConfig other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet& goby::apps::zeromq::protobuf::GPSDConfig::unknown_fields ( ) const
inline

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

Friends And Related Function Documentation

◆ ::protobuf_goby_2fzeromq_2fprotobuf_2fgps_5fconfig_2eproto::TableStruct

◆ swap

void swap ( GPSDConfig a,
GPSDConfig b 
)
friend

Definition at line 124 of file gps_config.pb.h.

Member Data Documentation

◆ kAppFieldNumber

const int goby::apps::zeromq::protobuf::GPSDConfig::kAppFieldNumber = 1
static

Definition at line 198 of file gps_config.pb.h.

◆ kDeviceNameFieldNumber

const int goby::apps::zeromq::protobuf::GPSDConfig::kDeviceNameFieldNumber = 5
static

Definition at line 176 of file gps_config.pb.h.

◆ kGpsdFieldNumber

const int goby::apps::zeromq::protobuf::GPSDConfig::kGpsdFieldNumber = 3
static

Definition at line 222 of file gps_config.pb.h.

◆ kIndexInFileMessages

constexpr int goby::apps::zeromq::protobuf::GPSDConfig::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

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

◆ kInterprocessFieldNumber

const int goby::apps::zeromq::protobuf::GPSDConfig::kInterprocessFieldNumber = 2
static

Definition at line 210 of file gps_config.pb.h.


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