JaiaBot 2.0.0
JaiaBot micro-AUV software
 
Loading...
Searching...
No Matches
jaiabot::config::EchoDriver Class Referencefinal

#include <bin/drivers/echo/config.pb.h>

Inheritance diagram for jaiabot::config::EchoDriver:
Collaboration diagram for jaiabot::config::EchoDriver:

Public Types

enum  : int {
  kAppFieldNumber = 1 , kInterprocessFieldNumber = 2 , kUdpConfigFieldNumber = 3 , kEchoReportTimeoutSecondsFieldNumber = 10 ,
  kEchoReportInSimulationFieldNumber = 11 , kEchoIssueSolutionFieldNumber = 12 , kEchoTriggerIssueTimeoutSecondsFieldNumber = 13
}
 

Public Member Functions

 EchoDriver ()
 
 ~EchoDriver () override
 
PROTOBUF_CONSTEXPR EchoDriver (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 EchoDriver (const EchoDriver &from)
 
 EchoDriver (EchoDriver &&from) noexcept
 
EchoDriveroperator= (const EchoDriver &from)
 
EchoDriveroperator= (EchoDriver &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (EchoDriver *other)
 
void UnsafeArenaSwap (EchoDriver *other)
 
EchoDriverNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const EchoDriver &from)
 
void MergeFrom (const EchoDriver &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::AppConfig & app () const
 
PROTOBUF_NODISCARD::goby::middleware::protobuf::AppConfig * release_app ()
 
::goby::middleware::protobuf::AppConfig * mutable_app ()
 
void set_allocated_app (::goby::middleware::protobuf::AppConfig *app)
 
void unsafe_arena_set_allocated_app (::goby::middleware::protobuf::AppConfig *app)
 
::goby::middleware::protobuf::AppConfig * unsafe_arena_release_app ()
 
bool has_interprocess () const
 
void clear_interprocess ()
 
const ::goby::zeromq::protobuf::InterProcessPortalConfig & interprocess () const
 
PROTOBUF_NODISCARD::goby::zeromq::protobuf::InterProcessPortalConfig * release_interprocess ()
 
::goby::zeromq::protobuf::InterProcessPortalConfig * mutable_interprocess ()
 
void set_allocated_interprocess (::goby::zeromq::protobuf::InterProcessPortalConfig *interprocess)
 
void unsafe_arena_set_allocated_interprocess (::goby::zeromq::protobuf::InterProcessPortalConfig *interprocess)
 
::goby::zeromq::protobuf::InterProcessPortalConfig * unsafe_arena_release_interprocess ()
 
bool has_udp_config () const
 
void clear_udp_config ()
 
const ::goby::middleware::protobuf::UDPPointToPointConfig & udp_config () const
 
PROTOBUF_NODISCARD::goby::middleware::protobuf::UDPPointToPointConfig * release_udp_config ()
 
::goby::middleware::protobuf::UDPPointToPointConfig * mutable_udp_config ()
 
void set_allocated_udp_config (::goby::middleware::protobuf::UDPPointToPointConfig *udp_config)
 
void unsafe_arena_set_allocated_udp_config (::goby::middleware::protobuf::UDPPointToPointConfig *udp_config)
 
::goby::middleware::protobuf::UDPPointToPointConfig * unsafe_arena_release_udp_config ()
 
bool has_echo_report_timeout_seconds () const
 
void clear_echo_report_timeout_seconds ()
 
int32_t echo_report_timeout_seconds () const
 
void set_echo_report_timeout_seconds (int32_t value)
 
bool has_echo_report_in_simulation () const
 
void clear_echo_report_in_simulation ()
 
bool echo_report_in_simulation () const
 
void set_echo_report_in_simulation (bool value)
 
bool has_echo_issue_solution () const
 
void clear_echo_issue_solution ()
 
::jaiabot::protobuf::EchoIssue_SolutionType echo_issue_solution () const
 
void set_echo_issue_solution (::jaiabot::protobuf::EchoIssue_SolutionType value)
 
bool has_echo_trigger_issue_timeout_seconds () const
 
void clear_echo_trigger_issue_timeout_seconds ()
 
int32_t echo_trigger_issue_timeout_seconds () const
 
void set_echo_trigger_issue_timeout_seconds (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 EchoDriverdefault_instance ()
 
static const EchoDriverinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

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

Detailed Description

Definition at line 70 of file config.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kAppFieldNumber 
kInterprocessFieldNumber 
kUdpConfigFieldNumber 
kEchoReportTimeoutSecondsFieldNumber 
kEchoReportInSimulationFieldNumber 
kEchoIssueSolutionFieldNumber 
kEchoTriggerIssueTimeoutSecondsFieldNumber 

Definition at line 197 of file config.pb.h.

Constructor & Destructor Documentation

◆ EchoDriver() [1/5]

jaiabot::config::EchoDriver::EchoDriver ( )
inline

Definition at line 73 of file config.pb.h.

◆ ~EchoDriver()

jaiabot::config::EchoDriver::~EchoDriver ( )
override

◆ EchoDriver() [2/5]

PROTOBUF_CONSTEXPR jaiabot::config::EchoDriver::EchoDriver ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ EchoDriver() [3/5]

jaiabot::config::EchoDriver::EchoDriver ( const EchoDriver from)

◆ EchoDriver() [4/5]

jaiabot::config::EchoDriver::EchoDriver ( EchoDriver &&  from)
inlinenoexcept

Definition at line 78 of file config.pb.h.

◆ EchoDriver() [5/5]

jaiabot::config::EchoDriver::EchoDriver ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena,
bool  is_message_owned = false 
)
explicitprotected

Member Function Documentation

◆ _InternalParse()

const char * jaiabot::config::EchoDriver::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalSerialize()

uint8_t * jaiabot::config::EchoDriver::_InternalSerialize ( uint8_t *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ app()

const ::goby::middleware::protobuf::AppConfig & jaiabot::config::EchoDriver::app ( ) const
inline

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

◆ ByteSizeLong()

size_t jaiabot::config::EchoDriver::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void jaiabot::config::EchoDriver::Clear ( )
final

◆ clear_app()

void jaiabot::config::EchoDriver::clear_app ( )

◆ clear_echo_issue_solution()

void jaiabot::config::EchoDriver::clear_echo_issue_solution ( )
inline

Definition at line 669 of file config.pb.h.

◆ clear_echo_report_in_simulation()

void jaiabot::config::EchoDriver::clear_echo_report_in_simulation ( )
inline

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

◆ clear_echo_report_timeout_seconds()

void jaiabot::config::EchoDriver::clear_echo_report_timeout_seconds ( )
inline

Definition at line 613 of file config.pb.h.

◆ clear_echo_trigger_issue_timeout_seconds()

void jaiabot::config::EchoDriver::clear_echo_trigger_issue_timeout_seconds ( )
inline

Definition at line 698 of file config.pb.h.

◆ clear_interprocess()

void jaiabot::config::EchoDriver::clear_interprocess ( )

◆ clear_udp_config()

void jaiabot::config::EchoDriver::clear_udp_config ( )

◆ CopyFrom()

void jaiabot::config::EchoDriver::CopyFrom ( const EchoDriver from)

◆ default_instance()

static const EchoDriver & jaiabot::config::EchoDriver::default_instance ( )
inlinestatic

Definition at line 117 of file config.pb.h.

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * jaiabot::config::EchoDriver::descriptor ( )
inlinestatic

Definition at line 108 of file config.pb.h.

◆ echo_issue_solution()

jaiabot::protobuf::EchoIssue_SolutionType jaiabot::config::EchoDriver::echo_issue_solution ( ) const
inline

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

◆ echo_report_in_simulation()

bool jaiabot::config::EchoDriver::echo_report_in_simulation ( ) const
inline

Definition at line 648 of file config.pb.h.

◆ echo_report_timeout_seconds()

int32_t jaiabot::config::EchoDriver::echo_report_timeout_seconds ( ) const
inline

Definition at line 620 of file config.pb.h.

◆ echo_trigger_issue_timeout_seconds()

int32_t jaiabot::config::EchoDriver::echo_trigger_issue_timeout_seconds ( ) const
inline

Definition at line 705 of file config.pb.h.

◆ GetCachedSize()

int jaiabot::config::EchoDriver::GetCachedSize ( ) const
inlinefinal

Definition at line 170 of file config.pb.h.

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * jaiabot::config::EchoDriver::GetClassData ( ) const
final

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * jaiabot::config::EchoDriver::GetDescriptor ( )
inlinestatic

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

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata jaiabot::config::EchoDriver::GetMetadata ( ) const
final

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection * jaiabot::config::EchoDriver::GetReflection ( )
inlinestatic

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

◆ has_app()

bool jaiabot::config::EchoDriver::has_app ( ) const
inline

Definition at line 350 of file config.pb.h.

◆ has_echo_issue_solution()

bool jaiabot::config::EchoDriver::has_echo_issue_solution ( ) const
inline

Definition at line 666 of file config.pb.h.

◆ has_echo_report_in_simulation()

bool jaiabot::config::EchoDriver::has_echo_report_in_simulation ( ) const
inline

Definition at line 638 of file config.pb.h.

◆ has_echo_report_timeout_seconds()

bool jaiabot::config::EchoDriver::has_echo_report_timeout_seconds ( ) const
inline

Definition at line 610 of file config.pb.h.

◆ has_echo_trigger_issue_timeout_seconds()

bool jaiabot::config::EchoDriver::has_echo_trigger_issue_timeout_seconds ( ) const
inline

Definition at line 695 of file config.pb.h.

◆ has_interprocess()

bool jaiabot::config::EchoDriver::has_interprocess ( ) const
inline

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

◆ has_udp_config()

bool jaiabot::config::EchoDriver::has_udp_config ( ) const
inline

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

◆ internal_default_instance()

static const EchoDriver * jaiabot::config::EchoDriver::internal_default_instance ( )
inlinestatic

Definition at line 120 of file config.pb.h.

◆ interprocess()

const ::goby::zeromq::protobuf::InterProcessPortalConfig & jaiabot::config::EchoDriver::interprocess ( ) const
inline

Definition at line 445 of file config.pb.h.

◆ IsInitialized()

bool jaiabot::config::EchoDriver::IsInitialized ( ) const
final

◆ MergeFrom()

void jaiabot::config::EchoDriver::MergeFrom ( const EchoDriver from)
inline

Definition at line 157 of file config.pb.h.

◆ mutable_app()

goby::middleware::protobuf::AppConfig * jaiabot::config::EchoDriver::mutable_app ( )
inline

Definition at line 405 of file config.pb.h.

◆ mutable_interprocess()

goby::zeromq::protobuf::InterProcessPortalConfig * jaiabot::config::EchoDriver::mutable_interprocess ( )
inline

Definition at line 492 of file config.pb.h.

◆ mutable_udp_config()

goby::middleware::protobuf::UDPPointToPointConfig * jaiabot::config::EchoDriver::mutable_udp_config ( )
inline

Definition at line 579 of file config.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * jaiabot::config::EchoDriver::mutable_unknown_fields ( )
inline

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

◆ New()

EchoDriver * jaiabot::config::EchoDriver::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

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

◆ operator=() [1/2]

EchoDriver & jaiabot::config::EchoDriver::operator= ( const EchoDriver from)
inline

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

◆ operator=() [2/2]

EchoDriver & jaiabot::config::EchoDriver::operator= ( EchoDriver &&  from)
inlinenoexcept

Definition at line 87 of file config.pb.h.

◆ release_app()

goby::middleware::protobuf::AppConfig * jaiabot::config::EchoDriver::release_app ( )
inline

Definition at line 375 of file config.pb.h.

◆ release_interprocess()

goby::zeromq::protobuf::InterProcessPortalConfig * jaiabot::config::EchoDriver::release_interprocess ( )
inline

Definition at line 462 of file config.pb.h.

◆ release_udp_config()

goby::middleware::protobuf::UDPPointToPointConfig * jaiabot::config::EchoDriver::release_udp_config ( )
inline

Definition at line 549 of file config.pb.h.

◆ set_allocated_app()

void jaiabot::config::EchoDriver::set_allocated_app ( ::goby::middleware::protobuf::AppConfig *  app)
inline

Definition at line 410 of file config.pb.h.

◆ set_allocated_interprocess()

void jaiabot::config::EchoDriver::set_allocated_interprocess ( ::goby::zeromq::protobuf::InterProcessPortalConfig *  interprocess)
inline

Definition at line 497 of file config.pb.h.

◆ set_allocated_udp_config()

void jaiabot::config::EchoDriver::set_allocated_udp_config ( ::goby::middleware::protobuf::UDPPointToPointConfig *  udp_config)
inline

Definition at line 584 of file config.pb.h.

◆ set_echo_issue_solution()

void jaiabot::config::EchoDriver::set_echo_issue_solution ( ::jaiabot::protobuf::EchoIssue_SolutionType  value)
inline

Definition at line 685 of file config.pb.h.

◆ set_echo_report_in_simulation()

void jaiabot::config::EchoDriver::set_echo_report_in_simulation ( bool  value)
inline

Definition at line 656 of file config.pb.h.

◆ set_echo_report_timeout_seconds()

void jaiabot::config::EchoDriver::set_echo_report_timeout_seconds ( int32_t  value)
inline

Definition at line 628 of file config.pb.h.

◆ set_echo_trigger_issue_timeout_seconds()

void jaiabot::config::EchoDriver::set_echo_trigger_issue_timeout_seconds ( int32_t  value)
inline

Definition at line 713 of file config.pb.h.

◆ Swap()

void jaiabot::config::EchoDriver::Swap ( EchoDriver other)
inline

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

◆ udp_config()

const ::goby::middleware::protobuf::UDPPointToPointConfig & jaiabot::config::EchoDriver::udp_config ( ) const
inline

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

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & jaiabot::config::EchoDriver::unknown_fields ( ) const
inline

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

◆ unsafe_arena_release_app()

goby::middleware::protobuf::AppConfig * jaiabot::config::EchoDriver::unsafe_arena_release_app ( )
inline

Definition at line 390 of file config.pb.h.

◆ unsafe_arena_release_interprocess()

goby::zeromq::protobuf::InterProcessPortalConfig * jaiabot::config::EchoDriver::unsafe_arena_release_interprocess ( )
inline

Definition at line 477 of file config.pb.h.

◆ unsafe_arena_release_udp_config()

goby::middleware::protobuf::UDPPointToPointConfig * jaiabot::config::EchoDriver::unsafe_arena_release_udp_config ( )
inline

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

◆ unsafe_arena_set_allocated_app()

void jaiabot::config::EchoDriver::unsafe_arena_set_allocated_app ( ::goby::middleware::protobuf::AppConfig *  app)
inline

Definition at line 362 of file config.pb.h.

◆ unsafe_arena_set_allocated_interprocess()

void jaiabot::config::EchoDriver::unsafe_arena_set_allocated_interprocess ( ::goby::zeromq::protobuf::InterProcessPortalConfig *  interprocess)
inline

Definition at line 449 of file config.pb.h.

◆ unsafe_arena_set_allocated_udp_config()

void jaiabot::config::EchoDriver::unsafe_arena_set_allocated_udp_config ( ::goby::middleware::protobuf::UDPPointToPointConfig *  udp_config)
inline

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

◆ UnsafeArenaSwap()

void jaiabot::config::EchoDriver::UnsafeArenaSwap ( EchoDriver other)
inline

Definition at line 143 of file 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 316 of file config.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 179 of file config.pb.h.

◆ ::TableStruct_bin_2fdrivers_2fecho_2fconfig_2eproto

Definition at line 331 of file config.pb.h.

◆ swap

void swap ( EchoDriver a,
EchoDriver b 
)
friend

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

Member Data Documentation

◆ _class_data_

const ClassData jaiabot::config::EchoDriver::_class_data_
static

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

◆ _impl_

Impl_ jaiabot::config::EchoDriver::_impl_

Definition at line 330 of file config.pb.h.

◆ kIndexInFileMessages

constexpr int jaiabot::config::EchoDriver::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

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


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