Goby3  3.1.4
2024.02.22
goby::acomms::protobuf::ICMPHeader Class Reference

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

Inheritance diagram for goby::acomms::protobuf::ICMPHeader:
google::protobuf::Message google::protobuf::MessageLite

Public Types

enum  DCCLParameters { DCCL_ID = 61443, DCCL_MAX_BYTES = 8 }
 
- Public Types inherited from google::protobuf::Message
typedef google::protobuf::Reflection Reflection
 

Public Member Functions

 ICMPHeader ()
 
virtual ~ICMPHeader ()
 
 ICMPHeader (const ICMPHeader &from)
 
ICMPHeaderoperator= (const ICMPHeader &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ICMPHeader *other)
 
ICMPHeaderNew () const final
 
ICMPHeaderNew (::google::protobuf::Arena *arena) const final
 
void CopyFrom (const ::google::protobuf::Message &from) final
 
void MergeFrom (const ::google::protobuf::Message &from) final
 
void CopyFrom (const ICMPHeader &from)
 
void MergeFrom (const ICMPHeader &from)
 
void Clear () final
 
bool IsInitialized () const final
 
size_t ByteSizeLong () const final
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) final
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const final
 
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *target) const final
 
int GetCachedSize () const final
 
::google::protobuf::Metadata GetMetadata () const final
 
bool has_type () const
 
void clear_type ()
 
::google::protobuf::uint32 type () const
 
void set_type (::google::protobuf::uint32 value)
 
bool has_code () const
 
void clear_code ()
 
::google::protobuf::uint32 code () const
 
void set_code (::google::protobuf::uint32 value)
 
bool has_checksum () const
 
void clear_checksum ()
 
::google::protobuf::uint32 checksum () const
 
void set_checksum (::google::protobuf::uint32 value)
 
bool has_short1 () const
 
void clear_short1 ()
 
::google::protobuf::uint32 short1 () const
 
void set_short1 (::google::protobuf::uint32 value)
 
bool has_short2 () const
 
void clear_short2 ()
 
::google::protobuf::uint32 short2 () const
 
void set_short2 (::google::protobuf::uint32 value)
 
- Public Member Functions inherited from google::protobuf::Message
 Message ()
 
virtual ~Message ()
 
virtual void CopyFrom (const Message &from)
 
virtual void MergeFrom (const Message &from)
 
void CheckInitialized () const
 
void FindInitializationErrors (std::vector< string > *errors) const
 
string InitializationErrorString () const
 
virtual void DiscardUnknownFields ()
 
virtual size_t SpaceUsedLong () const
 
int SpaceUsed () const
 
string DebugString () const
 
string ShortDebugString () const
 
string Utf8DebugString () const
 
void PrintDebugString () const
 
bool ParseFromFileDescriptor (int file_descriptor)
 
bool ParsePartialFromFileDescriptor (int file_descriptor)
 
bool ParseFromIstream (std::istream *input)
 
bool ParsePartialFromIstream (std::istream *input)
 
bool SerializeToFileDescriptor (int file_descriptor) const
 
bool SerializePartialToFileDescriptor (int file_descriptor) const
 
bool SerializeToOstream (std::ostream *output) const
 
bool SerializePartialToOstream (std::ostream *output) const
 
virtual string GetTypeName () const
 
virtual void CheckTypeAndMergeFrom (const MessageLite &other)
 
virtual bool MergePartialFromCodedStream (io::CodedInputStream *input)
 
virtual void SerializeWithCachedSizes (io::CodedOutputStream *output) const
 
const Descriptor * GetDescriptor () const
 
virtual const ReflectionGetReflection () const final
 
- Public Member Functions inherited from google::protobuf::MessageLite
 MessageLite ()
 
virtual ~MessageLite ()
 
virtual ::google::protobuf::ArenaGetArena () const
 
virtual void * GetMaybeArenaPointer () const
 
bool ParseFromCodedStream (io::CodedInputStream *input)
 
bool ParsePartialFromCodedStream (io::CodedInputStream *input)
 
bool ParseFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParsePartialFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParseFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParsePartialFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParseFromString (const string &data)
 
bool ParsePartialFromString (const string &data)
 
bool ParseFromArray (const void *data, int size)
 
bool ParsePartialFromArray (const void *data, int size)
 
bool MergeFromCodedStream (io::CodedInputStream *input)
 
bool SerializeToCodedStream (io::CodedOutputStream *output) const
 
bool SerializePartialToCodedStream (io::CodedOutputStream *output) const
 
bool SerializeToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializePartialToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializeToString (string *output) const
 
bool SerializePartialToString (string *output) const
 
bool SerializeToArray (void *data, int size) const
 
bool SerializePartialToArray (void *data, int size) const
 
string SerializeAsString () const
 
string SerializePartialAsString () const
 
bool AppendToString (string *output) const
 
bool AppendPartialToString (string *output) const
 
int ByteSize () const
 
virtual uint8 * SerializeWithCachedSizesToArray (uint8 *target) const
 
virtual uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, uint8 *target) const
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const ICMPHeaderdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const ICMPHeaderinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kTypeFieldNumber = 1
 
static const int kCodeFieldNumber = 2
 
static const int kChecksumFieldNumber = 3
 
static const int kShort1FieldNumber = 4
 
static const int kShort2FieldNumber = 5
 

Friends

struct ::protobuf_goby_2facomms_2fprotobuf_2fnetwork_5fheader_2eproto::TableStruct
 
