Goby3 3.2.3
2025.05.13
Loading...
Searching...
No Matches
goby::apps::zeromq::protobuf::OpenCPNInterfaceConfig Class Referencefinal

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

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

Public Types

enum  IoCase { kAisServer = 5 , kAisSerial = 6 , IO_NOT_SET = 0 }
 
enum  : int {
  kAppFieldNumber = 1 , kInterprocessFieldNumber = 2 , kMmsiStartFieldNumber = 10 , kFilterLengthFieldNumber = 11 ,
  kPositionReportIntervalFieldNumber = 12 , kVoyageReportIntervalFieldNumber = 13 , kAisServerFieldNumber = 5 , kAisSerialFieldNumber = 6
}
 
typedef boost::units::derived_dimension< boost::units::time_base_dimension, 1 >::type position_report_interval_dimension
 
typedef boost::units::unit< position_report_interval_dimension, boost::units::si::system > position_report_interval_unit
 
typedef boost::units::derived_dimension< boost::units::time_base_dimension, 1 >::type voyage_report_interval_dimension
 
typedef boost::units::unit< voyage_report_interval_dimension, boost::units::si::system > voyage_report_interval_unit
 

Public Member Functions

 OpenCPNInterfaceConfig ()
 
 ~OpenCPNInterfaceConfig () override
 
