#include <bin/udp_gateway/config.pb.h>


Public Types | |
| enum | : int { kAppFieldNumber = 1 , kInterprocessFieldNumber = 2 , kUdpConfigFieldNumber = 3 , kTsys01EnabledFieldNumber = 20 , kImuDataReportTimeoutSecondsFieldNumber = 10 , kImuIssueSolutionFieldNumber = 12 , kImuTriggerIssueTimeoutSecondsFieldNumber = 13 , kSalinityDataReportTimeoutSecondsFieldNumber = 14 , kPressureTemperatureDataReportTimeoutSecondsFieldNumber = 15 , kTsys01DataReportTimeoutSecondsFieldNumber = 16 , kEchoDataReportTimeoutSecondsFieldNumber = 17 , kEchoIssueSolutionFieldNumber = 18 , kEchoTriggerIssueTimeoutSecondsFieldNumber = 19 , kEchoEnabledFieldNumber = 21 , kSalinityEnabledFieldNumber = 22 , kBar30EnabledFieldNumber = 23 , kInSimulationFieldNumber = 11 } |
Public Member Functions | |
| UDPGateway () | |
| ~UDPGateway () override | |
| PROTOBUF_CONSTEXPR | UDPGateway (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
| UDPGateway (const UDPGateway &from) | |
| UDPGateway (UDPGateway &&from) noexcept | |
| UDPGateway & | operator= (const UDPGateway &from) |
| UDPGateway & | operator= (UDPGateway &&from) noexcept |
| const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
| inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
| void | Swap (UDPGateway *other) |
| void | UnsafeArenaSwap (UDPGateway *other) |
| UDPGateway * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
| void | CopyFrom (const UDPGateway &from) |
| void | MergeFrom (const UDPGateway &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::UDPOneToManyConfig & | udp_config () const |
| PROTOBUF_NODISCARD::goby::middleware::protobuf::UDPOneToManyConfig * | release_udp_config () |
| ::goby::middleware::protobuf::UDPOneToManyConfig * | mutable_udp_config () |
| void | set_allocated_udp_config (::goby::middleware::protobuf::UDPOneToManyConfig *udp_config) |
| void | unsafe_arena_set_allocated_udp_config (::goby::middleware::protobuf::UDPOneToManyConfig *udp_config) |
| ::goby::middleware::protobuf::UDPOneToManyConfig * | unsafe_arena_release_udp_config () |
| bool | has_tsys01_enabled () const |
| void | clear_tsys01_enabled () |
| bool | tsys01_enabled () const |
| void | set_tsys01_enabled (bool value) |
| bool | has_imu_data_report_timeout_seconds () const |
| void | clear_imu_data_report_timeout_seconds () |
| int32_t | imu_data_report_timeout_seconds () const |
| void | set_imu_data_report_timeout_seconds (int32_t value) |
| bool | has_imu_issue_solution () const |
| void | clear_imu_issue_solution () |
| ::jaiabot::protobuf::IMUIssue_SolutionType | imu_issue_solution () const |
| void | set_imu_issue_solution (::jaiabot::protobuf::IMUIssue_SolutionType value) |
| bool | has_imu_trigger_issue_timeout_seconds () const |
| void | clear_imu_trigger_issue_timeout_seconds () |
| int32_t | imu_trigger_issue_timeout_seconds () const |
| void | set_imu_trigger_issue_timeout_seconds (int32_t value) |
| bool | has_salinity_data_report_timeout_seconds () const |
| void | clear_salinity_data_report_timeout_seconds () |
| int32_t | salinity_data_report_timeout_seconds () const |
| void | set_salinity_data_report_timeout_seconds (int32_t value) |
| bool | has_pressure_temperature_data_report_timeout_seconds () const |
| void | clear_pressure_temperature_data_report_timeout_seconds () |
| int32_t | pressure_temperature_data_report_timeout_seconds () const |
| void | set_pressure_temperature_data_report_timeout_seconds (int32_t value) |
| bool | has_tsys01_data_report_timeout_seconds () const |
| void | clear_tsys01_data_report_timeout_seconds () |
| int32_t | tsys01_data_report_timeout_seconds () const |
| void | set_tsys01_data_report_timeout_seconds (int32_t value) |
| bool | has_echo_data_report_timeout_seconds () const |
| void | clear_echo_data_report_timeout_seconds () |
| int32_t | echo_data_report_timeout_seconds () const |
| void | set_echo_data_report_timeout_seconds (int32_t 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) |
| bool | has_echo_enabled () const |
| void | clear_echo_enabled () |
| bool | echo_enabled () const |
| void | set_echo_enabled (bool value) |
| bool | has_salinity_enabled () const |
| void | clear_salinity_enabled () |
| bool | salinity_enabled () const |
| void | set_salinity_enabled (bool value) |
| bool | has_bar30_enabled () const |
| void | clear_bar30_enabled () |
| bool | bar30_enabled () const |
| void | set_bar30_enabled (bool value) |
| bool | has_in_simulation () const |
| void | clear_in_simulation () |
| bool | in_simulation () const |
| void | set_in_simulation (bool 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 UDPGateway & | default_instance () |
| static const UDPGateway * | internal_default_instance () |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages |
| static const ClassData | _class_data_ |
Protected Member Functions | |
| UDPGateway (::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_2fudp_5fgateway_2fconfig_2eproto |
| void | swap (UDPGateway &a, UDPGateway &b) |
Definition at line 71 of file config.pb.h.
| anonymous enum : int |
Definition at line 198 of file config.pb.h.
|
inline |
Definition at line 74 of file config.pb.h.
|
override |
|
explicit |
| jaiabot::config::UDPGateway::UDPGateway | ( | const UDPGateway & | from | ) |
|
inlinenoexcept |
Definition at line 79 of file config.pb.h.
|
explicitprotected |
|
final |
|
final |
|
inline |
Definition at line 509 of file config.pb.h.
|
inline |
Definition at line 1109 of file config.pb.h.
|
final |
|
final |
| void jaiabot::config::UDPGateway::clear_app | ( | ) |
|
inline |
Definition at line 1102 of file config.pb.h.
|
inline |
Definition at line 989 of file config.pb.h.
|
inline |
Definition at line 961 of file config.pb.h.
|
inline |
Definition at line 1017 of file config.pb.h.
|
inline |
Definition at line 1046 of file config.pb.h.
|
inline |
Definition at line 764 of file config.pb.h.
|
inline |
Definition at line 792 of file config.pb.h.
|
inline |
Definition at line 821 of file config.pb.h.
|
inline |
Definition at line 1130 of file config.pb.h.
| void jaiabot::config::UDPGateway::clear_interprocess | ( | ) |
|
inline |
Definition at line 877 of file config.pb.h.
|
inline |
Definition at line 849 of file config.pb.h.
|
inline |
Definition at line 1074 of file config.pb.h.
|
inline |
Definition at line 933 of file config.pb.h.
|
inline |
Definition at line 905 of file config.pb.h.
| void jaiabot::config::UDPGateway::clear_udp_config | ( | ) |
| void jaiabot::config::UDPGateway::CopyFrom | ( | const UDPGateway & | from | ) |
|
inlinestatic |
Definition at line 118 of file config.pb.h.
|
inlinestatic |
Definition at line 109 of file config.pb.h.
|
inline |
Definition at line 996 of file config.pb.h.
|
inline |
Definition at line 968 of file config.pb.h.
|
inline |
Definition at line 1024 of file config.pb.h.
|
inline |
Definition at line 1053 of file config.pb.h.
|
inlinefinal |
Definition at line 171 of file config.pb.h.
|
final |
|
inlinestatic |
Definition at line 112 of file config.pb.h.
|
final |
|
inlinestatic |
Definition at line 115 of file config.pb.h.
|
inline |
Definition at line 501 of file config.pb.h.
|
inline |
Definition at line 1099 of file config.pb.h.
|
inline |
Definition at line 986 of file config.pb.h.
|
inline |
Definition at line 958 of file config.pb.h.
|
inline |
Definition at line 1014 of file config.pb.h.
|
inline |
Definition at line 1043 of file config.pb.h.
|
inline |
Definition at line 761 of file config.pb.h.
|
inline |
Definition at line 789 of file config.pb.h.
|
inline |
Definition at line 818 of file config.pb.h.
|
inline |
Definition at line 1127 of file config.pb.h.
|
inline |
Definition at line 588 of file config.pb.h.
|
inline |
Definition at line 874 of file config.pb.h.
|
inline |
Definition at line 846 of file config.pb.h.
|
inline |
Definition at line 1071 of file config.pb.h.
|
inline |
Definition at line 930 of file config.pb.h.
|
inline |
Definition at line 902 of file config.pb.h.
|
inline |
Definition at line 675 of file config.pb.h.
|
inline |
Definition at line 771 of file config.pb.h.
|
inline |
Definition at line 799 of file config.pb.h.
|
inline |
Definition at line 828 of file config.pb.h.
|
inline |
Definition at line 1137 of file config.pb.h.
|
inlinestatic |
Definition at line 121 of file config.pb.h.
|
inline |
Definition at line 596 of file config.pb.h.
|
final |
|
inline |
Definition at line 158 of file config.pb.h.
|
inline |
Definition at line 556 of file config.pb.h.
|
inline |
Definition at line 643 of file config.pb.h.
|
inline |
Definition at line 730 of file config.pb.h.
|
inline |
Definition at line 105 of file config.pb.h.
|
inlinefinal |
Definition at line 152 of file config.pb.h.
|
inline |
Definition at line 84 of file config.pb.h.
|
inlinenoexcept |
Definition at line 88 of file config.pb.h.
|
inline |
Definition at line 884 of file config.pb.h.
|
inline |
Definition at line 526 of file config.pb.h.
|
inline |
Definition at line 613 of file config.pb.h.
|
inline |
Definition at line 700 of file config.pb.h.
|
inline |
Definition at line 856 of file config.pb.h.
|
inline |
Definition at line 1081 of file config.pb.h.
|
inline |
Definition at line 561 of file config.pb.h.
|
inline |
Definition at line 648 of file config.pb.h.
|
inline |
Definition at line 735 of file config.pb.h.
|
inline |
Definition at line 1117 of file config.pb.h.
|
inline |
Definition at line 1004 of file config.pb.h.
|
inline |
Definition at line 976 of file config.pb.h.
|
inline |
Definition at line 1033 of file config.pb.h.
|
inline |
Definition at line 1061 of file config.pb.h.
|
inline |
Definition at line 779 of file config.pb.h.
|
inline |
Definition at line 808 of file config.pb.h.
|
inline |
Definition at line 836 of file config.pb.h.
|
inline |
Definition at line 1145 of file config.pb.h.
|
inline |
Definition at line 892 of file config.pb.h.
|
inline |
Definition at line 864 of file config.pb.h.
|
inline |
Definition at line 1089 of file config.pb.h.
|
inline |
Definition at line 948 of file config.pb.h.
|
inline |
Definition at line 920 of file config.pb.h.
|
inline |
Definition at line 131 of file config.pb.h.
|
inline |
Definition at line 940 of file config.pb.h.
|
inline |
Definition at line 912 of file config.pb.h.
|
inline |
Definition at line 683 of file config.pb.h.
|
inline |
Definition at line 102 of file config.pb.h.
|
inline |
Definition at line 541 of file config.pb.h.
|
inline |
Definition at line 628 of file config.pb.h.
|
inline |
Definition at line 715 of file config.pb.h.
|
inline |
Definition at line 513 of file config.pb.h.
|
inline |
Definition at line 600 of file config.pb.h.
|
inline |
Definition at line 687 of file config.pb.h.
|
inline |
Definition at line 144 of file config.pb.h.
|
friend |
Definition at line 457 of file config.pb.h.
|
friend |
Definition at line 180 of file config.pb.h.
|
friend |
Definition at line 482 of file config.pb.h.
|
friend |
Definition at line 128 of file config.pb.h.
|
static |
Definition at line 189 of file config.pb.h.
| Impl_ jaiabot::config::UDPGateway::_impl_ |
Definition at line 481 of file config.pb.h.
|
staticconstexpr |
Definition at line 125 of file config.pb.h.