Goby3 3.2.3
2025.05.13
|
#include <goby/acomms/protobuf/network_header.pb.h>
Public Types | |
enum | : int { kAddressFieldNumber = 2 , kQueueReportFieldNumber = 3 , kTypeFieldNumber = 1 } |
typedef IPGatewayICMPControl_QueueReport | QueueReport |
typedef IPGatewayICMPControl_MessageType | MessageType |
Public Member Functions | |
IPGatewayICMPControl () | |
~IPGatewayICMPControl () override | |
PROTOBUF_CONSTEXPR | IPGatewayICMPControl (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
IPGatewayICMPControl (const IPGatewayICMPControl &from) | |
IPGatewayICMPControl (IPGatewayICMPControl &&from) noexcept | |
IPGatewayICMPControl & | operator= (const IPGatewayICMPControl &from) |
IPGatewayICMPControl & | operator= (IPGatewayICMPControl &&from) noexcept |
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (IPGatewayICMPControl *other) |
void | UnsafeArenaSwap (IPGatewayICMPControl *other) |
IPGatewayICMPControl * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
void | CopyFrom (const IPGatewayICMPControl &from) |
void | MergeFrom (const IPGatewayICMPControl &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_address () const |
void | clear_address () |
const std::string & | address () const |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_address (ArgT0 &&arg0, ArgT... args) |
std::string * | mutable_address () |
PROTOBUF_NODISCARD std::string * | release_address () |
void | set_allocated_address (std::string *address) |
bool | has_queue_report () const |
void | clear_queue_report () |
const ::goby::acomms::protobuf::IPGatewayICMPControl_QueueReport & | queue_report () const |
PROTOBUF_NODISCARD::goby::acomms::protobuf::IPGatewayICMPControl_QueueReport * | release_queue_report () |
::goby::acomms::protobuf::IPGatewayICMPControl_QueueReport * | mutable_queue_report () |
void | set_allocated_queue_report (::goby::acomms::protobuf::IPGatewayICMPControl_QueueReport *queue_report) |
void | unsafe_arena_set_allocated_queue_report (::goby::acomms::protobuf::IPGatewayICMPControl_QueueReport *queue_report) |
::goby::acomms::protobuf::IPGatewayICMPControl_QueueReport * | unsafe_arena_release_queue_report () |
bool | has_type () const |
void | clear_type () |
::goby::acomms::protobuf::IPGatewayICMPControl_MessageType | type () const |
void | set_type (::goby::acomms::protobuf::IPGatewayICMPControl_MessageType value) |
template<typename ArgT0 , typename... ArgT> | |
PROTOBUF_ALWAYS_INLINE void | set_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 IPGatewayICMPControl & | default_instance () |
static const IPGatewayICMPControl * | internal_default_instance () |
static bool | MessageType_IsValid (int value) |
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | MessageType_descriptor () |
template<typename T > | |
static const std::string & | MessageType_Name (T enum_t_value) |
static bool | MessageType_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, MessageType *value) |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages |
static const ClassData | _class_data_ |
static constexpr MessageType | QUEUE_REPORT |
static constexpr MessageType | MessageType_MIN |
static constexpr MessageType | MessageType_MAX |
static constexpr int | MessageType_ARRAYSIZE |
Protected Member Functions | |
IPGatewayICMPControl (::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 (IPGatewayICMPControl &a, IPGatewayICMPControl &b) |
Definition at line 2128 of file network_header.pb.h.
Definition at line 2255 of file network_header.pb.h.
Definition at line 2253 of file network_header.pb.h.
anonymous enum : int |
Enumerator | |
---|---|
kAddressFieldNumber | |
kQueueReportFieldNumber | |
kTypeFieldNumber |
Definition at line 2285 of file network_header.pb.h.
|
inline |
Definition at line 2131 of file network_header.pb.h.
|
override |
|
explicit |
goby::acomms::protobuf::IPGatewayICMPControl::IPGatewayICMPControl | ( | const IPGatewayICMPControl & | from | ) |
|
inlinenoexcept |
Definition at line 2136 of file network_header.pb.h.
|
explicitprotected |
|
final |
|
final |
|
inline |
Definition at line 3555 of file network_header.pb.h.
|
final |
|
final |
|
inline |
Definition at line 3551 of file network_header.pb.h.
|
inline |
Definition at line 3620 of file network_header.pb.h.
|
inline |
Definition at line 3522 of file network_header.pb.h.
void goby::acomms::protobuf::IPGatewayICMPControl::CopyFrom | ( | const IPGatewayICMPControl & | from | ) |
|
inlinestatic |
Definition at line 2175 of file network_header.pb.h.
|
inlinestatic |
Definition at line 2166 of file network_header.pb.h.
|
inlinefinal |
Definition at line 2228 of file network_header.pb.h.
|
final |
|
inlinestatic |
Definition at line 2169 of file network_header.pb.h.
|
final |
|
inlinestatic |
Definition at line 2172 of file network_header.pb.h.
|
inline |
Definition at line 3548 of file network_header.pb.h.
|
inline |
Definition at line 3617 of file network_header.pb.h.
|
inline |
Definition at line 3519 of file network_header.pb.h.
|
inlinestatic |
Definition at line 2178 of file network_header.pb.h.
|
final |
|
inline |
Definition at line 2215 of file network_header.pb.h.
|
inlinestatic |
Definition at line 2268 of file network_header.pb.h.
|
inlinestatic |
Definition at line 2258 of file network_header.pb.h.
|
inlinestatic |
Definition at line 2272 of file network_header.pb.h.
|
inlinestatic |
Definition at line 2278 of file network_header.pb.h.
|
inline |
Definition at line 3566 of file network_header.pb.h.
|
inline |
Definition at line 3676 of file network_header.pb.h.
|
inline |
Definition at line 2162 of file network_header.pb.h.
|
inlinefinal |
Definition at line 2209 of file network_header.pb.h.
|
inline |
Definition at line 2141 of file network_header.pb.h.
|
inlinenoexcept |
Definition at line 2145 of file network_header.pb.h.
|
inline |
Definition at line 3629 of file network_header.pb.h.
|
inline |
Definition at line 3582 of file network_header.pb.h.
|
inline |
Definition at line 3646 of file network_header.pb.h.
void goby::acomms::protobuf::IPGatewayICMPControl::set_address | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
|
inline |
Definition at line 3561 of file network_header.pb.h.
|
inline |
Definition at line 3596 of file network_header.pb.h.
|
inline |
Definition at line 3681 of file network_header.pb.h.
|
inline |
Definition at line 3538 of file network_header.pb.h.
|
inline |
Definition at line 2188 of file network_header.pb.h.
|
inline |
Definition at line 3529 of file network_header.pb.h.
|
inline |
Definition at line 2159 of file network_header.pb.h.
|
inline |
Definition at line 3661 of file network_header.pb.h.
|
inline |
Definition at line 3633 of file network_header.pb.h.
|
inline |
Definition at line 2201 of file network_header.pb.h.
|
friend |
Definition at line 2346 of file network_header.pb.h.
|
friend |
Definition at line 2237 of file network_header.pb.h.
Definition at line 2357 of file network_header.pb.h.
|
friend |
Definition at line 2185 of file network_header.pb.h.
|
static |
Definition at line 2246 of file network_header.pb.h.
Impl_ goby::acomms::protobuf::IPGatewayICMPControl::_impl_ |
Definition at line 2356 of file network_header.pb.h.
|
staticconstexpr |
Definition at line 2182 of file network_header.pb.h.
|
staticconstexpr |
Definition at line 2265 of file network_header.pb.h.
|
staticconstexpr |
Definition at line 2263 of file network_header.pb.h.
|
staticconstexpr |
Definition at line 2261 of file network_header.pb.h.
|
staticconstexpr |
Definition at line 2256 of file network_header.pb.h.