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


Public Types | |
| enum | : int { kAppFieldNumber = 1 , kInterprocessFieldNumber = 2 , kUdpConfigFieldNumber = 3 , kTsys01TemperatureReportTimeoutSecondsFieldNumber = 10 } |
Public Member Functions | |
| TSYS01TemperatureSensorDriver () | |
| ~TSYS01TemperatureSensorDriver () override | |
| PROTOBUF_CONSTEXPR | TSYS01TemperatureSensorDriver (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
| TSYS01TemperatureSensorDriver (const TSYS01TemperatureSensorDriver &from) | |
| TSYS01TemperatureSensorDriver (TSYS01TemperatureSensorDriver &&from) noexcept | |
| TSYS01TemperatureSensorDriver & | operator= (const TSYS01TemperatureSensorDriver &from) |
| TSYS01TemperatureSensorDriver & | operator= (TSYS01TemperatureSensorDriver &&from) noexcept |
| const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
| inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
| void | Swap (TSYS01TemperatureSensorDriver *other) |
| void | UnsafeArenaSwap (TSYS01TemperatureSensorDriver *other) |
| TSYS01TemperatureSensorDriver * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
| void | CopyFrom (const TSYS01TemperatureSensorDriver &from) |
| void | MergeFrom (const TSYS01TemperatureSensorDriver &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_tsys01_temperature_report_timeout_seconds () const |
| void | clear_tsys01_temperature_report_timeout_seconds () |
| int32_t | tsys01_temperature_report_timeout_seconds () const |
| void | set_tsys01_temperature_report_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 TSYS01TemperatureSensorDriver & | default_instance () |
| static const TSYS01TemperatureSensorDriver * | internal_default_instance () |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages |
| static const ClassData | _class_data_ |
Protected Member Functions | |
| TSYS01TemperatureSensorDriver (::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_2ftsys01_5ftemperature_5fsensor_2fconfig_2eproto |
| void | swap (TSYS01TemperatureSensorDriver &a, TSYS01TemperatureSensorDriver &b) |
Definition at line 69 of file config.pb.h.
| anonymous enum : int |
| Enumerator | |
|---|---|
| kAppFieldNumber | |
| kInterprocessFieldNumber | |
| kUdpConfigFieldNumber | |
| kTsys01TemperatureReportTimeoutSecondsFieldNumber | |
Definition at line 196 of file config.pb.h.
|
inline |
Definition at line 72 of file config.pb.h.
|
override |
|
explicit |
| jaiabot::config::TSYS01TemperatureSensorDriver::TSYS01TemperatureSensorDriver | ( | const TSYS01TemperatureSensorDriver & | from | ) |
|
inlinenoexcept |
Definition at line 77 of file config.pb.h.
|
explicitprotected |
|
final |
|
final |
|
inline |
Definition at line 312 of file config.pb.h.
|
final |
|
final |
| void jaiabot::config::TSYS01TemperatureSensorDriver::clear_app | ( | ) |
| void jaiabot::config::TSYS01TemperatureSensorDriver::clear_interprocess | ( | ) |
|
inline |
Definition at line 567 of file config.pb.h.
| void jaiabot::config::TSYS01TemperatureSensorDriver::clear_udp_config | ( | ) |
| void jaiabot::config::TSYS01TemperatureSensorDriver::CopyFrom | ( | const TSYS01TemperatureSensorDriver & | from | ) |
|
inlinestatic |
Definition at line 116 of file config.pb.h.
|
inlinestatic |
Definition at line 107 of file config.pb.h.
|
inlinefinal |
Definition at line 169 of file config.pb.h.
|
final |
|
inlinestatic |
Definition at line 110 of file config.pb.h.
|
final |
|
inlinestatic |
Definition at line 113 of file config.pb.h.
|
inline |
Definition at line 304 of file config.pb.h.
|
inline |
Definition at line 391 of file config.pb.h.
|
inline |
Definition at line 564 of file config.pb.h.
|
inline |
Definition at line 478 of file config.pb.h.
|
inlinestatic |
Definition at line 119 of file config.pb.h.
|
inline |
Definition at line 399 of file config.pb.h.
|
final |
|
inline |
Definition at line 156 of file config.pb.h.
|
inline |
Definition at line 359 of file config.pb.h.
|
inline |
Definition at line 446 of file config.pb.h.
|
inline |
Definition at line 533 of file config.pb.h.
|
inline |
Definition at line 103 of file config.pb.h.
|
inlinefinal |
Definition at line 150 of file config.pb.h.
|
inline |
Definition at line 82 of file config.pb.h.
|
inlinenoexcept |
Definition at line 86 of file config.pb.h.
|
inline |
Definition at line 329 of file config.pb.h.
|
inline |
Definition at line 416 of file config.pb.h.
|
inline |
Definition at line 503 of file config.pb.h.
|
inline |
Definition at line 364 of file config.pb.h.
|
inline |
Definition at line 451 of file config.pb.h.
|
inline |
Definition at line 538 of file config.pb.h.
|
inline |
Definition at line 582 of file config.pb.h.
|
inline |
Definition at line 129 of file config.pb.h.
|
inline |
Definition at line 574 of file config.pb.h.
|
inline |
Definition at line 486 of file config.pb.h.
|
inline |
Definition at line 100 of file config.pb.h.
|
inline |
Definition at line 344 of file config.pb.h.
|
inline |
Definition at line 431 of file config.pb.h.
|
inline |
Definition at line 518 of file config.pb.h.
|
inline |
Definition at line 316 of file config.pb.h.
|
inline |
Definition at line 403 of file config.pb.h.
|
inline |
Definition at line 490 of file config.pb.h.
|
inline |
Definition at line 142 of file config.pb.h.
|
friend |
Definition at line 273 of file config.pb.h.
|
friend |
Definition at line 178 of file config.pb.h.
|
friend |
Definition at line 285 of file config.pb.h.
|
friend |
Definition at line 126 of file config.pb.h.
|
static |
Definition at line 187 of file config.pb.h.
| Impl_ jaiabot::config::TSYS01TemperatureSensorDriver::_impl_ |
Definition at line 284 of file config.pb.h.
|
staticconstexpr |
Definition at line 123 of file config.pb.h.