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


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 | |
| EchoDriver & | operator= (const EchoDriver &from) |
| EchoDriver & | operator= (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) |
| EchoDriver * | New (::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 EchoDriver & | default_instance () |
| static const EchoDriver * | internal_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) |
Definition at line 70 of file config.pb.h.
| anonymous enum : int |
Definition at line 197 of file config.pb.h.
|
inline |
Definition at line 73 of file config.pb.h.
|
override |
|
explicit |
| jaiabot::config::EchoDriver::EchoDriver | ( | const EchoDriver & | from | ) |
|
inlinenoexcept |
Definition at line 78 of file config.pb.h.
|
explicitprotected |
|
final |
|
final |
|
inline |
Definition at line 358 of file config.pb.h.
|
final |
|
final |
| void jaiabot::config::EchoDriver::clear_app | ( | ) |
|
inline |
Definition at line 669 of file config.pb.h.
|
inline |
Definition at line 641 of file config.pb.h.
|
inline |
Definition at line 613 of file config.pb.h.
|
inline |
Definition at line 698 of file config.pb.h.
| void jaiabot::config::EchoDriver::clear_interprocess | ( | ) |
| void jaiabot::config::EchoDriver::clear_udp_config | ( | ) |
| void jaiabot::config::EchoDriver::CopyFrom | ( | const EchoDriver & | from | ) |
|
inlinestatic |
Definition at line 117 of file config.pb.h.
|
inlinestatic |
Definition at line 108 of file config.pb.h.
|
inline |
Definition at line 676 of file config.pb.h.
|
inline |
Definition at line 648 of file config.pb.h.
|
inline |
Definition at line 620 of file config.pb.h.
|
inline |
Definition at line 705 of file config.pb.h.
|
inlinefinal |
Definition at line 170 of file config.pb.h.
|
final |
|
inlinestatic |
Definition at line 111 of file config.pb.h.
|
final |
|
inlinestatic |
Definition at line 114 of file config.pb.h.
|
inline |
Definition at line 350 of file config.pb.h.
|
inline |
Definition at line 666 of file config.pb.h.
|
inline |
Definition at line 638 of file config.pb.h.
|
inline |
Definition at line 610 of file config.pb.h.
|
inline |
Definition at line 695 of file config.pb.h.
|
inline |
Definition at line 437 of file config.pb.h.
|
inline |
Definition at line 524 of file config.pb.h.
|
inlinestatic |
Definition at line 120 of file config.pb.h.
|
inline |
Definition at line 445 of file config.pb.h.
|
final |
|
inline |
Definition at line 157 of file config.pb.h.
|
inline |
Definition at line 405 of file config.pb.h.
|
inline |
Definition at line 492 of file config.pb.h.
|
inline |
Definition at line 579 of file config.pb.h.
|
inline |
Definition at line 104 of file config.pb.h.
|
inlinefinal |
Definition at line 151 of file config.pb.h.
|
inline |
Definition at line 83 of file config.pb.h.
|
inlinenoexcept |
Definition at line 87 of file config.pb.h.
|
inline |
Definition at line 375 of file config.pb.h.
|
inline |
Definition at line 462 of file config.pb.h.
|
inline |
Definition at line 549 of file config.pb.h.
|
inline |
Definition at line 410 of file config.pb.h.
|
inline |
Definition at line 497 of file config.pb.h.
|
inline |
Definition at line 584 of file config.pb.h.
|
inline |
Definition at line 685 of file config.pb.h.
|
inline |
Definition at line 656 of file config.pb.h.
|
inline |
Definition at line 628 of file config.pb.h.
|
inline |
Definition at line 713 of file config.pb.h.
|
inline |
Definition at line 130 of file config.pb.h.
|
inline |
Definition at line 532 of file config.pb.h.
|
inline |
Definition at line 101 of file config.pb.h.
|
inline |
Definition at line 390 of file config.pb.h.
|
inline |
Definition at line 477 of file config.pb.h.
|
inline |
Definition at line 564 of file config.pb.h.
|
inline |
Definition at line 362 of file config.pb.h.
|
inline |
Definition at line 449 of file config.pb.h.
|
inline |
Definition at line 536 of file config.pb.h.
|
inline |
Definition at line 143 of file config.pb.h.
|
friend |
Definition at line 316 of file config.pb.h.
|
friend |
Definition at line 179 of file config.pb.h.
|
friend |
Definition at line 331 of file config.pb.h.
|
friend |
Definition at line 127 of file config.pb.h.
|
static |
Definition at line 188 of file config.pb.h.
| Impl_ jaiabot::config::EchoDriver::_impl_ |
Definition at line 330 of file config.pb.h.
|
staticconstexpr |
Definition at line 124 of file config.pb.h.