JaiaBot 2.0.0
JaiaBot micro-AUV software
 
Loading...
Searching...
No Matches
xbee::protobuf::Config Class Referencefinal

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

Inheritance diagram for xbee::protobuf::Config:
Collaboration diagram for xbee::protobuf::Config:

Public Types

enum  : int {
  kXbeeInfoLocationFieldNumber = 5 , kXbeeEncryptionPasswordFieldNumber = 8 , kHubInfoLocationFieldNumber = 9 , kXbeeMeshUnicastRetriesFieldNumber = 10 ,
  kXbeeUnicastMacRetriesFieldNumber = 11 , kXbeeNetworkDelaySlotsFieldNumber = 12 , kXbeeBroadcastMultiTransmitsFieldNumber = 13 , kTestCommsFieldNumber = 4 ,
  kUseXbeeEncryptionFieldNumber = 7 , kHubIdFieldNumber = 6 , kFleetIdFieldNumber = 14 , kSubnetMaskFieldNumber = 15 ,
  kNetworkIdFieldNumber = 1
}
 

Public Member Functions

 Config ()
 
 ~Config () override
 
PROTOBUF_CONSTEXPR Config (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 Config (const Config &from)
 
 Config (Config &&from) noexcept
 
Configoperator= (const Config &from)
 
Configoperator= (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)
 
ConfigNew (::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
 
bool has_xbee_info_location () const
 
void clear_xbee_info_location ()
 
const std::string & xbee_info_location () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_xbee_info_location (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_xbee_info_location ()
 
PROTOBUF_NODISCARD std::string * release_xbee_info_location ()
 
void set_allocated_xbee_info_location (std::string *xbee_info_location)
 
bool has_xbee_encryption_password () const
 
void clear_xbee_encryption_password ()
 
const std::string & xbee_encryption_password () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_xbee_encryption_password (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_xbee_encryption_password ()
 
PROTOBUF_NODISCARD std::string * release_xbee_encryption_password ()
 
void set_allocated_xbee_encryption_password (std::string *xbee_encryption_password)
 
bool has_hub_info_location () const
 
void clear_hub_info_location ()
 
const std::string & hub_info_location () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_hub_info_location (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_hub_info_location ()
 
PROTOBUF_NODISCARD std::string * release_hub_info_location ()
 
void set_allocated_hub_info_location (std::string *hub_info_location)
 
bool has_xbee_mesh_unicast_retries () const
 
void clear_xbee_mesh_unicast_retries ()
 
const std::string & xbee_mesh_unicast_retries () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_xbee_mesh_unicast_retries (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_xbee_mesh_unicast_retries ()
 
PROTOBUF_NODISCARD std::string * release_xbee_mesh_unicast_retries ()
 
void set_allocated_xbee_mesh_unicast_retries (std::string *xbee_mesh_unicast_retries)
 
bool has_xbee_unicast_mac_retries () const
 
void clear_xbee_unicast_mac_retries ()
 
const std::string & xbee_unicast_mac_retries () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_xbee_unicast_mac_retries (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_xbee_unicast_mac_retries ()
 
PROTOBUF_NODISCARD std::string * release_xbee_unicast_mac_retries ()
 
void set_allocated_xbee_unicast_mac_retries (std::string *xbee_unicast_mac_retries)
 
bool has_xbee_network_delay_slots () const
 
void clear_xbee_network_delay_slots ()
 
const std::string & xbee_network_delay_slots () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_xbee_network_delay_slots (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_xbee_network_delay_slots ()
 
PROTOBUF_NODISCARD std::string * release_xbee_network_delay_slots ()
 
void set_allocated_xbee_network_delay_slots (std::string *xbee_network_delay_slots)
 
bool has_xbee_broadcast_multi_transmits () const
 
void clear_xbee_broadcast_multi_transmits ()
 
const std::string & xbee_broadcast_multi_transmits () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_xbee_broadcast_multi_transmits (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_xbee_broadcast_multi_transmits ()
 
PROTOBUF_NODISCARD std::string * release_xbee_broadcast_multi_transmits ()
 
void set_allocated_xbee_broadcast_multi_transmits (std::string *xbee_broadcast_multi_transmits)
 
bool has_test_comms () const
 
void clear_test_comms ()
 
bool test_comms () const
 
void set_test_comms (bool value)
 
bool has_use_xbee_encryption () const
 
void clear_use_xbee_encryption ()
 
bool use_xbee_encryption () const
 
void set_use_xbee_encryption (bool value)
 
bool has_hub_id () const
 
void clear_hub_id ()
 
int32_t hub_id () const
 
void set_hub_id (int32_t value)
 
bool has_fleet_id () const
 
void clear_fleet_id ()
 
int32_t fleet_id () const
 
void set_fleet_id (int32_t value)
 
bool has_subnet_mask () const
 
void clear_subnet_mask ()
 
uint32_t subnet_mask () const
 
void set_subnet_mask (uint32_t value)
 
bool has_network_id () const
 
void clear_network_id ()
 
uint64_t network_id () const
 
void set_network_id (uint64_t value)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_xbee_info_location (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_xbee_encryption_password (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_hub_info_location (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_xbee_mesh_unicast_retries (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_xbee_unicast_mac_retries (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_xbee_network_delay_slots (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_xbee_broadcast_multi_transmits (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 Configdefault_instance ()
 
static const Configinternal_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_2fxbee_5fextensions_2eproto
 
void swap (Config &a, Config &b)
 

Detailed Description

Definition at line 71 of file xbee_extensions.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kXbeeInfoLocationFieldNumber 
kXbeeEncryptionPasswordFieldNumber 
kHubInfoLocationFieldNumber 
kXbeeMeshUnicastRetriesFieldNumber 
kXbeeUnicastMacRetriesFieldNumber 
kXbeeNetworkDelaySlotsFieldNumber 
kXbeeBroadcastMultiTransmitsFieldNumber 
kTestCommsFieldNumber 
kUseXbeeEncryptionFieldNumber 
kHubIdFieldNumber 
kFleetIdFieldNumber 
kSubnetMaskFieldNumber 
kNetworkIdFieldNumber 

Definition at line 198 of file xbee_extensions.pb.h.

Constructor & Destructor Documentation

◆ Config() [1/5]

xbee::protobuf::Config::Config ( )
inline

Definition at line 74 of file xbee_extensions.pb.h.

◆ ~Config()

xbee::protobuf::Config::~Config ( )
override

◆ Config() [2/5]

PROTOBUF_CONSTEXPR xbee::protobuf::Config::Config ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ Config() [3/5]

xbee::protobuf::Config::Config ( const Config from)

◆ Config() [4/5]

xbee::protobuf::Config::Config ( Config &&  from)
inlinenoexcept

Definition at line 79 of file xbee_extensions.pb.h.

◆ Config() [5/5]

xbee::protobuf::Config::Config ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena,
bool  is_message_owned = false 
)
explicitprotected

Member Function Documentation

◆ _InternalParse()

const char * xbee::protobuf::Config::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalSerialize()

uint8_t * xbee::protobuf::Config::_InternalSerialize ( uint8_t *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ ByteSizeLong()

size_t xbee::protobuf::Config::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void xbee::protobuf::Config::Clear ( )
final

◆ clear_fleet_id()

void xbee::protobuf::Config::clear_fleet_id ( )
inline

Definition at line 1010 of file xbee_extensions.pb.h.

◆ clear_hub_id()

void xbee::protobuf::Config::clear_hub_id ( )
inline

Definition at line 591 of file xbee_extensions.pb.h.

◆ clear_hub_info_location()

void xbee::protobuf::Config::clear_hub_info_location ( )
inline

Definition at line 715 of file xbee_extensions.pb.h.

◆ clear_network_id()

void xbee::protobuf::Config::clear_network_id ( )
inline

Definition at line 476 of file xbee_extensions.pb.h.

◆ clear_subnet_mask()

void xbee::protobuf::Config::clear_subnet_mask ( )
inline

Definition at line 1038 of file xbee_extensions.pb.h.

◆ clear_test_comms()

void xbee::protobuf::Config::clear_test_comms ( )
inline

Definition at line 504 of file xbee_extensions.pb.h.

◆ clear_use_xbee_encryption()

void xbee::protobuf::Config::clear_use_xbee_encryption ( )
inline

Definition at line 619 of file xbee_extensions.pb.h.

◆ clear_xbee_broadcast_multi_transmits()

void xbee::protobuf::Config::clear_xbee_broadcast_multi_transmits ( )
inline

Definition at line 951 of file xbee_extensions.pb.h.

◆ clear_xbee_encryption_password()

void xbee::protobuf::Config::clear_xbee_encryption_password ( )
inline

Definition at line 647 of file xbee_extensions.pb.h.

◆ clear_xbee_info_location()

void xbee::protobuf::Config::clear_xbee_info_location ( )
inline

Definition at line 532 of file xbee_extensions.pb.h.

◆ clear_xbee_mesh_unicast_retries()

void xbee::protobuf::Config::clear_xbee_mesh_unicast_retries ( )
inline

Definition at line 774 of file xbee_extensions.pb.h.

◆ clear_xbee_network_delay_slots()

void xbee::protobuf::Config::clear_xbee_network_delay_slots ( )
inline

Definition at line 892 of file xbee_extensions.pb.h.

◆ clear_xbee_unicast_mac_retries()

void xbee::protobuf::Config::clear_xbee_unicast_mac_retries ( )
inline

Definition at line 833 of file xbee_extensions.pb.h.

◆ CopyFrom()

void xbee::protobuf::Config::CopyFrom ( const Config from)

◆ default_instance()

static const Config & xbee::protobuf::Config::default_instance ( )
inlinestatic

Definition at line 118 of file xbee_extensions.pb.h.

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * xbee::protobuf::Config::descriptor ( )
inlinestatic

Definition at line 109 of file xbee_extensions.pb.h.

◆ fleet_id()

int32_t xbee::protobuf::Config::fleet_id ( ) const
inline

Definition at line 1017 of file xbee_extensions.pb.h.

◆ GetCachedSize()

int xbee::protobuf::Config::GetCachedSize ( ) const
inlinefinal

Definition at line 171 of file xbee_extensions.pb.h.

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * xbee::protobuf::Config::GetClassData ( ) const
final

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * xbee::protobuf::Config::GetDescriptor ( )
inlinestatic

Definition at line 112 of file xbee_extensions.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata xbee::protobuf::Config::GetMetadata ( ) const
final

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection * xbee::protobuf::Config::GetReflection ( )
inlinestatic

Definition at line 115 of file xbee_extensions.pb.h.

◆ has_fleet_id()

bool xbee::protobuf::Config::has_fleet_id ( ) const
inline

Definition at line 1007 of file xbee_extensions.pb.h.

◆ has_hub_id()

bool xbee::protobuf::Config::has_hub_id ( ) const
inline

Definition at line 588 of file xbee_extensions.pb.h.

◆ has_hub_info_location()

bool xbee::protobuf::Config::has_hub_info_location ( ) const
inline

Definition at line 712 of file xbee_extensions.pb.h.

◆ has_network_id()

bool xbee::protobuf::Config::has_network_id ( ) const
inline

Definition at line 473 of file xbee_extensions.pb.h.

◆ has_subnet_mask()

bool xbee::protobuf::Config::has_subnet_mask ( ) const
inline

Definition at line 1035 of file xbee_extensions.pb.h.

◆ has_test_comms()

bool xbee::protobuf::Config::has_test_comms ( ) const
inline

Definition at line 501 of file xbee_extensions.pb.h.

◆ has_use_xbee_encryption()

bool xbee::protobuf::Config::has_use_xbee_encryption ( ) const
inline

Definition at line 616 of file xbee_extensions.pb.h.

◆ has_xbee_broadcast_multi_transmits()

bool xbee::protobuf::Config::has_xbee_broadcast_multi_transmits ( ) const
inline

Definition at line 948 of file xbee_extensions.pb.h.

◆ has_xbee_encryption_password()

bool xbee::protobuf::Config::has_xbee_encryption_password ( ) const
inline

Definition at line 644 of file xbee_extensions.pb.h.

◆ has_xbee_info_location()

bool xbee::protobuf::Config::has_xbee_info_location ( ) const
inline

Definition at line 529 of file xbee_extensions.pb.h.

◆ has_xbee_mesh_unicast_retries()

bool xbee::protobuf::Config::has_xbee_mesh_unicast_retries ( ) const
inline

Definition at line 771 of file xbee_extensions.pb.h.

◆ has_xbee_network_delay_slots()

bool xbee::protobuf::Config::has_xbee_network_delay_slots ( ) const
inline

Definition at line 889 of file xbee_extensions.pb.h.

◆ has_xbee_unicast_mac_retries()

bool xbee::protobuf::Config::has_xbee_unicast_mac_retries ( ) const
inline

Definition at line 830 of file xbee_extensions.pb.h.

◆ hub_id()

int32_t xbee::protobuf::Config::hub_id ( ) const
inline

Definition at line 598 of file xbee_extensions.pb.h.

◆ hub_info_location()

const std::string & xbee::protobuf::Config::hub_info_location ( ) const
inline

Definition at line 719 of file xbee_extensions.pb.h.

◆ internal_default_instance()

static const Config * xbee::protobuf::Config::internal_default_instance ( )
inlinestatic

Definition at line 121 of file xbee_extensions.pb.h.

◆ IsInitialized()

bool xbee::protobuf::Config::IsInitialized ( ) const
final

◆ MergeFrom()

void xbee::protobuf::Config::MergeFrom ( const Config from)
inline

Definition at line 158 of file xbee_extensions.pb.h.

◆ mutable_hub_info_location()

std::string * xbee::protobuf::Config::mutable_hub_info_location ( )
inline

Definition at line 731 of file xbee_extensions.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * xbee::protobuf::Config::mutable_unknown_fields ( )
inline

Definition at line 105 of file xbee_extensions.pb.h.

◆ mutable_xbee_broadcast_multi_transmits()

std::string * xbee::protobuf::Config::mutable_xbee_broadcast_multi_transmits ( )
inline

Definition at line 967 of file xbee_extensions.pb.h.

◆ mutable_xbee_encryption_password()

std::string * xbee::protobuf::Config::mutable_xbee_encryption_password ( )
inline

Definition at line 662 of file xbee_extensions.pb.h.

◆ mutable_xbee_info_location()

std::string * xbee::protobuf::Config::mutable_xbee_info_location ( )
inline

Definition at line 548 of file xbee_extensions.pb.h.

◆ mutable_xbee_mesh_unicast_retries()

std::string * xbee::protobuf::Config::mutable_xbee_mesh_unicast_retries ( )
inline

Definition at line 790 of file xbee_extensions.pb.h.

◆ mutable_xbee_network_delay_slots()

std::string * xbee::protobuf::Config::mutable_xbee_network_delay_slots ( )
inline

Definition at line 908 of file xbee_extensions.pb.h.

◆ mutable_xbee_unicast_mac_retries()

std::string * xbee::protobuf::Config::mutable_xbee_unicast_mac_retries ( )
inline

Definition at line 849 of file xbee_extensions.pb.h.

◆ network_id()

uint64_t xbee::protobuf::Config::network_id ( ) const
inline

Definition at line 483 of file xbee_extensions.pb.h.

◆ New()

Config * xbee::protobuf::Config::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

Definition at line 152 of file xbee_extensions.pb.h.

◆ operator=() [1/2]

Config & xbee::protobuf::Config::operator= ( Config &&  from)
inlinenoexcept

Definition at line 88 of file xbee_extensions.pb.h.

◆ operator=() [2/2]

Config & xbee::protobuf::Config::operator= ( const Config from)
inline

Definition at line 84 of file xbee_extensions.pb.h.

◆ release_hub_info_location()

std::string * xbee::protobuf::Config::release_hub_info_location ( )
inline

Definition at line 747 of file xbee_extensions.pb.h.

◆ release_xbee_broadcast_multi_transmits()

std::string * xbee::protobuf::Config::release_xbee_broadcast_multi_transmits ( )
inline

Definition at line 983 of file xbee_extensions.pb.h.

◆ release_xbee_encryption_password()

std::string * xbee::protobuf::Config::release_xbee_encryption_password ( )
inline

Definition at line 678 of file xbee_extensions.pb.h.

◆ release_xbee_info_location()

std::string * xbee::protobuf::Config::release_xbee_info_location ( )
inline

Definition at line 564 of file xbee_extensions.pb.h.

◆ release_xbee_mesh_unicast_retries()

std::string * xbee::protobuf::Config::release_xbee_mesh_unicast_retries ( )
inline

Definition at line 806 of file xbee_extensions.pb.h.

◆ release_xbee_network_delay_slots()

std::string * xbee::protobuf::Config::release_xbee_network_delay_slots ( )
inline

Definition at line 924 of file xbee_extensions.pb.h.

◆ release_xbee_unicast_mac_retries()

std::string * xbee::protobuf::Config::release_xbee_unicast_mac_retries ( )
inline

Definition at line 865 of file xbee_extensions.pb.h.

◆ set_allocated_hub_info_location()

void xbee::protobuf::Config::set_allocated_hub_info_location ( std::string *  hub_info_location)
inline

Definition at line 756 of file xbee_extensions.pb.h.

◆ set_allocated_xbee_broadcast_multi_transmits()

void xbee::protobuf::Config::set_allocated_xbee_broadcast_multi_transmits ( std::string *  xbee_broadcast_multi_transmits)
inline

Definition at line 992 of file xbee_extensions.pb.h.

◆ set_allocated_xbee_encryption_password()

void xbee::protobuf::Config::set_allocated_xbee_encryption_password ( std::string *  xbee_encryption_password)
inline

Definition at line 692 of file xbee_extensions.pb.h.

◆ set_allocated_xbee_info_location()

void xbee::protobuf::Config::set_allocated_xbee_info_location ( std::string *  xbee_info_location)
inline

Definition at line 573 of file xbee_extensions.pb.h.

◆ set_allocated_xbee_mesh_unicast_retries()

void xbee::protobuf::Config::set_allocated_xbee_mesh_unicast_retries ( std::string *  xbee_mesh_unicast_retries)
inline

Definition at line 815 of file xbee_extensions.pb.h.

◆ set_allocated_xbee_network_delay_slots()

void xbee::protobuf::Config::set_allocated_xbee_network_delay_slots ( std::string *  xbee_network_delay_slots)
inline

Definition at line 933 of file xbee_extensions.pb.h.

◆ set_allocated_xbee_unicast_mac_retries()

void xbee::protobuf::Config::set_allocated_xbee_unicast_mac_retries ( std::string *  xbee_unicast_mac_retries)
inline

Definition at line 874 of file xbee_extensions.pb.h.

◆ set_fleet_id()

void xbee::protobuf::Config::set_fleet_id ( int32_t  value)
inline

Definition at line 1025 of file xbee_extensions.pb.h.

◆ set_hub_id()

void xbee::protobuf::Config::set_hub_id ( int32_t  value)
inline

Definition at line 606 of file xbee_extensions.pb.h.

◆ set_hub_info_location() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void xbee::protobuf::Config::set_hub_info_location ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_hub_info_location() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void xbee::protobuf::Config::set_hub_info_location ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

Definition at line 726 of file xbee_extensions.pb.h.

◆ set_network_id()

void xbee::protobuf::Config::set_network_id ( uint64_t  value)
inline

Definition at line 491 of file xbee_extensions.pb.h.

◆ set_subnet_mask()

void xbee::protobuf::Config::set_subnet_mask ( uint32_t  value)
inline

Definition at line 1053 of file xbee_extensions.pb.h.

◆ set_test_comms()

void xbee::protobuf::Config::set_test_comms ( bool  value)
inline

Definition at line 519 of file xbee_extensions.pb.h.

◆ set_use_xbee_encryption()

void xbee::protobuf::Config::set_use_xbee_encryption ( bool  value)
inline

Definition at line 634 of file xbee_extensions.pb.h.

◆ set_xbee_broadcast_multi_transmits() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void xbee::protobuf::Config::set_xbee_broadcast_multi_transmits ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_xbee_broadcast_multi_transmits() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void xbee::protobuf::Config::set_xbee_broadcast_multi_transmits ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

Definition at line 962 of file xbee_extensions.pb.h.

◆ set_xbee_encryption_password() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void xbee::protobuf::Config::set_xbee_encryption_password ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_xbee_encryption_password() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void xbee::protobuf::Config::set_xbee_encryption_password ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

Definition at line 657 of file xbee_extensions.pb.h.

◆ set_xbee_info_location() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void xbee::protobuf::Config::set_xbee_info_location ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_xbee_info_location() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void xbee::protobuf::Config::set_xbee_info_location ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

Definition at line 543 of file xbee_extensions.pb.h.

◆ set_xbee_mesh_unicast_retries() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void xbee::protobuf::Config::set_xbee_mesh_unicast_retries ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_xbee_mesh_unicast_retries() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void xbee::protobuf::Config::set_xbee_mesh_unicast_retries ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

Definition at line 785 of file xbee_extensions.pb.h.

◆ set_xbee_network_delay_slots() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void xbee::protobuf::Config::set_xbee_network_delay_slots ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_xbee_network_delay_slots() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void xbee::protobuf::Config::set_xbee_network_delay_slots ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

Definition at line 903 of file xbee_extensions.pb.h.

◆ set_xbee_unicast_mac_retries() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void xbee::protobuf::Config::set_xbee_unicast_mac_retries ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_xbee_unicast_mac_retries() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void xbee::protobuf::Config::set_xbee_unicast_mac_retries ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

Definition at line 844 of file xbee_extensions.pb.h.

◆ subnet_mask()

uint32_t xbee::protobuf::Config::subnet_mask ( ) const
inline

Definition at line 1045 of file xbee_extensions.pb.h.

◆ Swap()

void xbee::protobuf::Config::Swap ( Config other)
inline

Definition at line 131 of file xbee_extensions.pb.h.

◆ test_comms()

bool xbee::protobuf::Config::test_comms ( ) const
inline

Definition at line 511 of file xbee_extensions.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & xbee::protobuf::Config::unknown_fields ( ) const
inline

Definition at line 102 of file xbee_extensions.pb.h.

◆ UnsafeArenaSwap()

void xbee::protobuf::Config::UnsafeArenaSwap ( Config other)
inline

Definition at line 144 of file xbee_extensions.pb.h.

◆ use_xbee_encryption()

bool xbee::protobuf::Config::use_xbee_encryption ( ) const
inline

Definition at line 626 of file xbee_extensions.pb.h.

◆ xbee_broadcast_multi_transmits()

const std::string & xbee::protobuf::Config::xbee_broadcast_multi_transmits ( ) const
inline

Definition at line 955 of file xbee_extensions.pb.h.

◆ xbee_encryption_password()

const std::string & xbee::protobuf::Config::xbee_encryption_password ( ) const
inline

Definition at line 651 of file xbee_extensions.pb.h.

◆ xbee_info_location()

const std::string & xbee::protobuf::Config::xbee_info_location ( ) const
inline

Definition at line 536 of file xbee_extensions.pb.h.

◆ xbee_mesh_unicast_retries()

const std::string & xbee::protobuf::Config::xbee_mesh_unicast_retries ( ) const
inline

Definition at line 778 of file xbee_extensions.pb.h.

◆ xbee_network_delay_slots()

const std::string & xbee::protobuf::Config::xbee_network_delay_slots ( ) const
inline

Definition at line 896 of file xbee_extensions.pb.h.

◆ xbee_unicast_mac_retries()

const std::string & xbee::protobuf::Config::xbee_unicast_mac_retries ( ) const
inline

Definition at line 837 of file xbee_extensions.pb.h.

Friends And Related Symbol Documentation

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

template<typename T >
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
friend

Definition at line 424 of file xbee_extensions.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
friend

Definition at line 180 of file xbee_extensions.pb.h.

◆ ::TableStruct_jaiabot_2fmessages_2fxbee_5fextensions_2eproto

◆ swap

void swap ( Config a,
Config b 
)
friend

Definition at line 128 of file xbee_extensions.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData xbee::protobuf::Config::_class_data_
static

Definition at line 189 of file xbee_extensions.pb.h.

◆ _impl_

Impl_ xbee::protobuf::Config::_impl_

Definition at line 450 of file xbee_extensions.pb.h.

◆ kIndexInFileMessages

constexpr int xbee::protobuf::Config::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 125 of file xbee_extensions.pb.h.


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