Goby3 3.5.1
2026.06.04
Loading...
Searching...
No Matches
goby::apps::middleware::protobuf::GobyToolConfig Class Referencefinal

#include <goby/apps/middleware/goby_tool/tool.pb.h>

Inheritance diagram for goby::apps::middleware::protobuf::GobyToolConfig:

Public Types

enum  : int { kAppFieldNumber = 1 , kActionFieldNumber = 2 }
typedef GobyToolConfig_Action Action

Public Member Functions

 GobyToolConfig ()
 ~GobyToolConfig () override
PROTOBUF_CONSTEXPR GobyToolConfig (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 GobyToolConfig (const GobyToolConfig &from)
 GobyToolConfig (GobyToolConfig &&from) noexcept
GobyToolConfigoperator= (const GobyToolConfig &from)
GobyToolConfigoperator= (GobyToolConfig &&from) noexcept
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
void Swap (GobyToolConfig *other)
void UnsafeArenaSwap (GobyToolConfig *other)
GobyToolConfigNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
void CopyFrom (const GobyToolConfig &from)
void MergeFrom (const GobyToolConfig &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
uint8_t * _InternalSerialize (uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
int GetCachedSize () const final
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const final
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
bool has_app () const
void clear_app ()
const ::goby::middleware::protobuf::AppConfigapp () const
PROTOBUF_NODISCARD::goby::middleware::protobuf::AppConfig * release_app ()
::goby::middleware::protobuf::AppConfigmutable_app ()
void set_allocated_app (::goby::middleware::protobuf::AppConfig *app)
void unsafe_arena_set_allocated_app (::goby::middleware::protobuf::AppConfig *app)
::goby::middleware::protobuf::AppConfigunsafe_arena_release_app ()
bool has_action () const
void clear_action ()
::goby::apps::middleware::protobuf::GobyToolConfig_Action action () const
void set_action (::goby::apps::middleware::protobuf::GobyToolConfig_Action 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 GobyToolConfigdefault_instance ()
static const GobyToolConfiginternal_default_instance ()
static bool Action_IsValid (int value)
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * Action_descriptor ()
template<typename T>
static const std::string & Action_Name (T enum_t_value)
static bool Action_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Action *value)

Static Public Attributes

static constexpr int kIndexInFileMessages
static const ClassData _class_data_
static constexpr Action help
static constexpr Action log
static constexpr Action launch
static constexpr Action zeromq
static constexpr Action udpm
static constexpr Action protobuf
static constexpr Action Action_MIN
static constexpr Action Action_MAX
static constexpr int Action_ARRAYSIZE

Protected Member Functions

 GobyToolConfig (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)

Friends

class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
template<typename T>
class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
struct ::TableStruct_goby_2fapps_2fmiddleware_2fgoby_5ftool_2ftool_2eproto
void swap (GobyToolConfig &a, GobyToolConfig &b)

Detailed Description

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

Member Typedef Documentation

◆ Action

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kAppFieldNumber 
kActionFieldNumber 

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

Constructor & Destructor Documentation

◆ GobyToolConfig() [1/5]

goby::apps::middleware::protobuf::GobyToolConfig::GobyToolConfig ( )
inline

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

◆ ~GobyToolConfig()

goby::apps::middleware::protobuf::GobyToolConfig::~GobyToolConfig ( )
override

◆ GobyToolConfig() [2/5]

PROTOBUF_CONSTEXPR goby::apps::middleware::protobuf::GobyToolConfig::GobyToolConfig ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized )
explicit

◆ GobyToolConfig() [3/5]

goby::apps::middleware::protobuf::GobyToolConfig::GobyToolConfig ( const GobyToolConfig & from)

◆ GobyToolConfig() [4/5]

goby::apps::middleware::protobuf::GobyToolConfig::GobyToolConfig ( GobyToolConfig && from)
inlinenoexcept

Definition at line 110 of file tool.pb.h.

◆ GobyToolConfig() [5/5]

goby::apps::middleware::protobuf::GobyToolConfig::GobyToolConfig ( ::PROTOBUF_NAMESPACE_ID::Arena * arena,
bool is_message_owned = false )
explicitprotected

Member Function Documentation

◆ _InternalParse()

const char * goby::apps::middleware::protobuf::GobyToolConfig::_InternalParse ( const char * ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext * ctx )
final

◆ _InternalSerialize()

uint8_t * goby::apps::middleware::protobuf::GobyToolConfig::_InternalSerialize ( uint8_t * target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream * stream ) const
final

◆ action()

goby::apps::middleware::protobuf::GobyToolConfig_Action goby::apps::middleware::protobuf::GobyToolConfig::action ( ) const
inline

Definition at line 431 of file tool.pb.h.

◆ Action_descriptor()

const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * goby::apps::middleware::protobuf::GobyToolConfig::Action_descriptor ( )
inlinestatic

Definition at line 250 of file tool.pb.h.

◆ Action_IsValid()

bool goby::apps::middleware::protobuf::GobyToolConfig::Action_IsValid ( int value)
inlinestatic

Definition at line 240 of file tool.pb.h.

◆ Action_Name()

template<typename T>
const std::string & goby::apps::middleware::protobuf::GobyToolConfig::Action_Name ( T enum_t_value)
inlinestatic

Definition at line 254 of file tool.pb.h.

◆ Action_Parse()

bool goby::apps::middleware::protobuf::GobyToolConfig::Action_Parse ( ::PROTOBUF_NAMESPACE_ID::ConstStringParam name,
Action * value )
inlinestatic

Definition at line 260 of file tool.pb.h.

◆ app()

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

Definition at line 343 of file tool.pb.h.

◆ ByteSizeLong()

size_t goby::apps::middleware::protobuf::GobyToolConfig::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::apps::middleware::protobuf::GobyToolConfig::Clear ( )
final

◆ clear_action()

void goby::apps::middleware::protobuf::GobyToolConfig::clear_action ( )
inline

Definition at line 424 of file tool.pb.h.

◆ clear_app()

void goby::apps::middleware::protobuf::GobyToolConfig::clear_app ( )

◆ CopyFrom()

void goby::apps::middleware::protobuf::GobyToolConfig::CopyFrom ( const GobyToolConfig & from)

◆ default_instance()

const GobyToolConfig & goby::apps::middleware::protobuf::GobyToolConfig::default_instance ( )
inlinestatic

Definition at line 149 of file tool.pb.h.

◆ descriptor()

const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::apps::middleware::protobuf::GobyToolConfig::descriptor ( )
inlinestatic

Definition at line 140 of file tool.pb.h.

◆ GetCachedSize()

int goby::apps::middleware::protobuf::GobyToolConfig::GetCachedSize ( ) const
inlinefinal

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

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * goby::apps::middleware::protobuf::GobyToolConfig::GetClassData ( ) const
final

◆ GetDescriptor()

const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::apps::middleware::protobuf::GobyToolConfig::GetDescriptor ( )
inlinestatic

Definition at line 143 of file tool.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata goby::apps::middleware::protobuf::GobyToolConfig::GetMetadata ( ) const
final

◆ GetReflection()

const ::PROTOBUF_NAMESPACE_ID::Reflection * goby::apps::middleware::protobuf::GobyToolConfig::GetReflection ( )
inlinestatic

Definition at line 146 of file tool.pb.h.

◆ has_action()

bool goby::apps::middleware::protobuf::GobyToolConfig::has_action ( ) const
inline

Definition at line 421 of file tool.pb.h.

◆ has_app()

bool goby::apps::middleware::protobuf::GobyToolConfig::has_app ( ) const
inline

Definition at line 335 of file tool.pb.h.

◆ internal_default_instance()

const GobyToolConfig * goby::apps::middleware::protobuf::GobyToolConfig::internal_default_instance ( )
inlinestatic

Definition at line 152 of file tool.pb.h.

◆ IsInitialized()

bool goby::apps::middleware::protobuf::GobyToolConfig::IsInitialized ( ) const
final

◆ MergeFrom()

void goby::apps::middleware::protobuf::GobyToolConfig::MergeFrom ( const GobyToolConfig & from)
inline

Definition at line 189 of file tool.pb.h.

◆ mutable_app()

goby::middleware::protobuf::AppConfig * goby::apps::middleware::protobuf::GobyToolConfig::mutable_app ( )
inline

Definition at line 390 of file tool.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * goby::apps::middleware::protobuf::GobyToolConfig::mutable_unknown_fields ( )
inline

Definition at line 136 of file tool.pb.h.

◆ New()

GobyToolConfig * goby::apps::middleware::protobuf::GobyToolConfig::New ( ::PROTOBUF_NAMESPACE_ID::Arena * arena = nullptr) const
inlinefinal

Definition at line 183 of file tool.pb.h.

◆ operator=() [1/2]

GobyToolConfig & goby::apps::middleware::protobuf::GobyToolConfig::operator= ( const GobyToolConfig & from)
inline

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

◆ operator=() [2/2]

GobyToolConfig & goby::apps::middleware::protobuf::GobyToolConfig::operator= ( GobyToolConfig && from)
inlinenoexcept

Definition at line 119 of file tool.pb.h.

◆ release_app()

goby::middleware::protobuf::AppConfig * goby::apps::middleware::protobuf::GobyToolConfig::release_app ( )
inline

Definition at line 360 of file tool.pb.h.

◆ set_action()

void goby::apps::middleware::protobuf::GobyToolConfig::set_action ( ::goby::apps::middleware::protobuf::GobyToolConfig_Action value)
inline

Definition at line 440 of file tool.pb.h.

◆ set_allocated_app()

void goby::apps::middleware::protobuf::GobyToolConfig::set_allocated_app ( ::goby::middleware::protobuf::AppConfig * app)
inline

Definition at line 395 of file tool.pb.h.

◆ Swap()

void goby::apps::middleware::protobuf::GobyToolConfig::Swap ( GobyToolConfig * other)
inline

Definition at line 162 of file tool.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & goby::apps::middleware::protobuf::GobyToolConfig::unknown_fields ( ) const
inline

Definition at line 133 of file tool.pb.h.

◆ unsafe_arena_release_app()

goby::middleware::protobuf::AppConfig * goby::apps::middleware::protobuf::GobyToolConfig::unsafe_arena_release_app ( )
inline

Definition at line 375 of file tool.pb.h.

◆ unsafe_arena_set_allocated_app()

void goby::apps::middleware::protobuf::GobyToolConfig::unsafe_arena_set_allocated_app ( ::goby::middleware::protobuf::AppConfig * app)
inline

Definition at line 347 of file tool.pb.h.

◆ UnsafeArenaSwap()

void goby::apps::middleware::protobuf::GobyToolConfig::UnsafeArenaSwap ( GobyToolConfig * other)
inline

Definition at line 175 of file tool.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

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

Definition at line 306 of file tool.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 211 of file tool.pb.h.

◆ ::TableStruct_goby_2fapps_2fmiddleware_2fgoby_5ftool_2ftool_2eproto

friend struct ::TableStruct_goby_2fapps_2fmiddleware_2fgoby_5ftool_2ftool_2eproto
friend

Definition at line 316 of file tool.pb.h.

◆ swap

void swap ( GobyToolConfig & a,
GobyToolConfig & b )
friend

Definition at line 159 of file tool.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData goby::apps::middleware::protobuf::GobyToolConfig::_class_data_
static

Definition at line 220 of file tool.pb.h.

◆ _impl_

Impl_ goby::apps::middleware::protobuf::GobyToolConfig::_impl_

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

◆ Action_ARRAYSIZE

int goby::apps::middleware::protobuf::GobyToolConfig::Action_ARRAYSIZE
staticconstexpr
Initial value:

Definition at line 247 of file tool.pb.h.

◆ Action_MAX

Action goby::apps::middleware::protobuf::GobyToolConfig::Action_MAX
staticconstexpr
Initial value:
=
constexpr GobyToolConfig_Action GobyToolConfig_Action_Action_MAX
Definition tool.pb.h:83

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

◆ Action_MIN

Action goby::apps::middleware::protobuf::GobyToolConfig::Action_MIN
staticconstexpr
Initial value:
=
constexpr GobyToolConfig_Action GobyToolConfig_Action_Action_MIN
Definition tool.pb.h:82

Definition at line 243 of file tool.pb.h.

◆ help

Action goby::apps::middleware::protobuf::GobyToolConfig::help
staticconstexpr
Initial value:

Definition at line 228 of file tool.pb.h.

◆ kIndexInFileMessages

int goby::apps::middleware::protobuf::GobyToolConfig::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 156 of file tool.pb.h.

◆ launch

Action goby::apps::middleware::protobuf::GobyToolConfig::launch
staticconstexpr
Initial value:

Definition at line 232 of file tool.pb.h.

◆ log

Action goby::apps::middleware::protobuf::GobyToolConfig::log
staticconstexpr
Initial value:

Definition at line 230 of file tool.pb.h.

◆ protobuf

Action goby::apps::middleware::protobuf::GobyToolConfig::protobuf
staticconstexpr
Initial value:

Definition at line 238 of file tool.pb.h.

◆ udpm

Action goby::apps::middleware::protobuf::GobyToolConfig::udpm
staticconstexpr
Initial value:

Definition at line 236 of file tool.pb.h.

◆ zeromq

Action goby::apps::middleware::protobuf::GobyToolConfig::zeromq
staticconstexpr
Initial value:

Definition at line 234 of file tool.pb.h.


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