#include <bin/drivers/adafruit_BNO055/config.pb.h>
Public Types | |
enum | : int { kAppFieldNumber = 1 , kInterprocessFieldNumber = 2 , kUdpConfigFieldNumber = 3 , kAdafruitBno055ReportTimeoutSecondsFieldNumber = 10 , kAdafruitBno055ReportInSimulationFieldNumber = 11 , kImuIssueSolutionFieldNumber = 12 , kImuTriggerIssueTimeoutSecondsFieldNumber = 13 } |
Public Member Functions | |
AdaFruitBNO055Publisher () | |
~AdaFruitBNO055Publisher () override | |
PROTOBUF_CONSTEXPR | AdaFruitBNO055Publisher (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
AdaFruitBNO055Publisher (const AdaFruitBNO055Publisher &from) | |
AdaFruitBNO055Publisher (AdaFruitBNO055Publisher &&from) noexcept | |
AdaFruitBNO055Publisher & | operator= (const AdaFruitBNO055Publisher &from) |
AdaFruitBNO055Publisher & | operator= (AdaFruitBNO055Publisher &&from) noexcept |
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (AdaFruitBNO055Publisher *other) |
void | UnsafeArenaSwap (AdaFruitBNO055Publisher *other) |
AdaFruitBNO055Publisher * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
void | CopyFrom (const AdaFruitBNO055Publisher &from) |
void | MergeFrom (const AdaFruitBNO055Publisher &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_adafruit_bno055_report_timeout_seconds () const |
void | clear_adafruit_bno055_report_timeout_seconds () |
int32_t | adafruit_bno055_report_timeout_seconds () const |
void | set_adafruit_bno055_report_timeout_seconds (int32_t value) |
bool | has_adafruit_bno055_report_in_simulation () const |
void | clear_adafruit_bno055_report_in_simulation () |
bool | adafruit_bno055_report_in_simulation () const |
void | set_adafruit_bno055_report_in_simulation (bool 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) |
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 AdaFruitBNO055Publisher & | default_instance () |
static const AdaFruitBNO055Publisher * | internal_default_instance () |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages |
static const ClassData | _class_data_ |
Protected Member Functions | |
AdaFruitBNO055Publisher (::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_2fadafruit_5fBNO055_2fconfig_2eproto |
void | swap (AdaFruitBNO055Publisher &a, AdaFruitBNO055Publisher &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::AdaFruitBNO055Publisher::AdaFruitBNO055Publisher | ( | const AdaFruitBNO055Publisher & | from | ) |
|
inlinenoexcept |
Definition at line 78 of file config.pb.h.
|
explicitprotected |
|
final |
|
final |
|
inline |
Definition at line 648 of file config.pb.h.
|
inline |
Definition at line 620 of file config.pb.h.
|
inline |
Definition at line 358 of file config.pb.h.
|
final |
|
final |
|
inline |
Definition at line 641 of file config.pb.h.
|
inline |
Definition at line 613 of file config.pb.h.
void jaiabot::config::AdaFruitBNO055Publisher::clear_app | ( | ) |
|
inline |
Definition at line 669 of file config.pb.h.
|
inline |
Definition at line 698 of file config.pb.h.
void jaiabot::config::AdaFruitBNO055Publisher::clear_interprocess | ( | ) |
void jaiabot::config::AdaFruitBNO055Publisher::clear_udp_config | ( | ) |
void jaiabot::config::AdaFruitBNO055Publisher::CopyFrom | ( | const AdaFruitBNO055Publisher & | from | ) |
|
inlinestatic |
Definition at line 117 of file config.pb.h.
|
inlinestatic |
Definition at line 108 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 638 of file config.pb.h.
|
inline |
Definition at line 610 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 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.
|
inline |
Definition at line 676 of file config.pb.h.
|
inline |
Definition at line 705 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.
|
inlinenoexcept |
Definition at line 87 of file config.pb.h.
|
inline |
Definition at line 83 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 656 of file config.pb.h.
|
inline |
Definition at line 628 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 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::AdaFruitBNO055Publisher::_impl_ |
Definition at line 330 of file config.pb.h.
|
staticconstexpr |
Definition at line 124 of file config.pb.h.