Goby3 3.2.3
2025.05.13
Loading...
Searching...
No Matches
goby::acomms::protobuf::ICMPHeader Class Referencefinal

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

Inheritance diagram for goby::acomms::protobuf::ICMPHeader:

Public Types

enum  : int {
  kTypeFieldNumber = 1 , kCodeFieldNumber = 2 , kChecksumFieldNumber = 3 , kShort1FieldNumber = 4 ,
  kShort2FieldNumber = 5
}
 
enum  DCCLParameters { DCCL_ID = 61443 , DCCL_MAX_BYTES = 8 }
 

Public Member Functions

 ICMPHeader ()
 
 ~ICMPHeader () override
 
PROTOBUF_CONSTEXPR ICMPHeader (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 ICMPHeader (const ICMPHeader &from)
 
 ICMPHeader (ICMPHeader &&from) noexcept
 
ICMPHeaderoperator= (const ICMPHeader &from)
 
ICMPHeaderoperator= (ICMPHeader &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ICMPHeader *other)
 
void UnsafeArenaSwap (ICMPHeader *other)
 
ICMPHeaderNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const ICMPHeader &from)
 
void MergeFrom (const ICMPHeader &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_type () const
 
void clear_type ()
 
uint32_t type () const
 
void set_type (uint32_t value)
 
bool has_code () const
 
void clear_code ()
 
uint32_t code () const
 
void set_code (uint32_t value)
 
bool has_checksum () const
 
void clear_checksum ()
 
uint32_t checksum () const
 
void set_checksum (uint32_t value)
 
bool has_short1 () const
 
void clear_short1 ()
 
uint32_t short1 () const
 
void set_short1 (uint32_t value)
 
bool has_short2 () const
 
void clear_short2 ()
 
uint32_t short2 () const
 
void set_short2 (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 ICMPHeaderdefault_instance ()
 
static const ICMPHeaderinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

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

Detailed Description

Definition at line 1560 of file network_header.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kTypeFieldNumber 
kCodeFieldNumber 
kChecksumFieldNumber 
kShort1FieldNumber 
kShort2FieldNumber 

Definition at line 1687 of file network_header.pb.h.

◆ DCCLParameters

Enumerator
DCCL_ID 
DCCL_MAX_BYTES 

Definition at line 1759 of file network_header.pb.h.

Constructor & Destructor Documentation

◆ ICMPHeader() [1/5]

goby::acomms::protobuf::ICMPHeader::ICMPHeader ( )
inline

Definition at line 1563 of file network_header.pb.h.

◆ ~ICMPHeader()

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

◆ ICMPHeader() [2/5]

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

◆ ICMPHeader() [3/5]

goby::acomms::protobuf::ICMPHeader::ICMPHeader ( const ICMPHeader from)

◆ ICMPHeader() [4/5]

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

Definition at line 1568 of file network_header.pb.h.

◆ ICMPHeader() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ ByteSizeLong()

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

◆ checksum()

uint32_t goby::acomms::protobuf::ICMPHeader::checksum ( ) const
inline

Definition at line 3337 of file network_header.pb.h.

◆ Clear()

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

◆ clear_checksum()

void goby::acomms::protobuf::ICMPHeader::clear_checksum ( )
inline

Definition at line 3330 of file network_header.pb.h.

◆ clear_code()

void goby::acomms::protobuf::ICMPHeader::clear_code ( )
inline

Definition at line 3302 of file network_header.pb.h.

◆ clear_short1()

void goby::acomms::protobuf::ICMPHeader::clear_short1 ( )
inline

Definition at line 3358 of file network_header.pb.h.

◆ clear_short2()

void goby::acomms::protobuf::ICMPHeader::clear_short2 ( )
inline

Definition at line 3386 of file network_header.pb.h.

◆ clear_type()

void goby::acomms::protobuf::ICMPHeader::clear_type ( )
inline

Definition at line 3274 of file network_header.pb.h.

◆ code()

uint32_t goby::acomms::protobuf::ICMPHeader::code ( ) const
inline

Definition at line 3309 of file network_header.pb.h.

◆ CopyFrom()

void goby::acomms::protobuf::ICMPHeader::CopyFrom ( const ICMPHeader from)

◆ default_instance()

static const ICMPHeader & goby::acomms::protobuf::ICMPHeader::default_instance ( )
inlinestatic

Definition at line 1607 of file network_header.pb.h.

◆ descriptor()

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

Definition at line 1598 of file network_header.pb.h.

◆ GetCachedSize()

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

Definition at line 1660 of file network_header.pb.h.

◆ GetClassData()

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

◆ GetDescriptor()

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

Definition at line 1601 of file network_header.pb.h.

◆ GetMetadata()

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

◆ GetReflection()

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

Definition at line 1604 of file network_header.pb.h.

◆ has_checksum()

bool goby::acomms::protobuf::ICMPHeader::has_checksum ( ) const
inline

Definition at line 3327 of file network_header.pb.h.

◆ has_code()

bool goby::acomms::protobuf::ICMPHeader::has_code ( ) const
inline

Definition at line 3299 of file network_header.pb.h.

◆ has_short1()

bool goby::acomms::protobuf::ICMPHeader::has_short1 ( ) const
inline

Definition at line 3355 of file network_header.pb.h.

◆ has_short2()

bool goby::acomms::protobuf::ICMPHeader::has_short2 ( ) const
inline

Definition at line 3383 of file network_header.pb.h.

◆ has_type()

bool goby::acomms::protobuf::ICMPHeader::has_type ( ) const
inline

Definition at line 3271 of file network_header.pb.h.

◆ internal_default_instance()

static const ICMPHeader * goby::acomms::protobuf::ICMPHeader::internal_default_instance ( )
inlinestatic

Definition at line 1610 of file network_header.pb.h.

◆ IsInitialized()

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

◆ MergeFrom()

void goby::acomms::protobuf::ICMPHeader::MergeFrom ( const ICMPHeader from)
inline

Definition at line 1647 of file network_header.pb.h.

◆ mutable_unknown_fields()

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

Definition at line 1594 of file network_header.pb.h.

◆ New()

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

Definition at line 1641 of file network_header.pb.h.

◆ operator=() [1/2]

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

Definition at line 1573 of file network_header.pb.h.

◆ operator=() [2/2]

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

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

◆ set_checksum()

void goby::acomms::protobuf::ICMPHeader::set_checksum ( uint32_t  value)
inline

Definition at line 3345 of file network_header.pb.h.

◆ set_code()

void goby::acomms::protobuf::ICMPHeader::set_code ( uint32_t  value)
inline

Definition at line 3317 of file network_header.pb.h.

◆ set_short1()

void goby::acomms::protobuf::ICMPHeader::set_short1 ( uint32_t  value)
inline

Definition at line 3373 of file network_header.pb.h.

◆ set_short2()

void goby::acomms::protobuf::ICMPHeader::set_short2 ( uint32_t  value)
inline

Definition at line 3401 of file network_header.pb.h.

◆ set_type()

void goby::acomms::protobuf::ICMPHeader::set_type ( uint32_t  value)
inline

Definition at line 3289 of file network_header.pb.h.

◆ short1()

uint32_t goby::acomms::protobuf::ICMPHeader::short1 ( ) const
inline

Definition at line 3365 of file network_header.pb.h.

◆ short2()

uint32_t goby::acomms::protobuf::ICMPHeader::short2 ( ) const
inline

Definition at line 3393 of file network_header.pb.h.

◆ Swap()

void goby::acomms::protobuf::ICMPHeader::Swap ( ICMPHeader other)
inline

Definition at line 1620 of file network_header.pb.h.

◆ type()

uint32_t goby::acomms::protobuf::ICMPHeader::type ( ) const
inline

Definition at line 3281 of file network_header.pb.h.

◆ unknown_fields()

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

Definition at line 1591 of file network_header.pb.h.

◆ UnsafeArenaSwap()

void goby::acomms::protobuf::ICMPHeader::UnsafeArenaSwap ( ICMPHeader other)
inline

Definition at line 1633 of file network_header.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 1767 of file network_header.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 1669 of file network_header.pb.h.

◆ ::TableStruct_goby_2facomms_2fprotobuf_2fnetwork_5fheader_2eproto

◆ swap

void swap ( ICMPHeader a,
ICMPHeader b 
)
friend

Definition at line 1617 of file network_header.pb.h.

Member Data Documentation

◆ _class_data_

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

Definition at line 1678 of file network_header.pb.h.

◆ _impl_

Impl_ goby::acomms::protobuf::ICMPHeader::_impl_

Definition at line 1779 of file network_header.pb.h.

◆ kIndexInFileMessages

constexpr int goby::acomms::protobuf::ICMPHeader::kIndexInFileMessages
staticconstexpr
Initial value:
=
7

Definition at line 1614 of file network_header.pb.h.


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