Goby3 3.5.1
2026.06.04
Loading...
Searching...
No Matches
goby::apps::zeromq::protobuf::MAVLinkGatewayConfig Class Referencefinal

#include <goby/zeromq/protobuf/mavlink_gateway_config.pb.h>

Inheritance diagram for goby::apps::zeromq::protobuf::MAVLinkGatewayConfig:

Public Types

enum  : int {
  kAppFieldNumber = 1 , kInterprocessFieldNumber = 2 , kSerialFieldNumber = 10 , kUdpFieldNumber = 11 ,
  kConnectionTypeFieldNumber = 5
}
typedef MAVLinkGatewayConfig_ConnectionType ConnectionType

Public Member Functions

 MAVLinkGatewayConfig ()
 ~MAVLinkGatewayConfig () override
PROTOBUF_CONSTEXPR MAVLinkGatewayConfig (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 MAVLinkGatewayConfig (const MAVLinkGatewayConfig &from)
 MAVLinkGatewayConfig (MAVLinkGatewayConfig &&from) noexcept
MAVLinkGatewayConfigoperator= (const MAVLinkGatewayConfig &from)
MAVLinkGatewayConfigoperator= (MAVLinkGatewayConfig &&from) noexcept
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
void Swap (MAVLinkGatewayConfig *other)
void UnsafeArenaSwap (MAVLinkGatewayConfig *other)
MAVLinkGatewayConfigNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
void CopyFrom (const MAVLinkGatewayConfig &from)
void MergeFrom (const MAVLinkGatewayConfig &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_app () const
void clear_app ()
const ::goby::middleware::protobuf::AppConfigapp () const
PROTOBUF_NODISCARD::goby::middleware::protobuf::AppConfig * release_app ()
::goby::middleware::protobuf::AppConfigmutable_app ()
void set_allocated_app (::goby::middleware::protobuf::AppConfig *app)
void unsafe_arena_set_allocated_app (::goby::middleware::protobuf::AppConfig *app)
::goby::middleware::protobuf::AppConfigunsafe_arena_release_app ()
bool has_interprocess () const
void clear_interprocess ()
const ::goby::zeromq::protobuf::InterProcessPortalConfiginterprocess () const
PROTOBUF_NODISCARD::goby::zeromq::protobuf::InterProcessPortalConfig * release_interprocess ()
::goby::zeromq::protobuf::InterProcessPortalConfigmutable_interprocess ()
void set_allocated_interprocess (::goby::zeromq::protobuf::InterProcessPortalConfig *interprocess)
void unsafe_arena_set_allocated_interprocess (::goby::zeromq::protobuf::InterProcessPortalConfig *interprocess)
::goby::zeromq::protobuf::InterProcessPortalConfigunsafe_arena_release_interprocess ()
bool has_serial () const
void clear_serial ()
const ::goby::middleware::protobuf::SerialConfigserial () const
PROTOBUF_NODISCARD::goby::middleware::protobuf::SerialConfig * release_serial ()
::goby::middleware::protobuf::SerialConfigmutable_serial ()
void set_allocated_serial (::goby::middleware::protobuf::SerialConfig *serial)
void unsafe_arena_set_allocated_serial (::goby::middleware::protobuf::SerialConfig *serial)
::goby::middleware::protobuf::SerialConfigunsafe_arena_release_serial ()
bool has_udp () const
void clear_udp ()
const ::goby::middleware::protobuf::UDPPointToPointConfigudp () const
PROTOBUF_NODISCARD::goby::middleware::protobuf::UDPPointToPointConfig * release_udp ()
::goby::middleware::protobuf::UDPPointToPointConfigmutable_udp ()
void set_allocated_udp (::goby::middleware::protobuf::UDPPointToPointConfig *udp)
void unsafe_arena_set_allocated_udp (::goby::middleware::protobuf::UDPPointToPointConfig *udp)
::goby::middleware::protobuf::UDPPointToPointConfigunsafe_arena_release_udp ()
bool has_connection_type () const
void clear_connection_type ()
::goby::apps::zeromq::protobuf::MAVLinkGatewayConfig_ConnectionType connection_type () const
void set_connection_type (::goby::apps::zeromq::protobuf::MAVLinkGatewayConfig_ConnectionType 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 MAVLinkGatewayConfigdefault_instance ()
static const MAVLinkGatewayConfiginternal_default_instance ()
static bool ConnectionType_IsValid (int value)
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * ConnectionType_descriptor ()
template<typename T>
static const std::string & ConnectionType_Name (T enum_t_value)
static bool ConnectionType_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, ConnectionType *value)

Static Public Attributes

static constexpr int kIndexInFileMessages
static const ClassData _class_data_
static constexpr ConnectionType CONNECTION_SERIAL
static constexpr ConnectionType CONNECTION_UDP
static constexpr ConnectionType ConnectionType_MIN
static constexpr ConnectionType ConnectionType_MAX
static constexpr int ConnectionType_ARRAYSIZE

Protected Member Functions

 MAVLinkGatewayConfig (::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_2fzeromq_2fprotobuf_2fmavlink_5fgateway_5fconfig_2eproto
void swap (MAVLinkGatewayConfig &a, MAVLinkGatewayConfig &b)

Detailed Description

Definition at line 101 of file mavlink_gateway_config.pb.h.

Member Typedef Documentation

◆ ConnectionType

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kAppFieldNumber 
kInterprocessFieldNumber 
kSerialFieldNumber 
kUdpFieldNumber 
kConnectionTypeFieldNumber 

Definition at line 258 of file mavlink_gateway_config.pb.h.

Constructor & Destructor Documentation

◆ MAVLinkGatewayConfig() [1/5]

goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::MAVLinkGatewayConfig ( )
inline

Definition at line 104 of file mavlink_gateway_config.pb.h.

◆ ~MAVLinkGatewayConfig()

goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::~MAVLinkGatewayConfig ( )
override

◆ MAVLinkGatewayConfig() [2/5]

PROTOBUF_CONSTEXPR goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::MAVLinkGatewayConfig ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized )
explicit

◆ MAVLinkGatewayConfig() [3/5]

goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::MAVLinkGatewayConfig ( const MAVLinkGatewayConfig & from)

◆ MAVLinkGatewayConfig() [4/5]

goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::MAVLinkGatewayConfig ( MAVLinkGatewayConfig && from)
inlinenoexcept

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

◆ MAVLinkGatewayConfig() [5/5]

goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::MAVLinkGatewayConfig ( ::PROTOBUF_NAMESPACE_ID::Arena * arena,
bool is_message_owned = false )
explicitprotected

Member Function Documentation

◆ _InternalParse()

const char * goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::_InternalParse ( const char * ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext * ctx )
final

◆ _InternalSerialize()

uint8_t * goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::_InternalSerialize ( uint8_t * target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream * stream ) const
final

◆ app()

const::goby::middleware::protobuf::AppConfig & goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::app ( ) const
inline

Definition at line 394 of file mavlink_gateway_config.pb.h.

◆ ByteSizeLong()

size_t goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::Clear ( )
final

◆ clear_app()

void goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::clear_app ( )

◆ clear_connection_type()

void goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::clear_connection_type ( )
inline

Definition at line 562 of file mavlink_gateway_config.pb.h.

◆ clear_interprocess()

void goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::clear_interprocess ( )

◆ clear_serial()

void goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::clear_serial ( )

◆ clear_udp()

void goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::clear_udp ( )

◆ connection_type()

goby::apps::zeromq::protobuf::MAVLinkGatewayConfig_ConnectionType goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::connection_type ( ) const
inline

Definition at line 569 of file mavlink_gateway_config.pb.h.

◆ ConnectionType_descriptor()

const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::ConnectionType_descriptor ( )
inlinestatic

Definition at line 241 of file mavlink_gateway_config.pb.h.

◆ ConnectionType_IsValid()

bool goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::ConnectionType_IsValid ( int value)
inlinestatic

Definition at line 231 of file mavlink_gateway_config.pb.h.

◆ ConnectionType_Name()

template<typename T>
const std::string & goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::ConnectionType_Name ( T enum_t_value)
inlinestatic

Definition at line 245 of file mavlink_gateway_config.pb.h.

◆ ConnectionType_Parse()

bool goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::ConnectionType_Parse ( ::PROTOBUF_NAMESPACE_ID::ConstStringParam name,
ConnectionType * value )
inlinestatic

Definition at line 251 of file mavlink_gateway_config.pb.h.

◆ CopyFrom()

void goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::CopyFrom ( const MAVLinkGatewayConfig & from)

◆ default_instance()

const MAVLinkGatewayConfig & goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::default_instance ( )
inlinestatic

Definition at line 148 of file mavlink_gateway_config.pb.h.

◆ descriptor()

const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::descriptor ( )
inlinestatic

Definition at line 139 of file mavlink_gateway_config.pb.h.

◆ GetCachedSize()

int goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::GetCachedSize ( ) const
inlinefinal

Definition at line 201 of file mavlink_gateway_config.pb.h.

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::GetClassData ( ) const
final

◆ GetDescriptor()

const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::GetDescriptor ( )
inlinestatic

Definition at line 142 of file mavlink_gateway_config.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::GetMetadata ( ) const
final

◆ GetReflection()

const ::PROTOBUF_NAMESPACE_ID::Reflection * goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::GetReflection ( )
inlinestatic

Definition at line 145 of file mavlink_gateway_config.pb.h.

◆ has_app()

bool goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::has_app ( ) const
inline

Definition at line 386 of file mavlink_gateway_config.pb.h.

◆ has_connection_type()

bool goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::has_connection_type ( ) const
inline

Definition at line 559 of file mavlink_gateway_config.pb.h.

◆ has_interprocess()

bool goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::has_interprocess ( ) const
inline

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

◆ has_serial()

bool goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::has_serial ( ) const
inline

Definition at line 589 of file mavlink_gateway_config.pb.h.

◆ has_udp()

bool goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::has_udp ( ) const
inline

Definition at line 676 of file mavlink_gateway_config.pb.h.

◆ internal_default_instance()

const MAVLinkGatewayConfig * goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::internal_default_instance ( )
inlinestatic

Definition at line 151 of file mavlink_gateway_config.pb.h.

◆ interprocess()

const::goby::zeromq::protobuf::InterProcessPortalConfig & goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::interprocess ( ) const
inline

Definition at line 481 of file mavlink_gateway_config.pb.h.

◆ IsInitialized()

bool goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::IsInitialized ( ) const
final

◆ MergeFrom()

void goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::MergeFrom ( const MAVLinkGatewayConfig & from)
inline

Definition at line 188 of file mavlink_gateway_config.pb.h.

◆ mutable_app()

goby::middleware::protobuf::AppConfig * goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::mutable_app ( )
inline

Definition at line 441 of file mavlink_gateway_config.pb.h.

◆ mutable_interprocess()

goby::zeromq::protobuf::InterProcessPortalConfig * goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::mutable_interprocess ( )
inline

Definition at line 528 of file mavlink_gateway_config.pb.h.

◆ mutable_serial()

goby::middleware::protobuf::SerialConfig * goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::mutable_serial ( )
inline

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

◆ mutable_udp()

goby::middleware::protobuf::UDPPointToPointConfig * goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::mutable_udp ( )
inline

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

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::mutable_unknown_fields ( )
inline

Definition at line 135 of file mavlink_gateway_config.pb.h.

◆ New()

MAVLinkGatewayConfig * goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::New ( ::PROTOBUF_NAMESPACE_ID::Arena * arena = nullptr) const
inlinefinal

Definition at line 182 of file mavlink_gateway_config.pb.h.

◆ operator=() [1/2]

MAVLinkGatewayConfig & goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::operator= ( const MAVLinkGatewayConfig & from)
inline

Definition at line 114 of file mavlink_gateway_config.pb.h.

◆ operator=() [2/2]

MAVLinkGatewayConfig & goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::operator= ( MAVLinkGatewayConfig && from)
inlinenoexcept

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

◆ release_app()

goby::middleware::protobuf::AppConfig * goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::release_app ( )
inline

Definition at line 411 of file mavlink_gateway_config.pb.h.

◆ release_interprocess()

goby::zeromq::protobuf::InterProcessPortalConfig * goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::release_interprocess ( )
inline

Definition at line 498 of file mavlink_gateway_config.pb.h.

◆ release_serial()

goby::middleware::protobuf::SerialConfig * goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::release_serial ( )
inline

Definition at line 614 of file mavlink_gateway_config.pb.h.

◆ release_udp()

goby::middleware::protobuf::UDPPointToPointConfig * goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::release_udp ( )
inline

Definition at line 701 of file mavlink_gateway_config.pb.h.

◆ serial()

const::goby::middleware::protobuf::SerialConfig & goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::serial ( ) const
inline

Definition at line 597 of file mavlink_gateway_config.pb.h.

◆ set_allocated_app()

void goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::set_allocated_app ( ::goby::middleware::protobuf::AppConfig * app)
inline

Definition at line 446 of file mavlink_gateway_config.pb.h.

◆ set_allocated_interprocess()

void goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::set_allocated_interprocess ( ::goby::zeromq::protobuf::InterProcessPortalConfig * interprocess)
inline

Definition at line 533 of file mavlink_gateway_config.pb.h.

◆ set_allocated_serial()

void goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::set_allocated_serial ( ::goby::middleware::protobuf::SerialConfig * serial)
inline

Definition at line 649 of file mavlink_gateway_config.pb.h.

◆ set_allocated_udp()

void goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::set_allocated_udp ( ::goby::middleware::protobuf::UDPPointToPointConfig * udp)
inline

Definition at line 736 of file mavlink_gateway_config.pb.h.

◆ set_connection_type()

void goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::set_connection_type ( ::goby::apps::zeromq::protobuf::MAVLinkGatewayConfig_ConnectionType value)
inline

Definition at line 578 of file mavlink_gateway_config.pb.h.

◆ Swap()

void goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::Swap ( MAVLinkGatewayConfig * other)
inline

Definition at line 161 of file mavlink_gateway_config.pb.h.

◆ udp()

const::goby::middleware::protobuf::UDPPointToPointConfig & goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::udp ( ) const
inline

Definition at line 684 of file mavlink_gateway_config.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::unknown_fields ( ) const
inline

Definition at line 132 of file mavlink_gateway_config.pb.h.

◆ unsafe_arena_release_app()

goby::middleware::protobuf::AppConfig * goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::unsafe_arena_release_app ( )
inline

Definition at line 426 of file mavlink_gateway_config.pb.h.

◆ unsafe_arena_release_interprocess()

goby::zeromq::protobuf::InterProcessPortalConfig * goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::unsafe_arena_release_interprocess ( )
inline

Definition at line 513 of file mavlink_gateway_config.pb.h.

◆ unsafe_arena_release_serial()

goby::middleware::protobuf::SerialConfig * goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::unsafe_arena_release_serial ( )
inline

Definition at line 629 of file mavlink_gateway_config.pb.h.

◆ unsafe_arena_release_udp()

goby::middleware::protobuf::UDPPointToPointConfig * goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::unsafe_arena_release_udp ( )
inline

Definition at line 716 of file mavlink_gateway_config.pb.h.

◆ unsafe_arena_set_allocated_app()

void goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::unsafe_arena_set_allocated_app ( ::goby::middleware::protobuf::AppConfig * app)
inline

Definition at line 398 of file mavlink_gateway_config.pb.h.

◆ unsafe_arena_set_allocated_interprocess()

void goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::unsafe_arena_set_allocated_interprocess ( ::goby::zeromq::protobuf::InterProcessPortalConfig * interprocess)
inline

Definition at line 485 of file mavlink_gateway_config.pb.h.

◆ unsafe_arena_set_allocated_serial()

void goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::unsafe_arena_set_allocated_serial ( ::goby::middleware::protobuf::SerialConfig * serial)
inline

Definition at line 601 of file mavlink_gateway_config.pb.h.

◆ unsafe_arena_set_allocated_udp()

void goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::unsafe_arena_set_allocated_udp ( ::goby::middleware::protobuf::UDPPointToPointConfig * udp)
inline

Definition at line 688 of file mavlink_gateway_config.pb.h.

◆ UnsafeArenaSwap()

void goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::UnsafeArenaSwap ( MAVLinkGatewayConfig * other)
inline

Definition at line 174 of file mavlink_gateway_config.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

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

Definition at line 354 of file mavlink_gateway_config.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 210 of file mavlink_gateway_config.pb.h.

◆ ::TableStruct_goby_2fzeromq_2fprotobuf_2fmavlink_5fgateway_5fconfig_2eproto

friend struct ::TableStruct_goby_2fzeromq_2fprotobuf_2fmavlink_5fgateway_5fconfig_2eproto
friend

Definition at line 367 of file mavlink_gateway_config.pb.h.

◆ swap

void swap ( MAVLinkGatewayConfig & a,
MAVLinkGatewayConfig & b )
friend

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

Member Data Documentation

◆ _class_data_

const ClassData goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::_class_data_
static

Definition at line 219 of file mavlink_gateway_config.pb.h.

◆ _impl_

Impl_ goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::_impl_

Definition at line 366 of file mavlink_gateway_config.pb.h.

◆ CONNECTION_SERIAL

ConnectionType goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::CONNECTION_SERIAL
staticconstexpr

◆ CONNECTION_UDP

ConnectionType goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::CONNECTION_UDP
staticconstexpr

◆ ConnectionType_ARRAYSIZE

int goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::ConnectionType_ARRAYSIZE
staticconstexpr

◆ ConnectionType_MAX

ConnectionType goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::ConnectionType_MAX
staticconstexpr
Initial value:
=
constexpr MAVLinkGatewayConfig_ConnectionType MAVLinkGatewayConfig_ConnectionType_ConnectionType_MAX

Definition at line 236 of file mavlink_gateway_config.pb.h.

◆ ConnectionType_MIN

ConnectionType goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::ConnectionType_MIN
staticconstexpr
Initial value:
=
constexpr MAVLinkGatewayConfig_ConnectionType MAVLinkGatewayConfig_ConnectionType_ConnectionType_MIN

Definition at line 234 of file mavlink_gateway_config.pb.h.

◆ kIndexInFileMessages

int goby::apps::zeromq::protobuf::MAVLinkGatewayConfig::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 155 of file mavlink_gateway_config.pb.h.


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