JaiaBot  1.19.0
JaiaBot micro-AUV software
jaiabot::config::EchoDriver Class Reference

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

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

Public Member Functions

 EchoDriver ()
 
virtual ~EchoDriver ()
 
 EchoDriver (const EchoDriver &from)
 
EchoDriveroperator= (const EchoDriver &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (EchoDriver *other)
 
EchoDriverNew () const final
 
EchoDriverNew (::google::protobuf::Arena *arena) const final
 
void CopyFrom (const ::google::protobuf::Message &from) final
 
void MergeFrom (const ::google::protobuf::Message &from) final
 
void CopyFrom (const EchoDriver &from)
 
void MergeFrom (const EchoDriver &from)
 
void Clear () final
 
bool IsInitialized () const final
 
size_t ByteSizeLong () const final
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) final
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const final
 
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *target) const final
 
int GetCachedSize () const final
 
::google::protobuf::Metadata GetMetadata () const final
 
bool has_app () const
 
void clear_app ()
 
const ::goby::middleware::protobuf::AppConfig & app () const
 
::goby::middleware::protobuf::AppConfig * release_app ()
 
::goby::middleware::protobuf::AppConfig * mutable_app ()
 
void set_allocated_app (::goby::middleware::protobuf::AppConfig *app)
 
bool has_interprocess () const
 
void clear_interprocess ()
 
const ::goby::zeromq::protobuf::InterProcessPortalConfig & interprocess () const
 
::goby::zeromq::protobuf::InterProcessPortalConfig * release_interprocess ()
 
::goby::zeromq::protobuf::InterProcessPortalConfig * mutable_interprocess ()
 
void set_allocated_interprocess (::goby::zeromq::protobuf::InterProcessPortalConfig *interprocess)
 
bool has_udp_config () const
 
void clear_udp_config ()
 
const ::goby::middleware::protobuf::UDPPointToPointConfig & udp_config () const
 
::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)
 
bool has_echo_report_timeout_seconds () const
 
void clear_echo_report_timeout_seconds ()
 
::google::protobuf::int32 echo_report_timeout_seconds () const
 
void set_echo_report_timeout_seconds (::google::protobuf::int32 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 ()
 
::google::protobuf::int32 echo_trigger_issue_timeout_seconds () const
 
void set_echo_trigger_issue_timeout_seconds (::google::protobuf::int32 value)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const EchoDriverdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const EchoDriverinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kAppFieldNumber = 1
 
static const int kInterprocessFieldNumber = 2
 
static const int kUdpConfigFieldNumber = 3
 
static const int kEchoReportTimeoutSecondsFieldNumber = 10
 
static const int kEchoReportInSimulationFieldNumber = 11
 
static const int kEchoIssueSolutionFieldNumber = 12
 
static const int kEchoTriggerIssueTimeoutSecondsFieldNumber = 13
 

Friends

struct ::protobuf_bin_2fdrivers_2fecho_2fconfig_2eproto::TableStruct
 
void swap (EchoDriver &a, EchoDriver &b)
 

Detailed Description

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

Constructor & Destructor Documentation

◆ EchoDriver() [1/2]

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

◆ ~EchoDriver()

virtual jaiabot::config::EchoDriver::~EchoDriver ( )
virtual

◆ EchoDriver() [2/2]

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

Member Function Documentation

◆ app()

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

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

◆ ByteSizeLong()

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

◆ Clear()

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 491 of file config.pb.h.

◆ clear_echo_report_in_simulation()

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

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

◆ clear_echo_report_timeout_seconds()

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

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

◆ clear_interprocess()

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

◆ clear_udp_config()

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

◆ CopyFrom() [1/2]

void jaiabot::config::EchoDriver::CopyFrom ( const ::google::protobuf::Message &  from)
final

◆ CopyFrom() [2/2]

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

◆ default_instance()

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

◆ descriptor()

static const ::google::protobuf::Descriptor* jaiabot::config::EchoDriver::descriptor ( )
static

◆ echo_issue_solution()

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

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

◆ echo_report_in_simulation()

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

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

◆ echo_report_timeout_seconds()

google::protobuf::int32 jaiabot::config::EchoDriver::echo_report_timeout_seconds ( ) const
inline

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

◆ echo_trigger_issue_timeout_seconds()

google::protobuf::int32 jaiabot::config::EchoDriver::echo_trigger_issue_timeout_seconds ( ) const
inline

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

::google::protobuf::Metadata jaiabot::config::EchoDriver::GetMetadata ( ) const
final

◆ has_app()

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

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

◆ has_echo_issue_solution()

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

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

◆ has_echo_report_in_simulation()

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

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

◆ has_echo_report_timeout_seconds()

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

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

◆ has_interprocess()

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

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

◆ has_udp_config()

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

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

◆ InitAsDefaultInstance()

static void jaiabot::config::EchoDriver::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

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

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

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* jaiabot::config::EchoDriver::InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  target 
) const
final

