Goby3
3.1.5a
2024.05.23
|
#include <goby/acomms/protobuf/network_header.pb.h>
Public Types | |
enum | DCCLParameters { DCCL_ID = 61441, DCCL_MAX_BYTES = 60 } |
typedef IPv4Header_FlagsFragOffset | FlagsFragOffset |
Public Types inherited from google::protobuf::Message | |
typedef google::protobuf::Reflection | Reflection |
Public Member Functions | |
IPv4Header () | |
virtual | ~IPv4Header () |
IPv4Header (const IPv4Header &from) | |
IPv4Header & | operator= (const IPv4Header &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline ::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (IPv4Header *other) |
IPv4Header * | New () const final |
IPv4Header * | New (::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 IPv4Header &from) |
void | MergeFrom (const IPv4Header &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_source_ip_address () const |
void | clear_source_ip_address () |
const ::std::string & | source_ip_address () const |
void | set_source_ip_address (const ::std::string &value) |
void | set_source_ip_address (const char *value) |
void | set_source_ip_address (const char *value, size_t size) |
::std::string * | mutable_source_ip_address () |
::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 |
void | set_dest_ip_address (const ::std::string &value) |
void | set_dest_ip_address (const char *value) |
void | set_dest_ip_address (const char *value, size_t size) |
::std::string * | mutable_dest_ip_address () |
::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 |
::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) |
bool | has_version () const |
void | clear_version () |
::google::protobuf::uint32 | version () const |
void | set_version (::google::protobuf::uint32 value) |
bool | has_ihl () const |
void | clear_ihl () |
::google::protobuf::uint32 | ihl () const |
void | set_ihl (::google::protobuf::uint32 value) |
bool | has_dscp () const |
void | clear_dscp () |
::google::protobuf::uint32 | dscp () const |
void | set_dscp (::google::protobuf::uint32 value) |
bool | has_ecn () const |
void | clear_ecn () |
::google::protobuf::uint32 | ecn () const |
void | set_ecn (::google::protobuf::uint32 value) |
bool | has_total_length () const |
void | clear_total_length () |
::google::protobuf::uint32 | total_length () const |
void | set_total_length (::google::protobuf::uint32 value) |
bool | has_identification () const |
void | clear_identification () |
::google::protobuf::uint32 | identification () const |
void | set_identification (::google::protobuf::uint32 value) |
bool | has_ttl () const |
void | clear_ttl () |
::google::protobuf::uint32 | ttl () const |
void | set_ttl (::google::protobuf::uint32 value) |
bool | has_protocol () const |
void | clear_protocol () |
::google::protobuf::uint32 | protocol () const |
void | set_protocol (::google::protobuf::uint32 value) |
bool | has_header_checksum () const |
void | clear_header_checksum () |
::google::protobuf::uint32 | header_checksum () const |
void | set_header_checksum (::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 Reflection * | GetReflection () const final |
Public Member Functions inherited from google::protobuf::MessageLite | |
MessageLite () | |
virtual | ~MessageLite () |
virtual ::google::protobuf::Arena * | GetArena () 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 IPv4Header & | default_instance () |
static void | InitAsDefaultInstance () |
static const IPv4Header * | internal_default_instance () |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages |
static const int | kSourceIpAddressFieldNumber = 11 |
static const int | kDestIpAddressFieldNumber = 12 |
static const int | kFlagsFragOffsetFieldNumber = 7 |
static const int | kVersionFieldNumber = 1 |
static const int | kIhlFieldNumber = 2 |
static const int | kDscpFieldNumber = 3 |
static const int | kEcnFieldNumber = 4 |
static const int | kTotalLengthFieldNumber = 5 |
static const int | kIdentificationFieldNumber = 6 |
static const int | kTtlFieldNumber = 8 |
static const int | kProtocolFieldNumber = 9 |
static const int | kHeaderChecksumFieldNumber = 10 |
Friends | |
struct | ::protobuf_goby_2facomms_2fprotobuf_2fnetwork_5fheader_2eproto::TableStruct |
void | swap (IPv4Header &a, IPv4Header &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) |
Definition at line 790 of file network_header.pb.h.
Definition at line 882 of file network_header.pb.h.
Enumerator | |
---|---|
DCCL_ID | |
DCCL_MAX_BYTES |
Definition at line 991 of file network_header.pb.h.
goby::acomms::protobuf::IPv4Header::IPv4Header | ( | ) |
|
virtual |
goby::acomms::protobuf::IPv4Header::IPv4Header | ( | const IPv4Header & | from | ) |
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
inline |
Definition at line 2357 of file network_header.pb.h.
|
inline |
Definition at line 2089 of file network_header.pb.h.
|
inline |
Definition at line 2065 of file network_header.pb.h.
|
inline |
Definition at line 2161 of file network_header.pb.h.
|
inline |
Definition at line 2267 of file network_header.pb.h.
|
inline |
Definition at line 2137 of file network_header.pb.h.
|
inline |
Definition at line 2017 of file network_header.pb.h.
|
inline |
Definition at line 2243 of file network_header.pb.h.
|
inline |
Definition at line 2291 of file network_header.pb.h.
|
inline |
Definition at line 2113 of file network_header.pb.h.
|
inline |
Definition at line 2219 of file network_header.pb.h.
|
inline |
Definition at line 2041 of file network_header.pb.h.
|
final |
void goby::acomms::protobuf::IPv4Header::CopyFrom | ( | const IPv4Header & | from | ) |
|
static |
|
static |
|
inline |
Definition at line 2361 of file network_header.pb.h.
|
inline |
Definition at line 2093 of file network_header.pb.h.
|
inline |
Definition at line 2069 of file network_header.pb.h.
|
inline |
Definition at line 2168 of file network_header.pb.h.
|
inlinefinalvirtual |
Implements google::protobuf::MessageLite.
Definition at line 862 of file network_header.pb.h.
|
finalvirtual |
Implements google::protobuf::Message.
|
inline |
Definition at line 2348 of file network_header.pb.h.
|
inline |
Definition at line 2080 of file network_header.pb.h.
|
inline |
Definition at line 2056 of file network_header.pb.h.
|
inline |
Definition at line 2152 of file network_header.pb.h.
|
inline |
Definition at line 2258 of file network_header.pb.h.
|
inline |
Definition at line 2128 of file network_header.pb.h.
|
inline |
Definition at line 2008 of file network_header.pb.h.
|
inline |
Definition at line 2234 of file network_header.pb.h.
|
inline |
Definition at line 2282 of file network_header.pb.h.
|
inline |
Definition at line 2104 of file network_header.pb.h.
|
inline |
Definition at line 2210 of file network_header.pb.h.
|
inline |
Definition at line 2032 of file network_header.pb.h.
|
inline |
Definition at line 2271 of file network_header.pb.h.
|
inline |
Definition at line 2141 of file network_header.pb.h.
|
inline |
Definition at line 2021 of file network_header.pb.h.
|
static |
|
inlinestatic |
Definition at line 827 of file network_header.pb.h.
|
final |
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
final |
void goby::acomms::protobuf::IPv4Header::MergeFrom | ( | const IPv4Header & | from | ) |
|
final |
|
inline |
Definition at line 2390 of file network_header.pb.h.
|
inline |
Definition at line 2181 of file network_header.pb.h.
|
inline |
Definition at line 2324 of file network_header.pb.h.
|
inline |
Definition at line 819 of file network_header.pb.h.
|
inlinefinalvirtual |
Implements google::protobuf::Message.
Definition at line 841 of file network_header.pb.h.
|
inlinefinalvirtual |
Reimplemented from google::protobuf::Message.
Definition at line 845 of file network_header.pb.h.
|
inline |
Definition at line 797 of file network_header.pb.h.
|
inline |
Definition at line 2247 of file network_header.pb.h.
|
inline |
Definition at line 2395 of file network_header.pb.h.
|
inline |
Definition at line 2174 of file network_header.pb.h.
|
inline |
Definition at line 2329 of file network_header.pb.h.
|
final |
|
inline |
Definition at line 2403 of file network_header.pb.h.
|
inline |
Definition at line 2190 of file network_header.pb.h.
|
inline |
Definition at line 2337 of file network_header.pb.h.
|
inline |
Definition at line 2365 of file network_header.pb.h.
|
inline |
Definition at line 2378 of file network_header.pb.h.
|
inline |
Definition at line 2384 of file network_header.pb.h.
|
inline |
Definition at line 2097 of file network_header.pb.h.
|
inline |
Definition at line 2073 of file network_header.pb.h.
|
inline |
Definition at line 2275 of file network_header.pb.h.
|
inline |
Definition at line 2145 of file network_header.pb.h.
|
inline |
Definition at line 2025 of file network_header.pb.h.
|
inline |
Definition at line 2251 of file network_header.pb.h.
|
inline |
Definition at line 2299 of file network_header.pb.h.
|
inline |
Definition at line 2312 of file network_header.pb.h.
|
inline |
Definition at line 2318 of file network_header.pb.h.
|
inline |
Definition at line 2121 of file network_header.pb.h.
|
inline |
Definition at line 2227 of file network_header.pb.h.
|
inline |
Definition at line 2049 of file network_header.pb.h.
|
inline |
Definition at line 2295 of file network_header.pb.h.
void goby::acomms::protobuf::IPv4Header::Swap | ( | IPv4Header * | other | ) |
|
inline |
Definition at line 2117 of file network_header.pb.h.
|
inline |
Definition at line 2223 of file network_header.pb.h.
|
inline |
Definition at line 816 of file network_header.pb.h.
|
inline |
Definition at line 2045 of file network_header.pb.h.
Definition at line 1037 of file network_header.pb.h.
|
friend |
Definition at line 835 of file network_header.pb.h.
|
static |
Definition at line 904 of file network_header.pb.h.
|
static |
Definition at line 945 of file network_header.pb.h.
|
static |
Definition at line 952 of file network_header.pb.h.
|
static |
Definition at line 919 of file network_header.pb.h.
|
static |
Definition at line 987 of file network_header.pb.h.
|
static |
Definition at line 966 of file network_header.pb.h.
|
static |
Definition at line 938 of file network_header.pb.h.
|
staticconstexpr |
Definition at line 831 of file network_header.pb.h.
|
static |
Definition at line 980 of file network_header.pb.h.
|
static |
Definition at line 889 of file network_header.pb.h.
|
static |
Definition at line 959 of file network_header.pb.h.
|
static |
Definition at line 973 of file network_header.pb.h.
|
static |
Definition at line 931 of file network_header.pb.h.