void swap (ICMPHeader &a, ICMPHeader &b)
 

Additional Inherited Members

- Static Protected Member Functions inherited from google::protobuf::MessageLite
template<typename T >
::google::protobuf::internal::RepeatedPtrFieldBase * CastToBase (::google::protobuf::RepeatedPtrField< T > *repeated)
 
template<typename T >
static const ::google::protobuf::internal::RepeatedPtrFieldBase & CastToBase (const ::google::protobuf::RepeatedPtrField< T > &repeated)
 
template<typename T >
static T * CreateMaybeMessage (Arena *arena)
 

Detailed Description

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

Member Enumeration Documentation

◆ DCCLParameters

Enumerator
DCCL_ID 
DCCL_MAX_BYTES 

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

Constructor & Destructor Documentation

◆ ICMPHeader() [1/2]

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

◆ ~ICMPHeader()

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

◆ ICMPHeader() [2/2]

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

Member Function Documentation

◆ ByteSizeLong()

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

Reimplemented from google::protobuf::Message.

◆ checksum()

google::protobuf::uint32 goby::acomms::protobuf::ICMPHeader::checksum ( ) const
inline

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

◆ Clear()

void goby::acomms::protobuf::ICMPHeader::Clear ( )
finalvirtual

Reimplemented from google::protobuf::Message.

◆ clear_checksum()

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

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

◆ clear_code()

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

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

◆ clear_short1()

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

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

◆ clear_short2()

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

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

◆ clear_type()

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

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

◆ code()

google::protobuf::uint32 goby::acomms::protobuf::ICMPHeader::code ( ) const
inline

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

◆ CopyFrom() [1/2]

void goby::acomms::protobuf::ICMPHeader::CopyFrom ( const ::google::protobuf::Message from)
final

◆ CopyFrom() [2/2]

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

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

Implements google::protobuf::MessageLite.

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

◆ GetMetadata()

::google::protobuf::Metadata goby::acomms::protobuf::ICMPHeader::GetMetadata ( ) const
finalvirtual

◆ has_checksum()

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

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

◆ has_code()

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

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

◆ has_short1()

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

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

◆ has_short2()

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

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

◆ has_type()

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

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

◆ InitAsDefaultInstance()

static void goby::acomms::protobuf::ICMPHeader::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

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

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

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* goby::acomms::protobuf::ICMPHeader::InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  target 
) const
final

◆ IsInitialized()

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

Reimplemented from google::protobuf::Message.

◆ MergeFrom() [1/2]

void goby::acomms::protobuf::ICMPHeader::MergeFrom ( const ::google::protobuf::Message from)
final

◆ MergeFrom() [2/2]

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

◆ MergePartialFromCodedStream()

bool goby::acomms::protobuf::ICMPHeader::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
final

◆ mutable_unknown_fields()

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

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

◆ New() [1/2]

ICMPHeader* goby::acomms::protobuf::ICMPHeader::New ( ) const
inlinefinalvirtual

Implements google::protobuf::Message.

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

◆ New() [2/2]

ICMPHeader* goby::acomms::protobuf::ICMPHeader::New ( ::google::protobuf::Arena arena) const
inlinefinalvirtual

Reimplemented from google::protobuf::Message.

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

◆ operator=()

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

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

◆ SerializeWithCachedSizes()

void goby::acomms::protobuf::ICMPHeader::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
final

◆ set_checksum()

void goby::acomms::protobuf::ICMPHeader::set_checksum ( ::google::protobuf::uint32  value)
inline

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

◆ set_code()

void goby::acomms::protobuf::ICMPHeader::set_code ( ::google::protobuf::uint32  value)
inline

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

◆ set_short1()

void goby::acomms::protobuf::ICMPHeader::set_short1 ( ::google::protobuf::uint32  value)
inline

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

◆ set_short2()

void goby::acomms::protobuf::ICMPHeader::set_short2 ( ::google::protobuf::uint32  value)
inline

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

◆ set_type()

void goby::acomms::protobuf::ICMPHeader::set_type ( ::google::protobuf::uint32  value)
inline

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

◆ short1()

google::protobuf::uint32 goby::acomms::protobuf::ICMPHeader::short1 ( ) const
inline

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

◆ short2()

google::protobuf::uint32 goby::acomms::protobuf::ICMPHeader::short2 ( ) const
inline

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

◆ Swap()

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

◆ type()

google::protobuf::uint32 goby::acomms::protobuf::ICMPHeader::type ( ) const
inline

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

◆ unknown_fields()

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

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

Friends And Related Function Documentation

◆ ::protobuf_goby_2facomms_2fprotobuf_2fnetwork_5fheader_2eproto::TableStruct

◆ swap

void swap ( ICMPHeader a,
ICMPHeader b 
)
friend

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

Member Data Documentation

◆ kChecksumFieldNumber

const int goby::acomms::protobuf::ICMPHeader::kChecksumFieldNumber = 3
static

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

◆ kCodeFieldNumber

const int goby::acomms::protobuf::ICMPHeader::kCodeFieldNumber = 2
static

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

◆ kIndexInFileMessages

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

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

◆ kShort1FieldNumber

const int goby::acomms::protobuf::ICMPHeader::kShort1FieldNumber = 4
static

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

◆ kShort2FieldNumber

const int goby::acomms::protobuf::ICMPHeader::kShort2FieldNumber = 5
static

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

◆ kTypeFieldNumber

const int goby::acomms::protobuf::ICMPHeader::kTypeFieldNumber = 1
static

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


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