#include <nanopb/jaiabot/messages/feather.pb.h>
Public Types | |
enum | : int { kDataFieldNumber = 3 , kControlFieldNumber = 30 , kSrcFieldNumber = 1 , kDestFieldNumber = 2 , kIdFieldNumber = 5 , kFlagsFieldNumber = 6 , kRssiFieldNumber = 7 , kTransmitSuccessfulFieldNumber = 10 , kTxPowerFieldNumber = 21 , kTypeFieldNumber = 4 , kModemConfigFieldNumber = 20 } |
typedef LoRaMessage_ControlSurfaces | ControlSurfaces |
typedef LoRaMessage_MessageType | MessageType |
typedef LoRaMessage_ModemConfigChoice | ModemConfigChoice |
Public Member Functions | |
LoRaMessage () | |
~LoRaMessage () override | |
PROTOBUF_CONSTEXPR | LoRaMessage (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
LoRaMessage (const LoRaMessage &from) | |
LoRaMessage (LoRaMessage &&from) noexcept | |
LoRaMessage & | operator= (const LoRaMessage &from) |
LoRaMessage & | operator= (LoRaMessage &&from) noexcept |
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (LoRaMessage *other) |
void | UnsafeArenaSwap (LoRaMessage *other) |
LoRaMessage * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
void | CopyFrom (const LoRaMessage &from) |
void | MergeFrom (const LoRaMessage &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_data () const |
void | clear_data () |
const std::string & | data () const |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_data (ArgT0 &&arg0, ArgT... args) |
std::string * | mutable_data () |
PROTOBUF_NODISCARD std::string * | release_data () |
void | set_allocated_data (std::string *data) |
bool | has_control () const |
void | clear_control () |
const ::jaiabot::protobuf::LoRaMessage_ControlSurfaces & | control () const |
PROTOBUF_NODISCARD::jaiabot::protobuf::LoRaMessage_ControlSurfaces * | release_control () |
::jaiabot::protobuf::LoRaMessage_ControlSurfaces * | mutable_control () |
void | set_allocated_control (::jaiabot::protobuf::LoRaMessage_ControlSurfaces *control) |
void | unsafe_arena_set_allocated_control (::jaiabot::protobuf::LoRaMessage_ControlSurfaces *control) |
::jaiabot::protobuf::LoRaMessage_ControlSurfaces * | unsafe_arena_release_control () |
bool | has_src () const |
void | clear_src () |
int32_t | src () const |
void | set_src (int32_t value) |
bool | has_dest () const |
void | clear_dest () |
int32_t | dest () const |
void | set_dest (int32_t value) |
bool | has_id () const |
void | clear_id () |
int32_t | id () const |
void | set_id (int32_t value) |
bool | has_flags () const |
void | clear_flags () |
int32_t | flags () const |
void | set_flags (int32_t value) |
bool | has_rssi () const |
void | clear_rssi () |
int32_t | rssi () const |
void | set_rssi (int32_t value) |
bool | has_transmit_successful () const |
void | clear_transmit_successful () |
bool | transmit_successful () const |
void | set_transmit_successful (bool value) |
bool | has_tx_power () const |
void | clear_tx_power () |
int32_t | tx_power () const |
void | set_tx_power (int32_t value) |
bool | has_type () const |
void | clear_type () |
::jaiabot::protobuf::LoRaMessage_MessageType | type () const |
void | set_type (::jaiabot::protobuf::LoRaMessage_MessageType value) |
bool | has_modem_config () const |
void | clear_modem_config () |
::jaiabot::protobuf::LoRaMessage_ModemConfigChoice | modem_config () const |
void | set_modem_config (::jaiabot::protobuf::LoRaMessage_ModemConfigChoice value) |
template<typename ArgT0 , typename... ArgT> | |
PROTOBUF_ALWAYS_INLINE void | set_data (ArgT0 &&arg0, ArgT... args) |
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 LoRaMessage & | default_instance () |
static const LoRaMessage * | internal_default_instance () |
static bool | MessageType_IsValid (int value) |
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | MessageType_descriptor () |
template<typename T > | |
static const std::string & | MessageType_Name (T enum_t_value) |
static bool | MessageType_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, MessageType *value) |
static bool | ModemConfigChoice_IsValid (int value) |
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | ModemConfigChoice_descriptor () |
template<typename T > | |
static const std::string & | ModemConfigChoice_Name (T enum_t_value) |
static bool | ModemConfigChoice_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, ModemConfigChoice *value) |
Protected Member Functions | |
LoRaMessage (::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_jaiabot_2fmessages_2ffeather_2eproto |
void | swap (LoRaMessage &a, LoRaMessage &b) |
Definition at line 335 of file feather.pb.h.
Definition at line 460 of file feather.pb.h.
Definition at line 462 of file feather.pb.h.
Definition at line 504 of file feather.pb.h.
anonymous enum : int |
Definition at line 542 of file feather.pb.h.
|
inline |
Definition at line 338 of file feather.pb.h.
|
override |
|
explicit |
jaiabot::protobuf::LoRaMessage::LoRaMessage | ( | const LoRaMessage & | from | ) |
|
inlinenoexcept |
Definition at line 343 of file feather.pb.h.
|
explicitprotected |
|
final |
|
final |
|
final |
|
final |
|
inline |
Definition at line 1194 of file feather.pb.h.
|
inline |
Definition at line 927 of file feather.pb.h.
|
inline |
Definition at line 899 of file feather.pb.h.
|
inline |
Definition at line 1052 of file feather.pb.h.
|
inline |
Definition at line 1024 of file feather.pb.h.
|
inline |
Definition at line 1136 of file feather.pb.h.
|
inline |
Definition at line 1080 of file feather.pb.h.
|
inline |
Definition at line 871 of file feather.pb.h.
|
inline |
Definition at line 1108 of file feather.pb.h.
|
inline |
Definition at line 1165 of file feather.pb.h.
|
inline |
Definition at line 995 of file feather.pb.h.
|
inline |
Definition at line 1203 of file feather.pb.h.
void jaiabot::protobuf::LoRaMessage::CopyFrom | ( | const LoRaMessage & | from | ) |
|
inline |
Definition at line 931 of file feather.pb.h.
|
inlinestatic |
Definition at line 382 of file feather.pb.h.
|
inlinestatic |
Definition at line 373 of file feather.pb.h.
|
inline |
Definition at line 906 of file feather.pb.h.
|
inline |
Definition at line 1059 of file feather.pb.h.
|
inlinefinal |
Definition at line 435 of file feather.pb.h.
|
final |
|
inlinestatic |
Definition at line 376 of file feather.pb.h.
|
final |
|
inlinestatic |
Definition at line 379 of file feather.pb.h.
|
inline |
Definition at line 1191 of file feather.pb.h.
|
inline |
Definition at line 924 of file feather.pb.h.
|
inline |
Definition at line 896 of file feather.pb.h.
|
inline |
Definition at line 1049 of file feather.pb.h.
|
inline |
Definition at line 1021 of file feather.pb.h.
|
inline |
Definition at line 1133 of file feather.pb.h.
|
inline |
Definition at line 1077 of file feather.pb.h.
|
inline |
Definition at line 868 of file feather.pb.h.
|
inline |
Definition at line 1105 of file feather.pb.h.
|
inline |
Definition at line 1162 of file feather.pb.h.
|
inline |
Definition at line 992 of file feather.pb.h.
|
inline |
Definition at line 1031 of file feather.pb.h.
|
inlinestatic |
Definition at line 385 of file feather.pb.h.
|
final |
|
inline |
Definition at line 422 of file feather.pb.h.
|
inlinestatic |
Definition at line 489 of file feather.pb.h.
|
inlinestatic |
Definition at line 479 of file feather.pb.h.
|
inlinestatic |
Definition at line 493 of file feather.pb.h.
|
inlinestatic |
Definition at line 499 of file feather.pb.h.
|
inline |
Definition at line 1143 of file feather.pb.h.
|
inlinestatic |
Definition at line 525 of file feather.pb.h.
|
inlinestatic |
Definition at line 515 of file feather.pb.h.
|
inlinestatic |
Definition at line 529 of file feather.pb.h.
|
inlinestatic |
Definition at line 535 of file feather.pb.h.
|
inline |
Definition at line 1250 of file feather.pb.h.
|
inline |
Definition at line 942 of file feather.pb.h.
|
inline |
Definition at line 369 of file feather.pb.h.
|
inlinefinal |
Definition at line 416 of file feather.pb.h.
|
inline |
Definition at line 348 of file feather.pb.h.
|
inlinenoexcept |
Definition at line 352 of file feather.pb.h.
|
inline |
Definition at line 1220 of file feather.pb.h.
|
inline |
Definition at line 958 of file feather.pb.h.
|
inline |
Definition at line 1087 of file feather.pb.h.
|
inline |
Definition at line 1255 of file feather.pb.h.
|
inline |
Definition at line 972 of file feather.pb.h.
void jaiabot::protobuf::LoRaMessage::set_data | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
|
inline |
Definition at line 937 of file feather.pb.h.
|
inline |
Definition at line 914 of file feather.pb.h.
|
inline |
Definition at line 1067 of file feather.pb.h.
|
inline |
Definition at line 1039 of file feather.pb.h.
|
inline |
Definition at line 1152 of file feather.pb.h.
|
inline |
Definition at line 1095 of file feather.pb.h.
|
inline |
Definition at line 886 of file feather.pb.h.
|
inline |
Definition at line 1123 of file feather.pb.h.
|
inline |
Definition at line 1180 of file feather.pb.h.
|
inline |
Definition at line 1011 of file feather.pb.h.
|
inline |
Definition at line 878 of file feather.pb.h.
|
inline |
Definition at line 395 of file feather.pb.h.
|
inline |
Definition at line 1115 of file feather.pb.h.
|
inline |
Definition at line 1172 of file feather.pb.h.
|
inline |
Definition at line 1002 of file feather.pb.h.
|
inline |
Definition at line 366 of file feather.pb.h.
|
inline |
Definition at line 1235 of file feather.pb.h.
|
inline |
Definition at line 1207 of file feather.pb.h.
|
inline |
Definition at line 408 of file feather.pb.h.
|
friend |
Definition at line 715 of file feather.pb.h.
|
friend |
Definition at line 444 of file feather.pb.h.
|
friend |
Definition at line 734 of file feather.pb.h.
|
friend |
Definition at line 392 of file feather.pb.h.
|
static |
Definition at line 453 of file feather.pb.h.
Impl_ jaiabot::protobuf::LoRaMessage::_impl_ |
Definition at line 733 of file feather.pb.h.
|
staticconstexpr |
Definition at line 505 of file feather.pb.h.
|
staticconstexpr |
Definition at line 513 of file feather.pb.h.
|
staticconstexpr |
Definition at line 511 of file feather.pb.h.
|
staticconstexpr |
Definition at line 509 of file feather.pb.h.
|
staticconstexpr |
Definition at line 507 of file feather.pb.h.
|
staticconstexpr |
Definition at line 477 of file feather.pb.h.
|
staticconstexpr |
Definition at line 471 of file feather.pb.h.
|
staticconstexpr |
Definition at line 389 of file feather.pb.h.
|
staticconstexpr |
Definition at line 463 of file feather.pb.h.
|
staticconstexpr |
Definition at line 475 of file feather.pb.h.
|
staticconstexpr |
Definition at line 486 of file feather.pb.h.
|
staticconstexpr |
Definition at line 484 of file feather.pb.h.
|
staticconstexpr |
Definition at line 482 of file feather.pb.h.
|
staticconstexpr |
Definition at line 522 of file feather.pb.h.
|
staticconstexpr |
Definition at line 520 of file feather.pb.h.
|
staticconstexpr |
Definition at line 518 of file feather.pb.h.
|
staticconstexpr |
Definition at line 467 of file feather.pb.h.
|
staticconstexpr |
Definition at line 469 of file feather.pb.h.
|
staticconstexpr |
Definition at line 465 of file feather.pb.h.
|
staticconstexpr |
Definition at line 473 of file feather.pb.h.