#include <jaiabot/messages/udp_driver.pb.h>


Public Types | |
| enum | : int { kRemoteFieldNumber = 2 , kAdditionalApplicationAckModemIdFieldNumber = 21 , kLocalFieldNumber = 1 , kIpv6FieldNumber = 4 , kMaxFrameSizeFieldNumber = 3 } |
| typedef Config_EndPoint | EndPoint |
Public Member Functions | |
| Config () | |
| ~Config () override | |
| PROTOBUF_CONSTEXPR | Config (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
| Config (const Config &from) | |
| Config (Config &&from) noexcept | |
| Config & | operator= (const Config &from) |
| Config & | operator= (Config &&from) noexcept |
| const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
| inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
| void | Swap (Config *other) |
| void | UnsafeArenaSwap (Config *other) |
| Config * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
| void | CopyFrom (const Config &from) |
| void | MergeFrom (const Config &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 |
| int | remote_size () const |
| void | clear_remote () |
| ::jaiabot::udp::protobuf::Config_EndPoint * | mutable_remote (int index) |
| ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::jaiabot::udp::protobuf::Config_EndPoint > * | mutable_remote () |
| const ::jaiabot::udp::protobuf::Config_EndPoint & | remote (int index) const |
| ::jaiabot::udp::protobuf::Config_EndPoint * | add_remote () |
| const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::jaiabot::udp::protobuf::Config_EndPoint > & | remote () const |
| int | additional_application_ack_modem_id_size () const |
| void | clear_additional_application_ack_modem_id () |
| uint32_t | additional_application_ack_modem_id (int index) const |
| void | set_additional_application_ack_modem_id (int index, uint32_t value) |
| void | add_additional_application_ack_modem_id (uint32_t value) |
| const ::PROTOBUF_NAMESPACE_ID::RepeatedField< uint32_t > & | additional_application_ack_modem_id () const |
| ::PROTOBUF_NAMESPACE_ID::RepeatedField< uint32_t > * | mutable_additional_application_ack_modem_id () |
| bool | has_local () const |
| void | clear_local () |
| const ::jaiabot::udp::protobuf::Config_EndPoint & | local () const |
| PROTOBUF_NODISCARD::jaiabot::udp::protobuf::Config_EndPoint * | release_local () |
| ::jaiabot::udp::protobuf::Config_EndPoint * | mutable_local () |
| void | set_allocated_local (::jaiabot::udp::protobuf::Config_EndPoint *local) |
| void | unsafe_arena_set_allocated_local (::jaiabot::udp::protobuf::Config_EndPoint *local) |
| ::jaiabot::udp::protobuf::Config_EndPoint * | unsafe_arena_release_local () |
| bool | has_ipv6 () const |
| void | clear_ipv6 () |
| bool | ipv6 () const |
| void | set_ipv6 (bool value) |
| bool | has_max_frame_size () const |
| void | clear_max_frame_size () |
| int32_t | max_frame_size () const |
| void | set_max_frame_size (int32_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 Config & | default_instance () |
| static const Config * | internal_default_instance () |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages |
| static const ClassData | _class_data_ |
Protected Member Functions | |
| Config (::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_jaiabot_2fmessages_2fudp_5fdriver_2eproto |
| void | swap (Config &a, Config &b) |
Definition at line 271 of file udp_driver.pb.h.
Definition at line 396 of file udp_driver.pb.h.
| anonymous enum : int |
| Enumerator | |
|---|---|
| kRemoteFieldNumber | |
| kAdditionalApplicationAckModemIdFieldNumber | |
| kLocalFieldNumber | |
| kIpv6FieldNumber | |
| kMaxFrameSizeFieldNumber | |
Definition at line 400 of file udp_driver.pb.h.
|
inline |
Definition at line 274 of file udp_driver.pb.h.
|
override |
|
explicit |
| jaiabot::udp::protobuf::Config::Config | ( | const Config & | from | ) |
|
inlinenoexcept |
Definition at line 279 of file udp_driver.pb.h.
|
explicitprotected |
|
final |
|
final |
|
inline |
Definition at line 854 of file udp_driver.pb.h.
|
inline |
Definition at line 763 of file udp_driver.pb.h.
|
inline |
Definition at line 863 of file udp_driver.pb.h.
|
inline |
Definition at line 843 of file udp_driver.pb.h.
|
inline |
Definition at line 834 of file udp_driver.pb.h.
|
final |
|
final |
|
inline |
Definition at line 837 of file udp_driver.pb.h.
|
inline |
Definition at line 810 of file udp_driver.pb.h.
|
inline |
Definition at line 653 of file udp_driver.pb.h.
|
inline |
Definition at line 782 of file udp_driver.pb.h.
|
inline |
Definition at line 741 of file udp_driver.pb.h.
| void jaiabot::udp::protobuf::Config::CopyFrom | ( | const Config & | from | ) |
|
inlinestatic |
Definition at line 318 of file udp_driver.pb.h.
|
inlinestatic |
Definition at line 309 of file udp_driver.pb.h.
|
inlinefinal |
Definition at line 371 of file udp_driver.pb.h.
|
final |
|
inlinestatic |
Definition at line 312 of file udp_driver.pb.h.
|
final |
|
inlinestatic |
Definition at line 315 of file udp_driver.pb.h.
|
inline |
Definition at line 807 of file udp_driver.pb.h.
|
inline |
Definition at line 650 of file udp_driver.pb.h.
|
inline |
Definition at line 779 of file udp_driver.pb.h.
|
inlinestatic |
Definition at line 321 of file udp_driver.pb.h.
|
inline |
Definition at line 817 of file udp_driver.pb.h.
|
final |
|
inline |
Definition at line 662 of file udp_driver.pb.h.
|
inline |
Definition at line 789 of file udp_driver.pb.h.
|
inline |
Definition at line 358 of file udp_driver.pb.h.
|
inline |
Definition at line 872 of file udp_driver.pb.h.
|
inline |
Definition at line 709 of file udp_driver.pb.h.
|
inline |
Definition at line 749 of file udp_driver.pb.h.
|
inline |
Definition at line 744 of file udp_driver.pb.h.
|
inline |
Definition at line 305 of file udp_driver.pb.h.
|
inlinefinal |
Definition at line 352 of file udp_driver.pb.h.
Definition at line 288 of file udp_driver.pb.h.
Definition at line 284 of file udp_driver.pb.h.
|
inline |
Definition at line 679 of file udp_driver.pb.h.
|
inline |
Definition at line 769 of file udp_driver.pb.h.
|
inline |
Definition at line 756 of file udp_driver.pb.h.
|
inline |
Definition at line 738 of file udp_driver.pb.h.
|
inline |
Definition at line 847 of file udp_driver.pb.h.
|
inline |
Definition at line 714 of file udp_driver.pb.h.
|
inline |
Definition at line 825 of file udp_driver.pb.h.
|
inline |
Definition at line 797 of file udp_driver.pb.h.
|
inline |
Definition at line 331 of file udp_driver.pb.h.
|
inline |
Definition at line 302 of file udp_driver.pb.h.
|
inline |
Definition at line 694 of file udp_driver.pb.h.
|
inline |
Definition at line 666 of file udp_driver.pb.h.
|
inline |
Definition at line 344 of file udp_driver.pb.h.
|
friend |
Definition at line 495 of file udp_driver.pb.h.
|
friend |
Definition at line 380 of file udp_driver.pb.h.
|
friend |
Definition at line 508 of file udp_driver.pb.h.
Definition at line 328 of file udp_driver.pb.h.
|
static |
Definition at line 389 of file udp_driver.pb.h.
| Impl_ jaiabot::udp::protobuf::Config::_impl_ |
Definition at line 507 of file udp_driver.pb.h.
|
staticconstexpr |
Definition at line 325 of file udp_driver.pb.h.