Goby3 3.2.3
2025.05.13
Loading...
Searching...
No Matches
goby::middleware::protobuf::LoggerRequest Class Referencefinal

#include <goby/middleware/protobuf/logger.pb.h>

Inheritance diagram for goby::middleware::protobuf::LoggerRequest:

Public Types

enum  : int { kCloseLogFieldNumber = 2 , kRequestedStateFieldNumber = 1 }
 
typedef LoggerRequest_State State
 

Public Member Functions

 LoggerRequest ()
 
 ~LoggerRequest () override
 
PROTOBUF_CONSTEXPR LoggerRequest (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 LoggerRequest (const LoggerRequest &from)
 
 LoggerRequest (LoggerRequest &&from) noexcept
 
LoggerRequestoperator= (const LoggerRequest &from)
 
LoggerRequestoperator= (LoggerRequest &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (LoggerRequest *other)
 
void UnsafeArenaSwap (LoggerRequest *other)
 
LoggerRequestNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const LoggerRequest &from)
 
void MergeFrom (const LoggerRequest &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_close_log () const
 
void clear_close_log ()
 
bool close_log () const
 
void set_close_log (bool value)
 
bool has_requested_state () const
 
void clear_requested_state ()
 
::goby::middleware::protobuf::LoggerRequest_State requested_state () const
 
void set_requested_state (::goby::middleware::protobuf::LoggerRequest_State 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 LoggerRequestdefault_instance ()
 
static const LoggerRequestinternal_default_instance ()
 
static bool State_IsValid (int value)
 
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * State_descriptor ()
 
template<typename T >
static const std::string & State_Name (T enum_t_value)
 
static bool State_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, State *value)
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 
static constexpr State START_LOGGING
 
static constexpr State STOP_LOGGING
 
static constexpr State ROTATE_LOG
 
static constexpr State State_MIN
 
static constexpr State State_MAX
 
static constexpr int State_ARRAYSIZE
 

Protected Member Functions

 LoggerRequest (::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_2fmiddleware_2fprotobuf_2flogger_2eproto
 
void swap (LoggerRequest &a, LoggerRequest &b)
 

Detailed Description

Definition at line 94 of file logger.pb.h.

Member Typedef Documentation

◆ State

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kCloseLogFieldNumber 
kRequestedStateFieldNumber 

Definition at line 253 of file logger.pb.h.

Constructor & Destructor Documentation

◆ LoggerRequest() [1/5]

goby::middleware::protobuf::LoggerRequest::LoggerRequest ( )
inline

Definition at line 97 of file logger.pb.h.

◆ ~LoggerRequest()

goby::middleware::protobuf::LoggerRequest::~LoggerRequest ( )
override

◆ LoggerRequest() [2/5]

PROTOBUF_CONSTEXPR goby::middleware::protobuf::LoggerRequest::LoggerRequest ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ LoggerRequest() [3/5]

goby::middleware::protobuf::LoggerRequest::LoggerRequest ( const LoggerRequest from)

◆ LoggerRequest() [4/5]

goby::middleware::protobuf::LoggerRequest::LoggerRequest ( LoggerRequest &&  from)
inlinenoexcept

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

◆ LoggerRequest() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ ByteSizeLong()

size_t goby::middleware::protobuf::LoggerRequest::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::middleware::protobuf::LoggerRequest::Clear ( )
final

◆ clear_close_log()

void goby::middleware::protobuf::LoggerRequest::clear_close_log ( )
inline

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

◆ clear_requested_state()

void goby::middleware::protobuf::LoggerRequest::clear_requested_state ( )
inline

Definition at line 318 of file logger.pb.h.

◆ close_log()

bool goby::middleware::protobuf::LoggerRequest::close_log ( ) const
inline

Definition at line 354 of file logger.pb.h.

◆ CopyFrom()

void goby::middleware::protobuf::LoggerRequest::CopyFrom ( const LoggerRequest from)

◆ default_instance()

static const LoggerRequest & goby::middleware::protobuf::LoggerRequest::default_instance ( )
inlinestatic

Definition at line 141 of file logger.pb.h.

◆ descriptor()

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

Definition at line 132 of file logger.pb.h.

◆ GetCachedSize()

int goby::middleware::protobuf::LoggerRequest::GetCachedSize ( ) const
inlinefinal

Definition at line 194 of file logger.pb.h.

◆ GetClassData()

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

◆ GetDescriptor()

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

Definition at line 135 of file logger.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata goby::middleware::protobuf::LoggerRequest::GetMetadata ( ) const
final

◆ GetReflection()

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

Definition at line 138 of file logger.pb.h.

◆ has_close_log()

bool goby::middleware::protobuf::LoggerRequest::has_close_log ( ) const
inline

Definition at line 344 of file logger.pb.h.

◆ has_requested_state()

bool goby::middleware::protobuf::LoggerRequest::has_requested_state ( ) const
inline

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

◆ internal_default_instance()

static const LoggerRequest * goby::middleware::protobuf::LoggerRequest::internal_default_instance ( )
inlinestatic

Definition at line 144 of file logger.pb.h.

◆ IsInitialized()

bool goby::middleware::protobuf::LoggerRequest::IsInitialized ( ) const
final

◆ MergeFrom()

void goby::middleware::protobuf::LoggerRequest::MergeFrom ( const LoggerRequest from)
inline

Definition at line 181 of file logger.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * goby::middleware::protobuf::LoggerRequest::mutable_unknown_fields ( )
inline

Definition at line 128 of file logger.pb.h.

◆ New()

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

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

◆ operator=() [1/2]

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

Definition at line 107 of file logger.pb.h.

◆ operator=() [2/2]

LoggerRequest & goby::middleware::protobuf::LoggerRequest::operator= ( LoggerRequest &&  from)
inlinenoexcept

Definition at line 111 of file logger.pb.h.

◆ requested_state()

goby::middleware::protobuf::LoggerRequest_State goby::middleware::protobuf::LoggerRequest::requested_state ( ) const
inline

Definition at line 325 of file logger.pb.h.

◆ set_close_log()

void goby::middleware::protobuf::LoggerRequest::set_close_log ( bool  value)
inline

Definition at line 362 of file logger.pb.h.

◆ set_requested_state()

void goby::middleware::protobuf::LoggerRequest::set_requested_state ( ::goby::middleware::protobuf::LoggerRequest_State  value)
inline

Definition at line 334 of file logger.pb.h.

◆ State_descriptor()

static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * goby::middleware::protobuf::LoggerRequest::State_descriptor ( )
inlinestatic

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

◆ State_IsValid()

static bool goby::middleware::protobuf::LoggerRequest::State_IsValid ( int  value)
inlinestatic

Definition at line 226 of file logger.pb.h.

◆ State_Name()

template<typename T >
static const std::string & goby::middleware::protobuf::LoggerRequest::State_Name ( enum_t_value)
inlinestatic

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

◆ State_Parse()

static bool goby::middleware::protobuf::LoggerRequest::State_Parse ( ::PROTOBUF_NAMESPACE_ID::ConstStringParam  name,
State value 
)
inlinestatic

Definition at line 246 of file logger.pb.h.

◆ Swap()

void goby::middleware::protobuf::LoggerRequest::Swap ( LoggerRequest other)
inline

Definition at line 154 of file logger.pb.h.

◆ unknown_fields()

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

Definition at line 125 of file logger.pb.h.

◆ UnsafeArenaSwap()

void goby::middleware::protobuf::LoggerRequest::UnsafeArenaSwap ( LoggerRequest other)
inline

Definition at line 167 of file logger.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 287 of file logger.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 203 of file logger.pb.h.

◆ ::TableStruct_goby_2fmiddleware_2fprotobuf_2flogger_2eproto

◆ swap

void swap ( LoggerRequest a,
LoggerRequest b 
)
friend

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

Member Data Documentation

◆ _class_data_

const ClassData goby::middleware::protobuf::LoggerRequest::_class_data_
static

Definition at line 212 of file logger.pb.h.

◆ _impl_

Impl_ goby::middleware::protobuf::LoggerRequest::_impl_

Definition at line 296 of file logger.pb.h.

◆ kIndexInFileMessages

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

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

◆ ROTATE_LOG

constexpr State goby::middleware::protobuf::LoggerRequest::ROTATE_LOG
staticconstexpr
Initial value:

Definition at line 224 of file logger.pb.h.

◆ START_LOGGING

constexpr State goby::middleware::protobuf::LoggerRequest::START_LOGGING
staticconstexpr
Initial value:

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

◆ State_ARRAYSIZE

constexpr int goby::middleware::protobuf::LoggerRequest::State_ARRAYSIZE
staticconstexpr
Initial value:

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

◆ State_MAX

constexpr State goby::middleware::protobuf::LoggerRequest::State_MAX
staticconstexpr
Initial value:
=
constexpr LoggerRequest_State LoggerRequest_State_State_MAX
Definition logger.pb.h:75

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

◆ State_MIN

constexpr State goby::middleware::protobuf::LoggerRequest::State_MIN
staticconstexpr
Initial value:
=
constexpr LoggerRequest_State LoggerRequest_State_State_MIN
Definition logger.pb.h:74

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

◆ STOP_LOGGING

constexpr State goby::middleware::protobuf::LoggerRequest::STOP_LOGGING
staticconstexpr
Initial value:

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


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