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

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

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

Public Types

typedef iFrontSeatConfig_MOOSVariables MOOSVariables
 
typedef iFrontSeatConfig_LegacyOperations LegacyOperations
 
- Public Types inherited from google::protobuf::Message
typedef google::protobuf::Reflection Reflection
 

Public Member Functions

 iFrontSeatConfig ()
 
virtual ~iFrontSeatConfig ()
 
 iFrontSeatConfig (const iFrontSeatConfig &from)
 
iFrontSeatConfigoperator= (const iFrontSeatConfig &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (iFrontSeatConfig *other)
 
iFrontSeatConfigNew () const final
 
iFrontSeatConfigNew (::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 iFrontSeatConfig &from)
 
void MergeFrom (const iFrontSeatConfig &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_common () const
 
void clear_common ()
 
const ::goby::moos::protobuf::GobyMOOSAppConfigcommon () const
 
::goby::moos::protobuf::GobyMOOSAppConfigrelease_common ()
 
::goby::moos::protobuf::GobyMOOSAppConfigmutable_common ()
 
void set_allocated_common (::goby::moos::protobuf::GobyMOOSAppConfig *common)
 
bool has_frontseat_cfg () const
 
void clear_frontseat_cfg ()
 
const ::goby::middleware::frontseat::protobuf::Configfrontseat_cfg () const
 
::goby::middleware::frontseat::protobuf::Configrelease_frontseat_cfg ()
 
::goby::middleware::frontseat::protobuf::Configmutable_frontseat_cfg ()
 
void set_allocated_frontseat_cfg (::goby::middleware::frontseat::protobuf::Config *frontseat_cfg)
 
bool has_moos_var () const
 
void clear_moos_var ()
 
const ::goby::apps::moos::protobuf::iFrontSeatConfig_MOOSVariablesmoos_var () const
 
::goby::apps::moos::protobuf::iFrontSeatConfig_MOOSVariablesrelease_moos_var ()
 
::goby::apps::moos::protobuf::iFrontSeatConfig_MOOSVariablesmutable_moos_var ()
 
void set_allocated_moos_var (::goby::apps::moos::protobuf::iFrontSeatConfig_MOOSVariables *moos_var)
 
bool has_legacy_cfg () const
 
void clear_legacy_cfg ()
 
const ::goby::apps::moos::protobuf::iFrontSeatConfig_LegacyOperationslegacy_cfg () const
 
::goby::apps::moos::protobuf::iFrontSeatConfig_LegacyOperationsrelease_legacy_cfg ()
 
::goby::apps::moos::protobuf::iFrontSeatConfig_LegacyOperationsmutable_legacy_cfg ()
 
void set_allocated_legacy_cfg (::goby::apps::moos::protobuf::iFrontSeatConfig_LegacyOperations *legacy_cfg)
 
- 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 iFrontSeatConfigdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const iFrontSeatConfiginternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kCommonFieldNumber = 1
 
static const int kFrontseatCfgFieldNumber = 2
 
static const int kMoosVarFieldNumber = 20
 
static const int kLegacyCfgFieldNumber = 30
 

Friends

struct ::protobuf_goby_2fmoos_2fprotobuf_2fiFrontSeat_5fconfig_2eproto::TableStruct
 
void swap (iFrontSeatConfig &a, iFrontSeatConfig &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 546 of file iFrontSeat_config.pb.h.

Member Typedef Documentation

◆ LegacyOperations

◆ MOOSVariables

Constructor & Destructor Documentation

◆ iFrontSeatConfig() [1/2]

goby::apps::moos::protobuf::iFrontSeatConfig::iFrontSeatConfig ( )

◆ ~iFrontSeatConfig()

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

◆ iFrontSeatConfig() [2/2]

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

Member Function Documentation

◆ ByteSizeLong()

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

Reimplemented from google::protobuf::Message.

◆ Clear()

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

Reimplemented from google::protobuf::Message.

◆ clear_common()

void goby::apps::moos::protobuf::iFrontSeatConfig::clear_common ( )

◆ clear_frontseat_cfg()

void goby::apps::moos::protobuf::iFrontSeatConfig::clear_frontseat_cfg ( )

◆ clear_legacy_cfg()

void goby::apps::moos::protobuf::iFrontSeatConfig::clear_legacy_cfg ( )
inline

Definition at line 1644 of file iFrontSeat_config.pb.h.

◆ clear_moos_var()

void goby::apps::moos::protobuf::iFrontSeatConfig::clear_moos_var ( )
inline

Definition at line 1586 of file iFrontSeat_config.pb.h.

◆ common()

const ::goby::moos::protobuf::GobyMOOSAppConfig & goby::apps::moos::protobuf::iFrontSeatConfig::common ( ) const
inline

Definition at line 1481 of file iFrontSeat_config.pb.h.

◆ CopyFrom() [1/2]

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

◆ CopyFrom() [2/2]

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

◆ default_instance()

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

◆ descriptor()

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

◆ frontseat_cfg()

const ::goby::middleware::frontseat::protobuf::Config & goby::apps::moos::protobuf::iFrontSeatConfig::frontseat_cfg ( ) const
inline

Definition at line 1535 of file iFrontSeat_config.pb.h.

◆ GetCachedSize()

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

Implements google::protobuf::MessageLite.

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

◆ GetMetadata()

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

◆ has_common()

bool goby::apps::moos::protobuf::iFrontSeatConfig::has_common ( ) const
inline

Definition at line 1469 of file iFrontSeat_config.pb.h.

◆ has_frontseat_cfg()

bool goby::apps::moos::protobuf::iFrontSeatConfig::has_frontseat_cfg ( ) const
inline

Definition at line 1523 of file iFrontSeat_config.pb.h.

◆ has_legacy_cfg()

bool goby::apps::moos::protobuf::iFrontSeatConfig::has_legacy_cfg ( ) const
inline

Definition at line 1635 of file iFrontSeat_config.pb.h.

◆ has_moos_var()

bool goby::apps::moos::protobuf::iFrontSeatConfig::has_moos_var ( ) const
inline

Definition at line 1577 of file iFrontSeat_config.pb.h.

◆ InitAsDefaultInstance()

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

◆ internal_default_instance()

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

Definition at line 583 of file iFrontSeat_config.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

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

◆ IsInitialized()

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

Reimplemented from google::protobuf::Message.

◆ legacy_cfg()

const ::goby::apps::moos::protobuf::iFrontSeatConfig_LegacyOperations & goby::apps::moos::protobuf::iFrontSeatConfig::legacy_cfg ( ) const
inline

Definition at line 1651 of file iFrontSeat_config.pb.h.

◆ MergeFrom() [1/2]

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

◆ MergeFrom() [2/2]

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

◆ MergePartialFromCodedStream()

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

◆ moos_var()

const ::goby::apps::moos::protobuf::iFrontSeatConfig_MOOSVariables & goby::apps::moos::protobuf::iFrontSeatConfig::moos_var ( ) const
inline

Definition at line 1593 of file iFrontSeat_config.pb.h.

◆ mutable_common()

goby::moos::protobuf::GobyMOOSAppConfig * goby::apps::moos::protobuf::iFrontSeatConfig::mutable_common ( )
inline

Definition at line 1494 of file iFrontSeat_config.pb.h.

◆ mutable_frontseat_cfg()

goby::middleware::frontseat::protobuf::Config * goby::apps::moos::protobuf::iFrontSeatConfig::mutable_frontseat_cfg ( )
inline

Definition at line 1548 of file iFrontSeat_config.pb.h.

◆ mutable_legacy_cfg()

goby::apps::moos::protobuf::iFrontSeatConfig_LegacyOperations * goby::apps::moos::protobuf::iFrontSeatConfig::mutable_legacy_cfg ( )
inline

Definition at line 1664 of file iFrontSeat_config.pb.h.

◆ mutable_moos_var()

goby::apps::moos::protobuf::iFrontSeatConfig_MOOSVariables * goby::apps::moos::protobuf::iFrontSeatConfig::mutable_moos_var ( )
inline

Definition at line 1606 of file iFrontSeat_config.pb.h.

◆ mutable_unknown_fields()

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

Definition at line 575 of file iFrontSeat_config.pb.h.

◆ New() [1/2]

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

Implements google::protobuf::Message.

Definition at line 597 of file iFrontSeat_config.pb.h.

◆ New() [2/2]

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

Reimplemented from google::protobuf::Message.

Definition at line 601 of file iFrontSeat_config.pb.h.

◆ operator=()

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

Definition at line 553 of file iFrontSeat_config.pb.h.

◆ release_common()

goby::moos::protobuf::GobyMOOSAppConfig * goby::apps::moos::protobuf::iFrontSeatConfig::release_common ( )
inline

Definition at line 1487 of file iFrontSeat_config.pb.h.

◆ release_frontseat_cfg()

goby::middleware::frontseat::protobuf::Config * goby::apps::moos::protobuf::iFrontSeatConfig::release_frontseat_cfg ( )
inline

Definition at line 1541 of file iFrontSeat_config.pb.h.

◆ release_legacy_cfg()

goby::apps::moos::protobuf::iFrontSeatConfig_LegacyOperations * goby::apps::moos::protobuf::iFrontSeatConfig::release_legacy_cfg ( )
inline

Definition at line 1657 of file iFrontSeat_config.pb.h.

◆ release_moos_var()

goby::apps::moos::protobuf::iFrontSeatConfig_MOOSVariables * goby::apps::moos::protobuf::iFrontSeatConfig::release_moos_var ( )
inline

Definition at line 1599 of file iFrontSeat_config.pb.h.

◆ SerializeWithCachedSizes()

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

◆ set_allocated_common()

void goby::apps::moos::protobuf::iFrontSeatConfig::set_allocated_common ( ::goby::moos::protobuf::GobyMOOSAppConfig common)
inline

Definition at line 1503 of file iFrontSeat_config.pb.h.

◆ set_allocated_frontseat_cfg()

void goby::apps::moos::protobuf::iFrontSeatConfig::set_allocated_frontseat_cfg ( ::goby::middleware::frontseat::protobuf::Config frontseat_cfg)
inline

Definition at line 1557 of file iFrontSeat_config.pb.h.

◆ set_allocated_legacy_cfg()

void goby::apps::moos::protobuf::iFrontSeatConfig::set_allocated_legacy_cfg ( ::goby::apps::moos::protobuf::iFrontSeatConfig_LegacyOperations legacy_cfg)
inline

Definition at line 1673 of file iFrontSeat_config.pb.h.

◆ set_allocated_moos_var()

void goby::apps::moos::protobuf::iFrontSeatConfig::set_allocated_moos_var ( ::goby::apps::moos::protobuf::iFrontSeatConfig_MOOSVariables moos_var)
inline

Definition at line 1615 of file iFrontSeat_config.pb.h.

◆ Swap()

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

◆ unknown_fields()

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

Definition at line 572 of file iFrontSeat_config.pb.h.

Friends And Related Function Documentation

◆ ::protobuf_goby_2fmoos_2fprotobuf_2fiFrontSeat_5fconfig_2eproto::TableStruct

◆ swap

void swap ( iFrontSeatConfig a,
iFrontSeatConfig b 
)
friend

Definition at line 591 of file iFrontSeat_config.pb.h.

Member Data Documentation

◆ kCommonFieldNumber

const int goby::apps::moos::protobuf::iFrontSeatConfig::kCommonFieldNumber = 1
static

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

◆ kFrontseatCfgFieldNumber

const int goby::apps::moos::protobuf::iFrontSeatConfig::kFrontseatCfgFieldNumber = 2
static

Definition at line 658 of file iFrontSeat_config.pb.h.

◆ kIndexInFileMessages

constexpr int goby::apps::moos::protobuf::iFrontSeatConfig::kIndexInFileMessages
staticconstexpr
Initial value:
=
2

Definition at line 587 of file iFrontSeat_config.pb.h.

◆ kLegacyCfgFieldNumber

const int goby::apps::moos::protobuf::iFrontSeatConfig::kLegacyCfgFieldNumber = 30
static

Definition at line 682 of file iFrontSeat_config.pb.h.

◆ kMoosVarFieldNumber

const int goby::apps::moos::protobuf::iFrontSeatConfig::kMoosVarFieldNumber = 20
static

Definition at line 670 of file iFrontSeat_config.pb.h.


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