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


Public Types | |
| enum | : int { kAppFieldNumber = 1 , kInterprocessFieldNumber = 2 , kSerialFieldNumber = 20 , kCatalogFieldNumber = 30 , kAmlReportTimeoutSecondsFieldNumber = 10 , kOutputRateFieldNumber = 11 } |
Public Member Functions | |
| AMLSensorDriver () | |
| ~AMLSensorDriver () override | |
| PROTOBUF_CONSTEXPR | AMLSensorDriver (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
| AMLSensorDriver (const AMLSensorDriver &from) | |
| AMLSensorDriver (AMLSensorDriver &&from) noexcept | |
| AMLSensorDriver & | operator= (const AMLSensorDriver &from) |
| AMLSensorDriver & | operator= (AMLSensorDriver &&from) noexcept |
| const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
| inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
| void | Swap (AMLSensorDriver *other) |
| void | UnsafeArenaSwap (AMLSensorDriver *other) |
| AMLSensorDriver * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
| void | CopyFrom (const AMLSensorDriver &from) |
| void | MergeFrom (const AMLSensorDriver &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_serial () const |
| void | clear_serial () |
| const ::goby::middleware::protobuf::SerialConfig & | serial () const |
| PROTOBUF_NODISCARD::goby::middleware::protobuf::SerialConfig * | release_serial () |
| ::goby::middleware::protobuf::SerialConfig * | mutable_serial () |
| void | set_allocated_serial (::goby::middleware::protobuf::SerialConfig *serial) |
| void | unsafe_arena_set_allocated_serial (::goby::middleware::protobuf::SerialConfig *serial) |
| ::goby::middleware::protobuf::SerialConfig * | unsafe_arena_release_serial () |
| bool | has_catalog () const |
| void | clear_catalog () |
| const ::jaiabot::config::AMLCatalog & | catalog () const |
| PROTOBUF_NODISCARD::jaiabot::config::AMLCatalog * | release_catalog () |
| ::jaiabot::config::AMLCatalog * | mutable_catalog () |
| void | set_allocated_catalog (::jaiabot::config::AMLCatalog *catalog) |
| void | unsafe_arena_set_allocated_catalog (::jaiabot::config::AMLCatalog *catalog) |
| ::jaiabot::config::AMLCatalog * | unsafe_arena_release_catalog () |
| bool | has_aml_report_timeout_seconds () const |
| void | clear_aml_report_timeout_seconds () |
| int32_t | aml_report_timeout_seconds () const |
| void | set_aml_report_timeout_seconds (int32_t value) |
| bool | has_output_rate () const |
| void | clear_output_rate () |
| int32_t | output_rate () const |
| void | set_output_rate (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 AMLSensorDriver & | default_instance () |
| static const AMLSensorDriver * | internal_default_instance () |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages |
| static const ClassData | _class_data_ |
Protected Member Functions | |
| AMLSensorDriver (::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_2faml_2fconfig_2eproto |
| void | swap (AMLSensorDriver &a, AMLSensorDriver &b) |
Definition at line 238 of file config.pb.h.
| anonymous enum : int |
| Enumerator | |
|---|---|
| kAppFieldNumber | |
| kInterprocessFieldNumber | |
| kSerialFieldNumber | |
| kCatalogFieldNumber | |
| kAmlReportTimeoutSecondsFieldNumber | |
| kOutputRateFieldNumber | |
Definition at line 365 of file config.pb.h.
|
inline |
Definition at line 241 of file config.pb.h.
|
override |
|
explicit |
| jaiabot::config::AMLSensorDriver::AMLSensorDriver | ( | const AMLSensorDriver & | from | ) |
|
inlinenoexcept |
Definition at line 246 of file config.pb.h.
|
explicitprotected |
|
final |
|
final |
|
inline |
Definition at line 763 of file config.pb.h.
|
inline |
Definition at line 588 of file config.pb.h.
|
final |
|
inline |
Definition at line 909 of file config.pb.h.
|
final |
|
inline |
Definition at line 756 of file config.pb.h.
| void jaiabot::config::AMLSensorDriver::clear_app | ( | ) |
|
inline |
Definition at line 900 of file config.pb.h.
| void jaiabot::config::AMLSensorDriver::clear_interprocess | ( | ) |
|
inline |
Definition at line 784 of file config.pb.h.
| void jaiabot::config::AMLSensorDriver::clear_serial | ( | ) |
| void jaiabot::config::AMLSensorDriver::CopyFrom | ( | const AMLSensorDriver & | from | ) |
|
inlinestatic |
Definition at line 285 of file config.pb.h.
|
inlinestatic |
Definition at line 276 of file config.pb.h.
|
inlinefinal |
Definition at line 338 of file config.pb.h.
|
final |
|
inlinestatic |
Definition at line 279 of file config.pb.h.
|
final |
|
inlinestatic |
Definition at line 282 of file config.pb.h.
|
inline |
Definition at line 753 of file config.pb.h.
|
inline |
Definition at line 580 of file config.pb.h.
|
inline |
Definition at line 897 of file config.pb.h.
|
inline |
Definition at line 667 of file config.pb.h.
|
inline |
Definition at line 781 of file config.pb.h.
|
inline |
Definition at line 810 of file config.pb.h.
|
inlinestatic |
Definition at line 288 of file config.pb.h.
|
inline |
Definition at line 675 of file config.pb.h.
|
final |
|
inline |
Definition at line 325 of file config.pb.h.
|
inline |
Definition at line 635 of file config.pb.h.
|
inline |
Definition at line 956 of file config.pb.h.
|
inline |
Definition at line 722 of file config.pb.h.
|
inline |
Definition at line 865 of file config.pb.h.
|
inline |
Definition at line 272 of file config.pb.h.
|
inlinefinal |
Definition at line 319 of file config.pb.h.
|
inlinenoexcept |
Definition at line 255 of file config.pb.h.
|
inline |
Definition at line 251 of file config.pb.h.
|
inline |
Definition at line 791 of file config.pb.h.
|
inline |
Definition at line 605 of file config.pb.h.
|
inline |
Definition at line 926 of file config.pb.h.
|
inline |
Definition at line 692 of file config.pb.h.
|
inline |
Definition at line 835 of file config.pb.h.
|
inline |
Definition at line 818 of file config.pb.h.
|
inline |
Definition at line 640 of file config.pb.h.
|
inline |
Definition at line 961 of file config.pb.h.
|
inline |
Definition at line 727 of file config.pb.h.
|
inline |
Definition at line 870 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 298 of file config.pb.h.
|
inline |
Definition at line 269 of file config.pb.h.
|
inline |
Definition at line 620 of file config.pb.h.
|
inline |
Definition at line 941 of file config.pb.h.
|
inline |
Definition at line 707 of file config.pb.h.
|
inline |
Definition at line 850 of file config.pb.h.
|
inline |
Definition at line 592 of file config.pb.h.
|
inline |
Definition at line 913 of file config.pb.h.
|
inline |
Definition at line 679 of file config.pb.h.
|
inline |
Definition at line 822 of file config.pb.h.
|
inline |
Definition at line 311 of file config.pb.h.
|
friend |
Definition at line 475 of file config.pb.h.
|
friend |
Definition at line 347 of file config.pb.h.
|
friend |
Definition at line 489 of file config.pb.h.
|
friend |
Definition at line 295 of file config.pb.h.
|
static |
Definition at line 356 of file config.pb.h.
| Impl_ jaiabot::config::AMLSensorDriver::_impl_ |
Definition at line 488 of file config.pb.h.
|
staticconstexpr |
Definition at line 292 of file config.pb.h.