Goby3 3.5.1
2026.06.04
Loading...
Searching...
No Matches
goby::acomms::protobuf::RouteManagerConfig Class Referencefinal

#include <goby/acomms/protobuf/route.pb.h>

Inheritance diagram for goby::acomms::protobuf::RouteManagerConfig:

Public Types

enum  : int { kRouteFieldNumber = 1 , kDefaultGatewayFieldNumber = 3 , kSubnetMaskFieldNumber = 2 }

Public Member Functions

 RouteManagerConfig ()
 ~RouteManagerConfig () override
PROTOBUF_CONSTEXPR RouteManagerConfig (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 RouteManagerConfig (const RouteManagerConfig &from)
 RouteManagerConfig (RouteManagerConfig &&from) noexcept
RouteManagerConfigoperator= (const RouteManagerConfig &from)
RouteManagerConfigoperator= (RouteManagerConfig &&from) noexcept
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
void Swap (RouteManagerConfig *other)
void UnsafeArenaSwap (RouteManagerConfig *other)
RouteManagerConfigNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
void CopyFrom (const RouteManagerConfig &from)
void MergeFrom (const RouteManagerConfig &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_route () const
void clear_route ()
const ::goby::acomms::protobuf::StaticRouteroute () const
PROTOBUF_NODISCARD::goby::acomms::protobuf::StaticRoute * release_route ()
::goby::acomms::protobuf::StaticRoutemutable_route ()
void set_allocated_route (::goby::acomms::protobuf::StaticRoute *route)
void unsafe_arena_set_allocated_route (::goby::acomms::protobuf::StaticRoute *route)
::goby::acomms::protobuf::StaticRouteunsafe_arena_release_route ()
bool has_default_gateway () const
void clear_default_gateway ()
uint32_t default_gateway () const
void set_default_gateway (uint32_t value)
bool has_subnet_mask () const
void clear_subnet_mask ()
uint32_t subnet_mask () const
void set_subnet_mask (uint32_t 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 RouteManagerConfigdefault_instance ()
static const RouteManagerConfiginternal_default_instance ()

Static Public Attributes

static constexpr int kIndexInFileMessages
static const ClassData _class_data_

Protected Member Functions

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

Detailed Description

Definition at line 248 of file route.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kRouteFieldNumber 
kDefaultGatewayFieldNumber 
kSubnetMaskFieldNumber 

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

Constructor & Destructor Documentation

◆ RouteManagerConfig() [1/5]

goby::acomms::protobuf::RouteManagerConfig::RouteManagerConfig ( )
inline

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

◆ ~RouteManagerConfig()

goby::acomms::protobuf::RouteManagerConfig::~RouteManagerConfig ( )
override

◆ RouteManagerConfig() [2/5]

PROTOBUF_CONSTEXPR goby::acomms::protobuf::RouteManagerConfig::RouteManagerConfig ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized )
explicit

◆ RouteManagerConfig() [3/5]

goby::acomms::protobuf::RouteManagerConfig::RouteManagerConfig ( const RouteManagerConfig & from)

◆ RouteManagerConfig() [4/5]

goby::acomms::protobuf::RouteManagerConfig::RouteManagerConfig ( RouteManagerConfig && from)
inlinenoexcept

Definition at line 256 of file route.pb.h.

◆ RouteManagerConfig() [5/5]

goby::acomms::protobuf::RouteManagerConfig::RouteManagerConfig ( ::PROTOBUF_NAMESPACE_ID::Arena * arena,
bool is_message_owned = false )
explicitprotected

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ ByteSizeLong()

size_t goby::acomms::protobuf::RouteManagerConfig::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::acomms::protobuf::RouteManagerConfig::Clear ( )
final

◆ clear_default_gateway()

void goby::acomms::protobuf::RouteManagerConfig::clear_default_gateway ( )
inline

Definition at line 855 of file route.pb.h.

◆ clear_route()

void goby::acomms::protobuf::RouteManagerConfig::clear_route ( )
inline

Definition at line 738 of file route.pb.h.

◆ clear_subnet_mask()

void goby::acomms::protobuf::RouteManagerConfig::clear_subnet_mask ( )
inline

Definition at line 827 of file route.pb.h.

◆ CopyFrom()

void goby::acomms::protobuf::RouteManagerConfig::CopyFrom ( const RouteManagerConfig & from)

◆ default_gateway()

uint32_t goby::acomms::protobuf::RouteManagerConfig::default_gateway ( ) const
inline

Definition at line 862 of file route.pb.h.

◆ default_instance()

const RouteManagerConfig & goby::acomms::protobuf::RouteManagerConfig::default_instance ( )
inlinestatic

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

◆ descriptor()

const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::acomms::protobuf::RouteManagerConfig::descriptor ( )
inlinestatic

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

◆ GetCachedSize()

int goby::acomms::protobuf::RouteManagerConfig::GetCachedSize ( ) const
inlinefinal

Definition at line 348 of file route.pb.h.

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * goby::acomms::protobuf::RouteManagerConfig::GetClassData ( ) const
final

◆ GetDescriptor()

const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::acomms::protobuf::RouteManagerConfig::GetDescriptor ( )
inlinestatic

Definition at line 289 of file route.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata goby::acomms::protobuf::RouteManagerConfig::GetMetadata ( ) const
final

◆ GetReflection()

const ::PROTOBUF_NAMESPACE_ID::Reflection * goby::acomms::protobuf::RouteManagerConfig::GetReflection ( )
inlinestatic

Definition at line 292 of file route.pb.h.

◆ has_default_gateway()

bool goby::acomms::protobuf::RouteManagerConfig::has_default_gateway ( ) const
inline

Definition at line 852 of file route.pb.h.

◆ has_route()

bool goby::acomms::protobuf::RouteManagerConfig::has_route ( ) const
inline

Definition at line 735 of file route.pb.h.

◆ has_subnet_mask()

bool goby::acomms::protobuf::RouteManagerConfig::has_subnet_mask ( ) const
inline

Definition at line 824 of file route.pb.h.

◆ internal_default_instance()

const RouteManagerConfig * goby::acomms::protobuf::RouteManagerConfig::internal_default_instance ( )
inlinestatic

Definition at line 298 of file route.pb.h.

◆ IsInitialized()

bool goby::acomms::protobuf::RouteManagerConfig::IsInitialized ( ) const
final

◆ MergeFrom()

void goby::acomms::protobuf::RouteManagerConfig::MergeFrom ( const RouteManagerConfig & from)
inline

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

◆ mutable_route()

goby::acomms::protobuf::StaticRoute * goby::acomms::protobuf::RouteManagerConfig::mutable_route ( )
inline

Definition at line 794 of file route.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * goby::acomms::protobuf::RouteManagerConfig::mutable_unknown_fields ( )
inline

Definition at line 282 of file route.pb.h.

◆ New()

RouteManagerConfig * goby::acomms::protobuf::RouteManagerConfig::New ( ::PROTOBUF_NAMESPACE_ID::Arena * arena = nullptr) const
inlinefinal

Definition at line 329 of file route.pb.h.

◆ operator=() [1/2]

RouteManagerConfig & goby::acomms::protobuf::RouteManagerConfig::operator= ( const RouteManagerConfig & from)
inline

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

◆ operator=() [2/2]

RouteManagerConfig & goby::acomms::protobuf::RouteManagerConfig::operator= ( RouteManagerConfig && from)
inlinenoexcept

Definition at line 265 of file route.pb.h.

◆ release_route()

goby::acomms::protobuf::StaticRoute * goby::acomms::protobuf::RouteManagerConfig::release_route ( )
inline

Definition at line 764 of file route.pb.h.

◆ route()

const::goby::acomms::protobuf::StaticRoute & goby::acomms::protobuf::RouteManagerConfig::route ( ) const
inline

Definition at line 747 of file route.pb.h.

◆ set_allocated_route()

void goby::acomms::protobuf::RouteManagerConfig::set_allocated_route ( ::goby::acomms::protobuf::StaticRoute * route)
inline

Definition at line 799 of file route.pb.h.

◆ set_default_gateway()

void goby::acomms::protobuf::RouteManagerConfig::set_default_gateway ( uint32_t value)
inline

Definition at line 870 of file route.pb.h.

◆ set_subnet_mask()

void goby::acomms::protobuf::RouteManagerConfig::set_subnet_mask ( uint32_t value)
inline

Definition at line 842 of file route.pb.h.

◆ subnet_mask()

uint32_t goby::acomms::protobuf::RouteManagerConfig::subnet_mask ( ) const
inline

Definition at line 834 of file route.pb.h.

◆ Swap()

void goby::acomms::protobuf::RouteManagerConfig::Swap ( RouteManagerConfig * other)
inline

Definition at line 308 of file route.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & goby::acomms::protobuf::RouteManagerConfig::unknown_fields ( ) const
inline

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

◆ unsafe_arena_release_route()

goby::acomms::protobuf::StaticRoute * goby::acomms::protobuf::RouteManagerConfig::unsafe_arena_release_route ( )
inline

Definition at line 779 of file route.pb.h.

◆ unsafe_arena_set_allocated_route()

void goby::acomms::protobuf::RouteManagerConfig::unsafe_arena_set_allocated_route ( ::goby::acomms::protobuf::StaticRoute * route)
inline

Definition at line 751 of file route.pb.h.

◆ UnsafeArenaSwap()

void goby::acomms::protobuf::RouteManagerConfig::UnsafeArenaSwap ( RouteManagerConfig * other)
inline

Definition at line 321 of file route.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

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

Definition at line 428 of file route.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 357 of file route.pb.h.

◆ ::TableStruct_goby_2facomms_2fprotobuf_2froute_2eproto

friend struct ::TableStruct_goby_2facomms_2fprotobuf_2froute_2eproto
friend

Definition at line 439 of file route.pb.h.

◆ swap

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

Definition at line 305 of file route.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData goby::acomms::protobuf::RouteManagerConfig::_class_data_
static

Definition at line 366 of file route.pb.h.

◆ _impl_

Impl_ goby::acomms::protobuf::RouteManagerConfig::_impl_

Definition at line 438 of file route.pb.h.

◆ kIndexInFileMessages

int goby::acomms::protobuf::RouteManagerConfig::kIndexInFileMessages
staticconstexpr
Initial value:
=
1

Definition at line 302 of file route.pb.h.


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