Goby3 3.2.3
2025.05.13
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 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 101 of file tool.pb.h.

Member Typedef Documentation

◆ Action

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kAppFieldNumber 
kActionFieldNumber 

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

Constructor & Destructor Documentation

◆ GobyToolConfig() [1/5]

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

Definition at line 104 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 109 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 428 of file tool.pb.h.

◆ Action_descriptor()

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

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

◆ Action_IsValid()

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

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

◆ Action_Name()

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

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

◆ Action_Parse()

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

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

◆ app()

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

Definition at line 340 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 421 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()

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

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

◆ descriptor()

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

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

◆ GetCachedSize()

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

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

◆ GetClassData()

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

◆ GetReflection()

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

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

◆ has_action()

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

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

◆ has_app()

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

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

◆ internal_default_instance()

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

Definition at line 151 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 188 of file tool.pb.h.

◆ mutable_app()

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

Definition at line 387 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 135 of file tool.pb.h.

◆ New()

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ release_app()

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

Definition at line 357 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 437 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 392 of file tool.pb.h.

◆ Swap()

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

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

◆ unknown_fields()

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

Definition at line 132 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 372 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 344 of file tool.pb.h.

◆ UnsafeArenaSwap()

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

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

Friends And Related Symbol Documentation

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

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

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

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

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

◆ ::TableStruct_goby_2fapps_2fmiddleware_2fgoby_5ftool_2ftool_2eproto

◆ swap

void swap ( GobyToolConfig a,
GobyToolConfig b 
)
friend

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

Member Data Documentation

◆ _class_data_

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

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

◆ _impl_

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

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

◆ Action_ARRAYSIZE

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

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

◆ Action_MAX

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

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

◆ Action_MIN

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

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

◆ help

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

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

◆ kIndexInFileMessages

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

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

◆ launch

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

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

◆ log

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

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

◆ protobuf

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

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

◆ zeromq

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

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


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