◆ interprocess()

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

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

◆ IsInitialized()

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

◆ MergeFrom() [1/2]

void jaiabot::config::EchoDriver::MergeFrom ( const ::google::protobuf::Message &  from)
final

◆ MergeFrom() [2/2]

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

◆ MergePartialFromCodedStream()

bool jaiabot::config::EchoDriver::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
final

◆ mutable_app()

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

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

◆ mutable_interprocess()

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

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

◆ mutable_udp_config()

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

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

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet* jaiabot::config::EchoDriver::mutable_unknown_fields ( )
inline

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

◆ New() [1/2]

EchoDriver* jaiabot::config::EchoDriver::New ( ) const
inlinefinal

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

◆ New() [2/2]

EchoDriver* jaiabot::config::EchoDriver::New ( ::google::protobuf::Arena *  arena) const
inlinefinal

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

◆ operator=()

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

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

◆ release_app()

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

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

◆ release_interprocess()

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

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

◆ release_udp_config()

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

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

◆ SerializeWithCachedSizes()

void jaiabot::config::EchoDriver::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
final

◆ set_allocated_app()

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

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

◆ set_allocated_interprocess()

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

Definition at line 360 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 414 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 499 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 475 of file config.pb.h.

◆ set_echo_report_timeout_seconds()

void jaiabot::config::EchoDriver::set_echo_report_timeout_seconds ( ::google::protobuf::int32  value)
inline

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

◆ set_echo_trigger_issue_timeout_seconds()

void jaiabot::config::EchoDriver::set_echo_trigger_issue_timeout_seconds ( ::google::protobuf::int32  value)
inline

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

◆ Swap()

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

◆ udp_config()

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

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

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet& jaiabot::config::EchoDriver::unknown_fields ( ) const
inline

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

Friends And Related Function Documentation

◆ ::protobuf_bin_2fdrivers_2fecho_2fconfig_2eproto::TableStruct

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

◆ swap

void swap ( EchoDriver a,
EchoDriver b 
)
friend

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

Member Data Documentation

◆ kAppFieldNumber

const int jaiabot::config::EchoDriver::kAppFieldNumber = 1
static

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

◆ kEchoIssueSolutionFieldNumber

const int jaiabot::config::EchoDriver::kEchoIssueSolutionFieldNumber = 12
static

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

◆ kEchoReportInSimulationFieldNumber

const int jaiabot::config::EchoDriver::kEchoReportInSimulationFieldNumber = 11
static

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

◆ kEchoReportTimeoutSecondsFieldNumber

const int jaiabot::config::EchoDriver::kEchoReportTimeoutSecondsFieldNumber = 10
static

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

◆ kEchoTriggerIssueTimeoutSecondsFieldNumber

const int jaiabot::config::EchoDriver::kEchoTriggerIssueTimeoutSecondsFieldNumber = 13
static

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

◆ kIndexInFileMessages

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

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

◆ kInterprocessFieldNumber

const int jaiabot::config::EchoDriver::kInterprocessFieldNumber = 2
static

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

◆ kUdpConfigFieldNumber

const int jaiabot::config::EchoDriver::kUdpConfigFieldNumber = 3
static

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


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