Goby3 3.2.3
2025.05.13
|
#include <goby/acomms/protobuf/network_header.pb.h>
Public Types | |
enum | : int { kSourceIpAddressFieldNumber = 11 , kDestIpAddressFieldNumber = 12 , kFlagsFragOffsetFieldNumber = 7 , kVersionFieldNumber = 1 , kIhlFieldNumber = 2 , kDscpFieldNumber = 3 , kEcnFieldNumber = 4 , kTotalLengthFieldNumber = 5 , kIdentificationFieldNumber = 6 , kTtlFieldNumber = 8 , kProtocolFieldNumber = 9 , kHeaderChecksumFieldNumber = 10 } |
enum | DCCLParameters { DCCL_ID = 61441 , DCCL_MAX_BYTES = 60 } |
typedef IPv4Header_FlagsFragOffset | FlagsFragOffset |
Public Member Functions | |
IPv4Header () | |
~IPv4Header () override | |
PROTOBUF_CONSTEXPR | IPv4Header (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
IPv4Header (const IPv4Header &from) | |
IPv4Header (IPv4Header &&from) noexcept | |
IPv4Header & | operator= (const IPv4Header &from) |
IPv4Header & | operator= (IPv4Header &&from) noexcept |
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (IPv4Header *other) |
void | UnsafeArenaSwap (IPv4Header *other) |
IPv4Header * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
void | CopyFrom (const IPv4Header &from) |
void | MergeFrom (const IPv4Header &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_source_ip_address () const |
void | clear_source_ip_address () |
const std::string & | source_ip_address () const |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_source_ip_address (ArgT0 &&arg0, ArgT... args) |
std::string * | mutable_source_ip_address () |
PROTOBUF_NODISCARD std::string * | release_source_ip_address () |
void | set_allocated_source_ip_address (std::string *source_ip_address) |
bool | has_dest_ip_address () const |
void | clear_dest_ip_address () |
const std::string & | dest_ip_address () const |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_dest_ip_address (ArgT0 &&arg0, ArgT... args) |
std::string * | mutable_dest_ip_address () |
PROTOBUF_NODISCARD std::string * | release_dest_ip_address () |
void | set_allocated_dest_ip_address (std::string *dest_ip_address) |
bool | has_flags_frag_offset () const |
void | clear_flags_frag_offset () |
const ::goby::acomms::protobuf::IPv4Header_FlagsFragOffset & | flags_frag_offset () const |
PROTOBUF_NODISCARD::goby::acomms::protobuf::IPv4Header_FlagsFragOffset * | release_flags_frag_offset () |
::goby::acomms::protobuf::IPv4Header_FlagsFragOffset * | mutable_flags_frag_offset () |
void | set_allocated_flags_frag_offset (::goby::acomms::protobuf::IPv4Header_FlagsFragOffset *flags_frag_offset) |
void | unsafe_arena_set_allocated_flags_frag_offset (::goby::acomms::protobuf::IPv4Header_FlagsFragOffset *flags_frag_offset) |
::goby::acomms::protobuf::IPv4Header_FlagsFragOffset * | unsafe_arena_release_flags_frag_offset () |
bool | has_version () const |
void | clear_version () |
uint32_t | version () const |
void | set_version (uint32_t value) |
bool | has_ihl () const |
void | clear_ihl () |
uint32_t | ihl () const |
void | set_ihl (uint32_t value) |
bool | has_dscp () const |
void | clear_dscp () |
uint32_t | dscp () const |
void | set_dscp (uint32_t value) |
bool | has_ecn () const |
void | clear_ecn () |
uint32_t | ecn () const |
void | set_ecn (uint32_t value) |
bool | has_total_length () const |
void | clear_total_length () |
uint32_t | total_length () const |
void | set_total_length (uint32_t value) |
bool | has_identification () const |
void | clear_identification () |
uint32_t | identification () const |
void | set_identification (uint32_t value) |
bool | has_ttl () const |
void | clear_ttl () |
uint32_t | ttl () const |
void | set_ttl (uint32_t value) |
bool | has_protocol () const |
void | clear_protocol () |
uint32_t | protocol () const |
void | set_protocol (uint32_t value) |
bool | has_header_checksum () const |
void | clear_header_checksum () |
uint32_t | header_checksum () const |
void | set_header_checksum (uint32_t value) |
template<typename ArgT0 , typename... ArgT> | |
PROTOBUF_ALWAYS_INLINE void | set_source_ip_address (ArgT0 &&arg0, ArgT... args) |
template<typename ArgT0 , typename... ArgT> | |
PROTOBUF_ALWAYS_INLINE void | set_dest_ip_address (ArgT0 &&arg0, ArgT... args) |
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 IPv4Header & | default_instance () |
static const IPv4Header * | internal_default_instance () |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages |
static const ClassData | _class_data_ |
Protected Member Functions | |
IPv4Header (::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 (IPv4Header &a, IPv4Header &b) |
Definition at line 1005 of file network_header.pb.h.
Definition at line 1130 of file network_header.pb.h.
anonymous enum : int |
Definition at line 1134 of file network_header.pb.h.
Enumerator | |
---|---|
DCCL_ID | |
DCCL_MAX_BYTES |
Definition at line 1319 of file network_header.pb.h.
|
inline |
Definition at line 1008 of file network_header.pb.h.
|
override |
|
explicit |
goby::acomms::protobuf::IPv4Header::IPv4Header | ( | const IPv4Header & | from | ) |
|
inlinenoexcept |
Definition at line 1013 of file network_header.pb.h.
|
explicitprotected |
|
final |
|
final |
|
final |
|
final |
|
inline |
Definition at line 3086 of file network_header.pb.h.
|
inline |
Definition at line 2760 of file network_header.pb.h.
|
inline |
Definition at line 2732 of file network_header.pb.h.
|
inline |
Definition at line 2845 of file network_header.pb.h.
|
inline |
Definition at line 2990 of file network_header.pb.h.
|
inline |
Definition at line 2816 of file network_header.pb.h.
|
inline |
Definition at line 2676 of file network_header.pb.h.
|
inline |
Definition at line 2962 of file network_header.pb.h.
|
inline |
Definition at line 3018 of file network_header.pb.h.
|
inline |
Definition at line 2788 of file network_header.pb.h.
|
inline |
Definition at line 2934 of file network_header.pb.h.
|
inline |
Definition at line 2704 of file network_header.pb.h.
void goby::acomms::protobuf::IPv4Header::CopyFrom | ( | const IPv4Header & | from | ) |
|
inlinestatic |
Definition at line 1052 of file network_header.pb.h.
|
inlinestatic |
Definition at line 1043 of file network_header.pb.h.
|
inline |
Definition at line 3090 of file network_header.pb.h.
|
inline |
Definition at line 2767 of file network_header.pb.h.
|
inline |
Definition at line 2739 of file network_header.pb.h.
|
inline |
Definition at line 2854 of file network_header.pb.h.
|
inlinefinal |
Definition at line 1105 of file network_header.pb.h.
|
final |
|
inlinestatic |
Definition at line 1046 of file network_header.pb.h.
|
final |
|
inlinestatic |
Definition at line 1049 of file network_header.pb.h.
|
inline |
Definition at line 3083 of file network_header.pb.h.
|
inline |
Definition at line 2757 of file network_header.pb.h.
|
inline |
Definition at line 2729 of file network_header.pb.h.
|
inline |
Definition at line 2842 of file network_header.pb.h.
|
inline |
Definition at line 2987 of file network_header.pb.h.
|
inline |
Definition at line 2813 of file network_header.pb.h.
|
inline |
Definition at line 2673 of file network_header.pb.h.
|
inline |
Definition at line 2959 of file network_header.pb.h.
|
inline |
Definition at line 3015 of file network_header.pb.h.
|
inline |
Definition at line 2785 of file network_header.pb.h.
|
inline |
Definition at line 2931 of file network_header.pb.h.
|
inline |
Definition at line 2701 of file network_header.pb.h.
|
inline |
Definition at line 2997 of file network_header.pb.h.
|
inline |
Definition at line 2823 of file network_header.pb.h.
|
inline |
Definition at line 2683 of file network_header.pb.h.
|
inlinestatic |
Definition at line 1055 of file network_header.pb.h.
|
final |
|
inline |
Definition at line 1092 of file network_header.pb.h.
|
inline |
Definition at line 3101 of file network_header.pb.h.
|
inline |
Definition at line 2901 of file network_header.pb.h.
|
inline |
Definition at line 3033 of file network_header.pb.h.
|
inline |
Definition at line 1039 of file network_header.pb.h.
|
inlinefinal |
Definition at line 1086 of file network_header.pb.h.
|
inline |
Definition at line 1018 of file network_header.pb.h.
|
inlinenoexcept |
Definition at line 1022 of file network_header.pb.h.
|
inline |
Definition at line 2969 of file network_header.pb.h.
|
inline |
Definition at line 3117 of file network_header.pb.h.
|
inline |
Definition at line 2871 of file network_header.pb.h.
|
inline |
Definition at line 3049 of file network_header.pb.h.
|
inline |
Definition at line 3131 of file network_header.pb.h.
|
inline |
Definition at line 2906 of file network_header.pb.h.
|
inline |
Definition at line 3063 of file network_header.pb.h.
void goby::acomms::protobuf::IPv4Header::set_dest_ip_address | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
|
inline |
Definition at line 3096 of file network_header.pb.h.
|
inline |
Definition at line 2775 of file network_header.pb.h.
|
inline |
Definition at line 2747 of file network_header.pb.h.
|
inline |
Definition at line 3005 of file network_header.pb.h.
|
inline |
Definition at line 2831 of file network_header.pb.h.
|
inline |
Definition at line 2691 of file network_header.pb.h.
|
inline |
Definition at line 2977 of file network_header.pb.h.
void goby::acomms::protobuf::IPv4Header::set_source_ip_address | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
|
inline |
Definition at line 3028 of file network_header.pb.h.
|
inline |
Definition at line 2803 of file network_header.pb.h.
|
inline |
Definition at line 2949 of file network_header.pb.h.
|
inline |
Definition at line 2719 of file network_header.pb.h.
|
inline |
Definition at line 3022 of file network_header.pb.h.
|
inline |
Definition at line 1065 of file network_header.pb.h.
|
inline |
Definition at line 2795 of file network_header.pb.h.
|
inline |
Definition at line 2941 of file network_header.pb.h.
|
inline |
Definition at line 1036 of file network_header.pb.h.
|
inline |
Definition at line 2886 of file network_header.pb.h.
|
inline |
Definition at line 2858 of file network_header.pb.h.
|
inline |
Definition at line 1078 of file network_header.pb.h.
|
inline |
Definition at line 2711 of file network_header.pb.h.
|
friend |
Definition at line 1327 of file network_header.pb.h.
|
friend |
Definition at line 1114 of file network_header.pb.h.
Definition at line 1347 of file network_header.pb.h.
|
friend |
Definition at line 1062 of file network_header.pb.h.
|
static |
Definition at line 1123 of file network_header.pb.h.
Impl_ goby::acomms::protobuf::IPv4Header::_impl_ |
Definition at line 1346 of file network_header.pb.h.
|
staticconstexpr |
Definition at line 1059 of file network_header.pb.h.