PROTOBUF_CONSTEXPR OpenCPNInterfaceConfig (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 OpenCPNInterfaceConfig (const OpenCPNInterfaceConfig &from)
 
 OpenCPNInterfaceConfig (OpenCPNInterfaceConfig &&from) noexcept
 
OpenCPNInterfaceConfigoperator= (const OpenCPNInterfaceConfig &from)
 
OpenCPNInterfaceConfigoperator= (OpenCPNInterfaceConfig &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (OpenCPNInterfaceConfig *other)
 
void UnsafeArenaSwap (OpenCPNInterfaceConfig *other)
 
OpenCPNInterfaceConfigNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const OpenCPNInterfaceConfig &from)
 
void MergeFrom (const OpenCPNInterfaceConfig &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_mmsi_start () const
 
void clear_mmsi_start ()
 
int32_t mmsi_start () const
 
void set_mmsi_start (int32_t value)
 
bool has_filter_length () const
 
void clear_filter_length ()
 
int32_t filter_length () const
 
void set_filter_length (int32_t value)
 
bool has_position_report_interval () const
 
void clear_position_report_interval ()
 
double position_report_interval () const
 
void set_position_report_interval (double value)
 
bool has_voyage_report_interval () const
 
void clear_voyage_report_interval ()
 
double voyage_report_interval () const
 
void set_voyage_report_interval (double value)
 
bool has_ais_server () const
 
void clear_ais_server ()
 
const ::goby::middleware::protobuf::TCPServerConfigais_server () const
 
PROTOBUF_NODISCARD::goby::middleware::protobuf::TCPServerConfig * release_ais_server ()
 
::goby::middleware::protobuf::TCPServerConfigmutable_ais_server ()
 
void set_allocated_ais_server (::goby::middleware::protobuf::TCPServerConfig *ais_server)
 
void unsafe_arena_set_allocated_ais_server (::goby::middleware::protobuf::TCPServerConfig *ais_server)
 
::goby::middleware::protobuf::TCPServerConfigunsafe_arena_release_ais_server ()
 
bool has_ais_serial () const
 
void clear_ais_serial ()
 
const ::goby::middleware::protobuf::PTYConfigais_serial () const
 
PROTOBUF_NODISCARD::goby::middleware::protobuf::PTYConfig * release_ais_serial ()
 
::goby::middleware::protobuf::PTYConfigmutable_ais_serial ()
 
void set_allocated_ais_serial (::goby::middleware::protobuf::PTYConfig *ais_serial)
 
void unsafe_arena_set_allocated_ais_serial (::goby::middleware::protobuf::PTYConfig *ais_serial)
 
::goby::middleware::protobuf::PTYConfigunsafe_arena_release_ais_serial ()
 
void clear_io ()
 
IoCase io_case () const
 
template<typename Quantity >
void set_position_report_interval_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity position_report_interval_with_units () const
 
boost::units::quantity< position_report_interval_unit, double > position_report_interval_with_units () const
 
template<typename Quantity >
void set_voyage_report_interval_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity voyage_report_interval_with_units () const
 
boost::units::quantity< voyage_report_interval_unit, double > voyage_report_interval_with_units () const
 

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 OpenCPNInterfaceConfigdefault_instance ()
 
static const OpenCPNInterfaceConfiginternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

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

Detailed Description

Definition at line 80 of file opencpn_config.pb.h.

Member Typedef Documentation

◆ position_report_interval_dimension

typedef boost::units::derived_dimension<boost::units::time_base_dimension,1>::type goby::apps::zeromq::protobuf::OpenCPNInterfaceConfig::position_report_interval_dimension

Definition at line 349 of file opencpn_config.pb.h.

◆ position_report_interval_unit

◆ voyage_report_interval_dimension

typedef boost::units::derived_dimension<boost::units::time_base_dimension,1>::type goby::apps::zeromq::protobuf::OpenCPNInterfaceConfig::voyage_report_interval_dimension

Definition at line 364 of file opencpn_config.pb.h.

◆ voyage_report_interval_unit

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kAppFieldNumber 
kInterprocessFieldNumber 
kMmsiStartFieldNumber 
kFilterLengthFieldNumber 
kPositionReportIntervalFieldNumber 
kVoyageReportIntervalFieldNumber 
kAisServerFieldNumber 
kAisSerialFieldNumber 

Definition at line 213 of file opencpn_config.pb.h.

◆ IoCase

Enumerator
kAisServer 
kAisSerial 
IO_NOT_SET 

Definition at line 130 of file opencpn_config.pb.h.

Constructor & Destructor Documentation

◆ OpenCPNInterfaceConfig() [1/5]

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

Definition at line 83 of file opencpn_config.pb.h.

◆ ~OpenCPNInterfaceConfig()

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

◆ OpenCPNInterfaceConfig() [2/5]

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

◆ OpenCPNInterfaceConfig() [3/5]

goby::apps::zeromq::protobuf::OpenCPNInterfaceConfig::OpenCPNInterfaceConfig ( const OpenCPNInterfaceConfig from)

◆ OpenCPNInterfaceConfig() [4/5]

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

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

◆ OpenCPNInterfaceConfig() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ ais_serial()

const ::goby::middleware::protobuf::PTYConfig & goby::apps::zeromq::protobuf::OpenCPNInterfaceConfig::ais_serial ( ) const
inline

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

◆ ais_server()

const ::goby::middleware::protobuf::TCPServerConfig & goby::apps::zeromq::protobuf::OpenCPNInterfaceConfig::ais_server ( ) const
inline

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

◆ app()

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

Definition at line 437 of file opencpn_config.pb.h.

◆ ByteSizeLong()

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

◆ Clear()

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

◆ clear_ais_serial()

void goby::apps::zeromq::protobuf::OpenCPNInterfaceConfig::clear_ais_serial ( )

◆ clear_ais_server()

void goby::apps::zeromq::protobuf::OpenCPNInterfaceConfig::clear_ais_server ( )

◆ clear_app()

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

◆ clear_filter_length()

void goby::apps::zeromq::protobuf::OpenCPNInterfaceConfig::clear_filter_length ( )
inline

Definition at line 765 of file opencpn_config.pb.h.

◆ clear_interprocess()

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

◆ clear_io()

void goby::apps::zeromq::protobuf::OpenCPNInterfaceConfig::clear_io ( )

◆ clear_mmsi_start()

void goby::apps::zeromq::protobuf::OpenCPNInterfaceConfig::clear_mmsi_start ( )
inline

Definition at line 737 of file opencpn_config.pb.h.

◆ clear_position_report_interval()

void goby::apps::zeromq::protobuf::OpenCPNInterfaceConfig::clear_position_report_interval ( )
inline

Definition at line 793 of file opencpn_config.pb.h.

◆ clear_voyage_report_interval()

void goby::apps::zeromq::protobuf::OpenCPNInterfaceConfig::clear_voyage_report_interval ( )
inline

Definition at line 821 of file opencpn_config.pb.h.

◆ CopyFrom()

void goby::apps::zeromq::protobuf::OpenCPNInterfaceConfig::CopyFrom ( const OpenCPNInterfaceConfig from)

◆ default_instance()

static const OpenCPNInterfaceConfig & goby::apps::zeromq::protobuf::OpenCPNInterfaceConfig::default_instance ( )
inlinestatic

Definition at line 127 of file opencpn_config.pb.h.

◆ descriptor()

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

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

◆ filter_length()

int32_t goby::apps::zeromq::protobuf::OpenCPNInterfaceConfig::filter_length ( ) const
inline

Definition at line 772 of file opencpn_config.pb.h.

◆ GetCachedSize()

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

Definition at line 186 of file opencpn_config.pb.h.

◆ GetClassData()

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

◆ GetReflection()

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

Definition at line 124 of file opencpn_config.pb.h.

◆ has_ais_serial()

bool goby::apps::zeromq::protobuf::OpenCPNInterfaceConfig::has_ais_serial ( ) const
inline

Definition at line 667 of file opencpn_config.pb.h.

◆ has_ais_server()

bool goby::apps::zeromq::protobuf::OpenCPNInterfaceConfig::has_ais_server ( ) const
inline

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

◆ has_app()

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

Definition at line 429 of file opencpn_config.pb.h.

◆ has_filter_length()

bool goby::apps::zeromq::protobuf::OpenCPNInterfaceConfig::has_filter_length ( ) const
inline

Definition at line 762 of file opencpn_config.pb.h.

◆ has_interprocess()

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

Definition at line 516 of file opencpn_config.pb.h.

◆ has_mmsi_start()

bool goby::apps::zeromq::protobuf::OpenCPNInterfaceConfig::has_mmsi_start ( ) const
inline

Definition at line 734 of file opencpn_config.pb.h.

◆ has_position_report_interval()

bool goby::apps::zeromq::protobuf::OpenCPNInterfaceConfig::has_position_report_interval ( ) const
inline

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

◆ has_voyage_report_interval()

bool goby::apps::zeromq::protobuf::OpenCPNInterfaceConfig::has_voyage_report_interval ( ) const
inline

Definition at line 818 of file opencpn_config.pb.h.

◆ internal_default_instance()

static const OpenCPNInterfaceConfig * goby::apps::zeromq::protobuf::OpenCPNInterfaceConfig::internal_default_instance ( )
inlinestatic

Definition at line 136 of file opencpn_config.pb.h.

◆ interprocess()

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

Definition at line 524 of file opencpn_config.pb.h.

◆ io_case()

OpenCPNInterfaceConfig::IoCase goby::apps::zeromq::protobuf::OpenCPNInterfaceConfig::io_case ( ) const
inline

Definition at line 847 of file opencpn_config.pb.h.

◆ IsInitialized()

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

◆ MergeFrom()

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

Definition at line 173 of file opencpn_config.pb.h.

◆ mmsi_start()

int32_t goby::apps::zeromq::protobuf::OpenCPNInterfaceConfig::mmsi_start ( ) const
inline

Definition at line 744 of file opencpn_config.pb.h.

◆ mutable_ais_serial()

goby::middleware::protobuf::PTYConfig * goby::apps::zeromq::protobuf::OpenCPNInterfaceConfig::mutable_ais_serial ( )
inline

Definition at line 723 of file opencpn_config.pb.h.

◆ mutable_ais_server()

goby::middleware::protobuf::TCPServerConfig * goby::apps::zeromq::protobuf::OpenCPNInterfaceConfig::mutable_ais_server ( )
inline

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

◆ mutable_app()

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

Definition at line 484 of file opencpn_config.pb.h.

◆ mutable_interprocess()

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

Definition at line 571 of file opencpn_config.pb.h.

◆ mutable_unknown_fields()

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

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

◆ New()

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

Definition at line 167 of file opencpn_config.pb.h.

◆ operator=() [1/2]

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

Definition at line 93 of file opencpn_config.pb.h.

◆ operator=() [2/2]

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

Definition at line 97 of file opencpn_config.pb.h.

◆ position_report_interval()

double goby::apps::zeromq::protobuf::OpenCPNInterfaceConfig::position_report_interval ( ) const
inline

Definition at line 800 of file opencpn_config.pb.h.

◆ position_report_interval_with_units() [1/2]

template<typename Quantity >
Quantity goby::apps::zeromq::protobuf::OpenCPNInterfaceConfig::position_report_interval_with_units ( ) const
inline

Definition at line 358 of file opencpn_config.pb.h.

◆ position_report_interval_with_units() [2/2]

boost::units::quantity< position_report_interval_unit, double > goby::apps::zeromq::protobuf::OpenCPNInterfaceConfig::position_report_interval_with_units ( ) const
inline

Definition at line 361 of file opencpn_config.pb.h.

◆ release_ais_serial()

goby::middleware::protobuf::PTYConfig * goby::apps::zeromq::protobuf::OpenCPNInterfaceConfig::release_ais_serial ( )
inline

Definition at line 673 of file opencpn_config.pb.h.

◆ release_ais_server()

goby::middleware::protobuf::TCPServerConfig * goby::apps::zeromq::protobuf::OpenCPNInterfaceConfig::release_ais_server ( )
inline

Definition at line 607 of file opencpn_config.pb.h.

◆ release_app()

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

Definition at line 454 of file opencpn_config.pb.h.

◆ release_interprocess()

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

Definition at line 541 of file opencpn_config.pb.h.

◆ set_allocated_ais_serial()

void goby::apps::zeromq::protobuf::OpenCPNInterfaceConfig::set_allocated_ais_serial ( ::goby::middleware::protobuf::PTYConfig ais_serial)

◆ set_allocated_ais_server()

void goby::apps::zeromq::protobuf::OpenCPNInterfaceConfig::set_allocated_ais_server ( ::goby::middleware::protobuf::TCPServerConfig ais_server)

◆ set_allocated_app()

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

Definition at line 489 of file opencpn_config.pb.h.

◆ set_allocated_interprocess()

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

Definition at line 576 of file opencpn_config.pb.h.

◆ set_filter_length()

void goby::apps::zeromq::protobuf::OpenCPNInterfaceConfig::set_filter_length ( int32_t  value)
inline

Definition at line 780 of file opencpn_config.pb.h.

◆ set_mmsi_start()

void goby::apps::zeromq::protobuf::OpenCPNInterfaceConfig::set_mmsi_start ( int32_t  value)
inline

Definition at line 752 of file opencpn_config.pb.h.

◆ set_position_report_interval()

void goby::apps::zeromq::protobuf::OpenCPNInterfaceConfig::set_position_report_interval ( double  value)
inline

Definition at line 808 of file opencpn_config.pb.h.

◆ set_position_report_interval_with_units()

template<typename Quantity >
void goby::apps::zeromq::protobuf::OpenCPNInterfaceConfig::set_position_report_interval_with_units ( Quantity  value_w_units)
inline

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

◆ set_voyage_report_interval()

void goby::apps::zeromq::protobuf::OpenCPNInterfaceConfig::set_voyage_report_interval ( double  value)
inline

Definition at line 836 of file opencpn_config.pb.h.

◆ set_voyage_report_interval_with_units()

template<typename Quantity >
void goby::apps::zeromq::protobuf::OpenCPNInterfaceConfig::set_voyage_report_interval_with_units ( Quantity  value_w_units)
inline

Definition at line 369 of file opencpn_config.pb.h.

◆ Swap()

void goby::apps::zeromq::protobuf::OpenCPNInterfaceConfig::Swap ( OpenCPNInterfaceConfig other)
inline

Definition at line 146 of file opencpn_config.pb.h.

◆ unknown_fields()

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

Definition at line 111 of file opencpn_config.pb.h.

◆ unsafe_arena_release_ais_serial()

goby::middleware::protobuf::PTYConfig * goby::apps::zeromq::protobuf::OpenCPNInterfaceConfig::unsafe_arena_release_ais_serial ( )
inline

Definition at line 696 of file opencpn_config.pb.h.

◆ unsafe_arena_release_ais_server()

goby::middleware::protobuf::TCPServerConfig * goby::apps::zeromq::protobuf::OpenCPNInterfaceConfig::unsafe_arena_release_ais_server ( )
inline

Definition at line 630 of file opencpn_config.pb.h.

◆ unsafe_arena_release_app()

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

Definition at line 469 of file opencpn_config.pb.h.

◆ unsafe_arena_release_interprocess()

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

Definition at line 556 of file opencpn_config.pb.h.

◆ unsafe_arena_set_allocated_ais_serial()

void goby::apps::zeromq::protobuf::OpenCPNInterfaceConfig::unsafe_arena_set_allocated_ais_serial ( ::goby::middleware::protobuf::PTYConfig ais_serial)
inline

Definition at line 707 of file opencpn_config.pb.h.

◆ unsafe_arena_set_allocated_ais_server()

void goby::apps::zeromq::protobuf::OpenCPNInterfaceConfig::unsafe_arena_set_allocated_ais_server ( ::goby::middleware::protobuf::TCPServerConfig ais_server)
inline

Definition at line 641 of file opencpn_config.pb.h.

◆ unsafe_arena_set_allocated_app()

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

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

◆ unsafe_arena_set_allocated_interprocess()

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

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

◆ UnsafeArenaSwap()

void goby::apps::zeromq::protobuf::OpenCPNInterfaceConfig::UnsafeArenaSwap ( OpenCPNInterfaceConfig other)
inline

Definition at line 159 of file opencpn_config.pb.h.

◆ voyage_report_interval()

double goby::apps::zeromq::protobuf::OpenCPNInterfaceConfig::voyage_report_interval ( ) const
inline

Definition at line 828 of file opencpn_config.pb.h.

◆ voyage_report_interval_with_units() [1/2]

template<typename Quantity >
Quantity goby::apps::zeromq::protobuf::OpenCPNInterfaceConfig::voyage_report_interval_with_units ( ) const
inline

Definition at line 373 of file opencpn_config.pb.h.

◆ voyage_report_interval_with_units() [2/2]

boost::units::quantity< voyage_report_interval_unit, double > goby::apps::zeromq::protobuf::OpenCPNInterfaceConfig::voyage_report_interval_with_units ( ) const
inline

Definition at line 376 of file opencpn_config.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 388 of file opencpn_config.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 195 of file opencpn_config.pb.h.

◆ ::TableStruct_goby_2fzeromq_2fprotobuf_2fopencpn_5fconfig_2eproto

◆ swap

void swap ( OpenCPNInterfaceConfig a,
OpenCPNInterfaceConfig b 
)
friend

Definition at line 143 of file opencpn_config.pb.h.

Member Data Documentation

◆ _class_data_

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

Definition at line 204 of file opencpn_config.pb.h.

◆ _impl_

Impl_ goby::apps::zeromq::protobuf::OpenCPNInterfaceConfig::_impl_

Definition at line 409 of file opencpn_config.pb.h.

◆ kIndexInFileMessages

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

Definition at line 140 of file opencpn_config.pb.h.


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