JaiaBot  1.19.0
JaiaBot micro-AUV software
jaiabot::protobuf::LoRaMessage Class Reference

#include <jaiabot/messages/feather.pb.h>

Inheritance diagram for jaiabot::protobuf::LoRaMessage:
Collaboration diagram for jaiabot::protobuf::LoRaMessage:

Public Types

typedef LoRaMessage_ControlSurfaces ControlSurfaces
 
typedef LoRaMessage_MessageType MessageType
 
typedef LoRaMessage_ModemConfigChoice ModemConfigChoice
 

Public Member Functions

 LoRaMessage ()
 
virtual ~LoRaMessage ()
 
 LoRaMessage (const LoRaMessage &from)
 
LoRaMessageoperator= (const LoRaMessage &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (LoRaMessage *other)
 
LoRaMessageNew () const final
 
LoRaMessageNew (::google::protobuf::Arena *arena) const final
 
void CopyFrom (const ::google::protobuf::Message &from) final
 
void MergeFrom (const ::google::protobuf::Message &from) final
 
void CopyFrom (const LoRaMessage &from)
 
void MergeFrom (const LoRaMessage &from)
 
void Clear () final
 
bool IsInitialized () const final
 
size_t ByteSizeLong () const final
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) final
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const final
 
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *target) const final
 
int GetCachedSize () const final
 
::google::protobuf::Metadata GetMetadata () const final
 
bool has_data () const
 
void clear_data ()
 
const ::std::string & data () const
 
void set_data (const ::std::string &value)
 
void set_data (const char *value)
 
void set_data (const void *value, size_t size)
 
::std::string * mutable_data ()
 
::std::string * release_data ()
 
void set_allocated_data (::std::string *data)
 
bool has_control () const
 
void clear_control ()
 
const ::jaiabot::protobuf::LoRaMessage_ControlSurfacescontrol () const
 
::jaiabot::protobuf::LoRaMessage_ControlSurfacesrelease_control ()
 
::jaiabot::protobuf::LoRaMessage_ControlSurfacesmutable_control ()
 
void set_allocated_control (::jaiabot::protobuf::LoRaMessage_ControlSurfaces *control)
 
bool has_src () const
 
void clear_src ()
 
::google::protobuf::int32 src () const
 
void set_src (::google::protobuf::int32 value)
 
bool has_dest () const
 
void clear_dest ()
 
::google::protobuf::int32 dest () const
 
void set_dest (::google::protobuf::int32 value)
 
bool has_id () const
 
void clear_id ()
 
::google::protobuf::int32 id () const
 
void set_id (::google::protobuf::int32 value)
 
bool has_flags () const
 
void clear_flags ()
 
::google::protobuf::int32 flags () const
 
void set_flags (::google::protobuf::int32 value)
 
bool has_rssi () const
 
void clear_rssi ()
 
::google::protobuf::int32 rssi () const
 
void set_rssi (::google::protobuf::int32 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 ()
 
::google::protobuf::int32 tx_power () const
 
void set_tx_power (::google::protobuf::int32 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)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const LoRaMessagedefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const LoRaMessageinternal_default_instance ()
 
static bool MessageType_IsValid (int value)
 
static const ::google::protobuf::EnumDescriptor * MessageType_descriptor ()
 
static const ::std::string & MessageType_Name (MessageType value)
 
static bool MessageType_Parse (const ::std::string &name, MessageType *value)
 
static bool ModemConfigChoice_IsValid (int value)
 
static const ::google::protobuf::EnumDescriptor * ModemConfigChoice_descriptor ()
 
static const ::std::string & ModemConfigChoice_Name (ModemConfigChoice value)
 
static bool ModemConfigChoice_Parse (const ::std::string &name, ModemConfigChoice *value)
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const MessageType LORA_DATA
 
static const MessageType SET_PARAMETERS
 
static const MessageType PARAMETERS_ACCEPTED
 
static const MessageType PARAMETERS_REJECTED
 
static const MessageType FEATHER_READY
 
static const MessageType TRANSMIT_RESULT
 
static const MessageType LOW_CONTROL
 
static const MessageType DEBUG_MESSAGE
 
static const MessageType MessageType_MIN
 
static const MessageType MessageType_MAX
 
static const int MessageType_ARRAYSIZE
 
static const ModemConfigChoice Bw125Cr45Sf128
 
static const ModemConfigChoice Bw500Cr45Sf128
 
static const ModemConfigChoice Bw31_25Cr48Sf512
 
static const ModemConfigChoice Bw125Cr48Sf4096
 
static const ModemConfigChoice Bw125Cr45Sf2048
 
static const ModemConfigChoice ModemConfigChoice_MIN
 
static const ModemConfigChoice ModemConfigChoice_MAX
 
static const int ModemConfigChoice_ARRAYSIZE
 
static const int kDataFieldNumber = 3
 
static const int kControlFieldNumber = 30
 
static const int kSrcFieldNumber = 1
 
static const int kDestFieldNumber = 2
 
static const int kIdFieldNumber = 5
 
static const int kFlagsFieldNumber = 6
 
static const int kRssiFieldNumber = 7
 
static const int kTransmitSuccessfulFieldNumber = 10
 
static const int kTxPowerFieldNumber = 21
 
static const int kTypeFieldNumber = 4
 
static const int kModemConfigFieldNumber = 20
 

Friends

struct ::protobuf_jaiabot_2fmessages_2ffeather_2eproto::TableStruct
 
void swap (LoRaMessage &a, LoRaMessage &b)
 

Detailed Description

Definition at line 268 of file feather.pb.h.

Member Typedef Documentation

◆ ControlSurfaces

◆ MessageType

◆ ModemConfigChoice

Constructor & Destructor Documentation

◆ LoRaMessage() [1/2]

jaiabot::protobuf::LoRaMessage::LoRaMessage ( )

◆ ~LoRaMessage()

virtual jaiabot::protobuf::LoRaMessage::~LoRaMessage ( )
virtual

◆ LoRaMessage() [2/2]

jaiabot::protobuf::LoRaMessage::LoRaMessage ( const LoRaMessage from)

Member Function Documentation

◆ ByteSizeLong()

size_t jaiabot::protobuf::LoRaMessage::ByteSizeLong ( ) const
final

◆ Clear()

void jaiabot::protobuf::LoRaMessage::Clear ( )
final

◆ clear_control()

void jaiabot::protobuf::LoRaMessage::clear_control ( )
inline

Definition at line 973 of file feather.pb.h.

◆ clear_data()

void jaiabot::protobuf::LoRaMessage::clear_data ( )
inline

Definition at line 737 of file feather.pb.h.

◆ clear_dest()

void jaiabot::protobuf::LoRaMessage::clear_dest ( )
inline

Definition at line 713 of file feather.pb.h.

◆ clear_flags()

void jaiabot::protobuf::LoRaMessage::clear_flags ( )
inline

Definition at line 852 of file feather.pb.h.

◆ clear_id()

void jaiabot::protobuf::LoRaMessage::clear_id ( )
inline

Definition at line 828 of file feather.pb.h.

◆ clear_modem_config()

void jaiabot::protobuf::LoRaMessage::clear_modem_config ( )
inline

Definition at line 924 of file feather.pb.h.

◆ clear_rssi()

void jaiabot::protobuf::LoRaMessage::clear_rssi ( )
inline

Definition at line 876 of file feather.pb.h.

◆ clear_src()

void jaiabot::protobuf::LoRaMessage::clear_src ( )
inline

Definition at line 689 of file feather.pb.h.

◆ clear_transmit_successful()

void jaiabot::protobuf::LoRaMessage::clear_transmit_successful ( )
inline

Definition at line 900 of file feather.pb.h.

◆ clear_tx_power()

void jaiabot::protobuf::LoRaMessage::clear_tx_power ( )
inline

Definition at line 949 of file feather.pb.h.

◆ clear_type()

void jaiabot::protobuf::LoRaMessage::clear_type ( )
inline

Definition at line 803 of file feather.pb.h.

◆ control()

const ::jaiabot::protobuf::LoRaMessage_ControlSurfaces & jaiabot::protobuf::LoRaMessage::control ( ) const
inline

Definition at line 980 of file feather.pb.h.

◆ CopyFrom() [1/2]

void jaiabot::protobuf::LoRaMessage::CopyFrom ( const ::google::protobuf::Message &  from)
final

◆ CopyFrom() [2/2]

void jaiabot::protobuf::LoRaMessage::CopyFrom ( const LoRaMessage from)

◆ data()

const ::std::string & jaiabot::protobuf::LoRaMessage::data ( ) const
inline

Definition at line 741 of file feather.pb.h.

◆ default_instance()

static const LoRaMessage& jaiabot::protobuf::LoRaMessage::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor* jaiabot::protobuf::LoRaMessage::descriptor ( )
static

◆ dest()

google::protobuf::int32 jaiabot::protobuf::LoRaMessage::dest ( ) const
inline

Definition at line 717 of file feather.pb.h.

◆ flags()

google::protobuf::int32 jaiabot::protobuf::LoRaMessage::flags ( ) const
inline

Definition at line 856 of file feather.pb.h.

◆ GetCachedSize()

int jaiabot::protobuf::LoRaMessage::GetCachedSize ( ) const
inlinefinal

Definition at line 340 of file feather.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata jaiabot::protobuf::LoRaMessage::GetMetadata ( ) const
final

◆ has_control()

bool jaiabot::protobuf::LoRaMessage::has_control ( ) const
inline

Definition at line 964 of file feather.pb.h.

◆ has_data()

bool jaiabot::protobuf::LoRaMessage::has_data ( ) const
inline

Definition at line 728 of file feather.pb.h.

◆ has_dest()

bool jaiabot::protobuf::LoRaMessage::has_dest ( ) const
inline

Definition at line 704 of file feather.pb.h.

◆ has_flags()

bool jaiabot::protobuf::LoRaMessage::has_flags ( ) const
inline

Definition at line 843 of file feather.pb.h.

◆ has_id()

bool jaiabot::protobuf::LoRaMessage::has_id ( ) const
inline

Definition at line 819 of file feather.pb.h.

◆ has_modem_config()

bool jaiabot::protobuf::LoRaMessage::has_modem_config ( ) const
inline

Definition at line 915 of file feather.pb.h.

◆ has_rssi()

bool jaiabot::protobuf::LoRaMessage::has_rssi ( ) const
inline

Definition at line 867 of file feather.pb.h.

◆ has_src()

bool jaiabot::protobuf::LoRaMessage::has_src ( ) const
inline

Definition at line 680 of file feather.pb.h.

◆ has_transmit_successful()

bool jaiabot::protobuf::LoRaMessage::has_transmit_successful ( ) const
inline

Definition at line 891 of file feather.pb.h.

◆ has_tx_power()

bool jaiabot::protobuf::LoRaMessage::has_tx_power ( ) const
inline

Definition at line 940 of file feather.pb.h.

◆ has_type()

bool jaiabot::protobuf::LoRaMessage::has_type ( ) const
inline

Definition at line 794 of file feather.pb.h.

◆ id()

google::protobuf::int32 jaiabot::protobuf::LoRaMessage::id ( ) const
inline

Definition at line 832 of file feather.pb.h.

◆ InitAsDefaultInstance()

static void jaiabot::protobuf::LoRaMessage::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

static const LoRaMessage* jaiabot::protobuf::LoRaMessage::internal_default_instance ( )
inlinestatic

Definition at line 305 of file feather.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* jaiabot::protobuf::LoRaMessage::InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  target 
) const
final

◆ IsInitialized()

bool jaiabot::protobuf::LoRaMessage::IsInitialized ( ) const
final

◆ MergeFrom() [1/2]

void jaiabot::protobuf::LoRaMessage::MergeFrom ( const ::google::protobuf::Message &  from)
final

◆ MergeFrom() [2/2]

void jaiabot::protobuf::LoRaMessage::MergeFrom ( const LoRaMessage from)

◆ MergePartialFromCodedStream()

bool jaiabot::protobuf::LoRaMessage::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
final

◆ MessageType_descriptor()

static const ::google::protobuf::EnumDescriptor* jaiabot::protobuf::LoRaMessage::MessageType_descriptor ( )
inlinestatic

Definition at line 389 of file feather.pb.h.

◆ MessageType_IsValid()

static bool jaiabot::protobuf::LoRaMessage::MessageType_IsValid ( int  value)
inlinestatic

Definition at line 379 of file feather.pb.h.

◆ MessageType_Name()

static const ::std::string& jaiabot::protobuf::LoRaMessage::MessageType_Name ( MessageType  value)
inlinestatic

Definition at line 392 of file feather.pb.h.

◆ MessageType_Parse()

static bool jaiabot::protobuf::LoRaMessage::MessageType_Parse ( const ::std::string &  name,
MessageType value 
)
inlinestatic

Definition at line 395 of file feather.pb.h.

◆ modem_config()

jaiabot::protobuf::LoRaMessage_ModemConfigChoice jaiabot::protobuf::LoRaMessage::modem_config ( ) const
inline

Definition at line 928 of file feather.pb.h.

◆ ModemConfigChoice_descriptor()

static const ::google::protobuf::EnumDescriptor* jaiabot::protobuf::LoRaMessage::ModemConfigChoice_descriptor ( )
inlinestatic

Definition at line 421 of file feather.pb.h.

◆ ModemConfigChoice_IsValid()

static bool jaiabot::protobuf::LoRaMessage::ModemConfigChoice_IsValid ( int  value)
inlinestatic

Definition at line 411 of file feather.pb.h.

◆ ModemConfigChoice_Name()

static const ::std::string& jaiabot::protobuf::LoRaMessage::ModemConfigChoice_Name ( ModemConfigChoice  value)
inlinestatic

Definition at line 424 of file feather.pb.h.

◆ ModemConfigChoice_Parse()

static bool jaiabot::protobuf::LoRaMessage::ModemConfigChoice_Parse ( const ::std::string &  name,
ModemConfigChoice value 
)
inlinestatic

Definition at line 427 of file feather.pb.h.

◆ mutable_control()

jaiabot::protobuf::LoRaMessage_ControlSurfaces * jaiabot::protobuf::LoRaMessage::mutable_control ( )
inline

Definition at line 993 of file feather.pb.h.

◆ mutable_data()

std::string * jaiabot::protobuf::LoRaMessage::mutable_data ( )
inline

Definition at line 770 of file feather.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet* jaiabot::protobuf::LoRaMessage::mutable_unknown_fields ( )
inline

Definition at line 297 of file feather.pb.h.

◆ New() [1/2]

LoRaMessage* jaiabot::protobuf::LoRaMessage::New ( ) const
inlinefinal

Definition at line 319 of file feather.pb.h.

◆ New() [2/2]

LoRaMessage* jaiabot::protobuf::LoRaMessage::New ( ::google::protobuf::Arena *  arena) const
inlinefinal

Definition at line 323 of file feather.pb.h.

◆ operator=()

LoRaMessage& jaiabot::protobuf::LoRaMessage::operator= ( const LoRaMessage from)
inline

Definition at line 275 of file feather.pb.h.

◆ release_control()

jaiabot::protobuf::LoRaMessage_ControlSurfaces * jaiabot::protobuf::LoRaMessage::release_control ( )
inline

Definition at line 986 of file feather.pb.h.

◆ release_data()

std::string * jaiabot::protobuf::LoRaMessage::release_data ( )
inline

Definition at line 775 of file feather.pb.h.

◆ rssi()

google::protobuf::int32 jaiabot::protobuf::LoRaMessage::rssi ( ) const
inline

Definition at line 880 of file feather.pb.h.

◆ SerializeWithCachedSizes()

void jaiabot::protobuf::LoRaMessage::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
final

◆ set_allocated_control()

void jaiabot::protobuf::LoRaMessage::set_allocated_control ( ::jaiabot::protobuf::LoRaMessage_ControlSurfaces control)
inline

Definition at line 1002 of file feather.pb.h.

◆ set_allocated_data()

void jaiabot::protobuf::LoRaMessage::set_allocated_data ( ::std::string *  data)
inline

Definition at line 783 of file feather.pb.h.

◆ set_data() [1/3]

void jaiabot::protobuf::LoRaMessage::set_data ( const ::std::string &  value)
inline

Definition at line 745 of file feather.pb.h.

◆ set_data() [2/3]

void jaiabot::protobuf::LoRaMessage::set_data ( const char *  value)
inline

Definition at line 758 of file feather.pb.h.

◆ set_data() [3/3]

void jaiabot::protobuf::LoRaMessage::set_data ( const void *  value,
size_t  size 
)
inline

Definition at line 764 of file feather.pb.h.

◆ set_dest()

void jaiabot::protobuf::LoRaMessage::set_dest ( ::google::protobuf::int32  value)
inline

Definition at line 721 of file feather.pb.h.

◆ set_flags()

void jaiabot::protobuf::LoRaMessage::set_flags ( ::google::protobuf::int32  value)
inline

Definition at line 860 of file feather.pb.h.

◆ set_id()

void jaiabot::protobuf::LoRaMessage::set_id ( ::google::protobuf::int32  value)
inline

Definition at line 836 of file feather.pb.h.

◆ set_modem_config()

void jaiabot::protobuf::LoRaMessage::set_modem_config ( ::jaiabot::protobuf::LoRaMessage_ModemConfigChoice  value)
inline

Definition at line 932 of file feather.pb.h.

◆ set_rssi()

void jaiabot::protobuf::LoRaMessage::set_rssi ( ::google::protobuf::int32  value)
inline

Definition at line 884 of file feather.pb.h.

◆ set_src()

void jaiabot::protobuf::LoRaMessage::set_src ( ::google::protobuf::int32  value)
inline

Definition at line 697 of file feather.pb.h.

◆ set_transmit_successful()

void jaiabot::protobuf::LoRaMessage::set_transmit_successful ( bool  value)
inline

Definition at line 908 of file feather.pb.h.

◆ set_tx_power()

void jaiabot::protobuf::LoRaMessage::set_tx_power ( ::google::protobuf::int32  value)
inline

Definition at line 957 of file feather.pb.h.

◆ set_type()

void jaiabot::protobuf::LoRaMessage::set_type ( ::jaiabot::protobuf::LoRaMessage_MessageType  value)
inline

Definition at line 811 of file feather.pb.h.

◆ src()

google::protobuf::int32 jaiabot::protobuf::LoRaMessage::src ( ) const
inline

Definition at line 693 of file feather.pb.h.

◆ Swap()

void jaiabot::protobuf::LoRaMessage::Swap ( LoRaMessage other)

◆ transmit_successful()

bool jaiabot::protobuf::LoRaMessage::transmit_successful ( ) const
inline

Definition at line 904 of file feather.pb.h.

◆ tx_power()

google::protobuf::int32 jaiabot::protobuf::LoRaMessage::tx_power ( ) const
inline

Definition at line 953 of file feather.pb.h.

◆ type()

jaiabot::protobuf::LoRaMessage_MessageType jaiabot::protobuf::LoRaMessage::type ( ) const
inline

Definition at line 807 of file feather.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet& jaiabot::protobuf::LoRaMessage::unknown_fields ( ) const
inline

Definition at line 294 of file feather.pb.h.

Friends And Related Function Documentation

◆ ::protobuf_jaiabot_2fmessages_2ffeather_2eproto::TableStruct

Definition at line 566 of file feather.pb.h.

◆ swap

void swap ( LoRaMessage a,
LoRaMessage b 
)
friend

Definition at line 313 of file feather.pb.h.

Member Data Documentation

◆ Bw125Cr45Sf128

const ModemConfigChoice jaiabot::protobuf::LoRaMessage::Bw125Cr45Sf128
static
Initial value:

Definition at line 401 of file feather.pb.h.

◆ Bw125Cr45Sf2048

const ModemConfigChoice jaiabot::protobuf::LoRaMessage::Bw125Cr45Sf2048
static
Initial value:

Definition at line 409 of file feather.pb.h.

◆ Bw125Cr48Sf4096

const ModemConfigChoice jaiabot::protobuf::LoRaMessage::Bw125Cr48Sf4096
static
Initial value:

Definition at line 407 of file feather.pb.h.

◆ Bw31_25Cr48Sf512

const ModemConfigChoice jaiabot::protobuf::LoRaMessage::Bw31_25Cr48Sf512
static
Initial value:

Definition at line 405 of file feather.pb.h.

◆ Bw500Cr45Sf128

const ModemConfigChoice jaiabot::protobuf::LoRaMessage::Bw500Cr45Sf128
static
Initial value:

Definition at line 403 of file feather.pb.h.

◆ DEBUG_MESSAGE

const MessageType jaiabot::protobuf::LoRaMessage::DEBUG_MESSAGE
static
Initial value:

Definition at line 377 of file feather.pb.h.

◆ FEATHER_READY

const MessageType jaiabot::protobuf::LoRaMessage::FEATHER_READY
static
Initial value:

Definition at line 371 of file feather.pb.h.

◆ kControlFieldNumber

const int jaiabot::protobuf::LoRaMessage::kControlFieldNumber = 30
static

Definition at line 452 of file feather.pb.h.

◆ kDataFieldNumber

const int jaiabot::protobuf::LoRaMessage::kDataFieldNumber = 3
static

Definition at line 437 of file feather.pb.h.

◆ kDestFieldNumber

const int jaiabot::protobuf::LoRaMessage::kDestFieldNumber = 2
static

Definition at line 471 of file feather.pb.h.

◆ kFlagsFieldNumber

const int jaiabot::protobuf::LoRaMessage::kFlagsFieldNumber = 6
static

Definition at line 485 of file feather.pb.h.

◆ kIdFieldNumber

const int jaiabot::protobuf::LoRaMessage::kIdFieldNumber = 5
static

Definition at line 478 of file feather.pb.h.

◆ kIndexInFileMessages

constexpr int jaiabot::protobuf::LoRaMessage::kIndexInFileMessages
staticconstexpr
Initial value:
=
1

Definition at line 309 of file feather.pb.h.

◆ kModemConfigFieldNumber

const int jaiabot::protobuf::LoRaMessage::kModemConfigFieldNumber = 20
static

Definition at line 520 of file feather.pb.h.

◆ kRssiFieldNumber

const int jaiabot::protobuf::LoRaMessage::kRssiFieldNumber = 7
static

Definition at line 492 of file feather.pb.h.

◆ kSrcFieldNumber

const int jaiabot::protobuf::LoRaMessage::kSrcFieldNumber = 1
static

Definition at line 464 of file feather.pb.h.

◆ kTransmitSuccessfulFieldNumber

const int jaiabot::protobuf::LoRaMessage::kTransmitSuccessfulFieldNumber = 10
static

Definition at line 499 of file feather.pb.h.

◆ kTxPowerFieldNumber

const int jaiabot::protobuf::LoRaMessage::kTxPowerFieldNumber = 21
static

Definition at line 506 of file feather.pb.h.

◆ kTypeFieldNumber

const int jaiabot::protobuf::LoRaMessage::kTypeFieldNumber = 4
static

Definition at line 513 of file feather.pb.h.

◆ LORA_DATA

const MessageType jaiabot::protobuf::LoRaMessage::LORA_DATA
static
Initial value:

Definition at line 363 of file feather.pb.h.

◆ LOW_CONTROL

const MessageType jaiabot::protobuf::LoRaMessage::LOW_CONTROL
static
Initial value:

Definition at line 375 of file feather.pb.h.

◆ MessageType_ARRAYSIZE

const int jaiabot::protobuf::LoRaMessage::MessageType_ARRAYSIZE
static
Initial value:

Definition at line 386 of file feather.pb.h.

◆ MessageType_MAX

const MessageType jaiabot::protobuf::LoRaMessage::MessageType_MAX
static
Initial value:

Definition at line 384 of file feather.pb.h.

◆ MessageType_MIN

const MessageType jaiabot::protobuf::LoRaMessage::MessageType_MIN
static
Initial value:

Definition at line 382 of file feather.pb.h.

◆ ModemConfigChoice_ARRAYSIZE

const int jaiabot::protobuf::LoRaMessage::ModemConfigChoice_ARRAYSIZE
static
Initial value:

Definition at line 418 of file feather.pb.h.

◆ ModemConfigChoice_MAX

const ModemConfigChoice jaiabot::protobuf::LoRaMessage::ModemConfigChoice_MAX
static
Initial value:

Definition at line 416 of file feather.pb.h.

◆ ModemConfigChoice_MIN

const ModemConfigChoice jaiabot::protobuf::LoRaMessage::ModemConfigChoice_MIN
static
Initial value:

Definition at line 414 of file feather.pb.h.

◆ PARAMETERS_ACCEPTED

const MessageType jaiabot::protobuf::LoRaMessage::PARAMETERS_ACCEPTED
static
Initial value:

Definition at line 367 of file feather.pb.h.

◆ PARAMETERS_REJECTED

const MessageType jaiabot::protobuf::LoRaMessage::PARAMETERS_REJECTED
static
Initial value:

Definition at line 369 of file feather.pb.h.

◆ SET_PARAMETERS

const MessageType jaiabot::protobuf::LoRaMessage::SET_PARAMETERS
static
Initial value:

Definition at line 365 of file feather.pb.h.

◆ TRANSMIT_RESULT

const MessageType jaiabot::protobuf::LoRaMessage::TRANSMIT_RESULT
static
Initial value:

Definition at line 373 of file feather.pb.h.


The documentation for this class was generated from the following file:
jaiabot::protobuf::LoRaMessage_MessageType_LORA_DATA
@ LoRaMessage_MessageType_LORA_DATA
Definition: feather.pb.h:73
jaiabot::protobuf::LoRaMessage_MessageType_FEATHER_READY
@ LoRaMessage_MessageType_FEATHER_READY
Definition: feather.pb.h:77
jaiabot::protobuf::LoRaMessage_MessageType_MessageType_ARRAYSIZE
const int LoRaMessage_MessageType_MessageType_ARRAYSIZE
Definition: feather.pb.h:85
jaiabot::protobuf::LoRaMessage_ModemConfigChoice_ModemConfigChoice_MIN
const LoRaMessage_ModemConfigChoice LoRaMessage_ModemConfigChoice_ModemConfigChoice_MIN
Definition: feather.pb.h:105
jaiabot::protobuf::LoRaMessage_ModemConfigChoice_ModemConfigChoice_ARRAYSIZE
const int LoRaMessage_ModemConfigChoice_ModemConfigChoice_ARRAYSIZE
Definition: feather.pb.h:107
jaiabot::protobuf::LoRaMessage_MessageType_DEBUG_MESSAGE
@ LoRaMessage_MessageType_DEBUG_MESSAGE
Definition: feather.pb.h:80
jaiabot::protobuf::LoRaMessage_ModemConfigChoice_Bw31_25Cr48Sf512
@ LoRaMessage_ModemConfigChoice_Bw31_25Cr48Sf512
Definition: feather.pb.h:100
jaiabot::protobuf::LoRaMessage_ModemConfigChoice_Bw125Cr45Sf2048
@ LoRaMessage_ModemConfigChoice_Bw125Cr45Sf2048
Definition: feather.pb.h:102
jaiabot::protobuf::LoRaMessage_MessageType_TRANSMIT_RESULT
@ LoRaMessage_MessageType_TRANSMIT_RESULT
Definition: feather.pb.h:78
jaiabot::protobuf::LoRaMessage_MessageType_MessageType_MIN
const LoRaMessage_MessageType LoRaMessage_MessageType_MessageType_MIN
Definition: feather.pb.h:83
jaiabot::protobuf::LoRaMessage_ModemConfigChoice_ModemConfigChoice_MAX
const LoRaMessage_ModemConfigChoice LoRaMessage_ModemConfigChoice_ModemConfigChoice_MAX
Definition: feather.pb.h:106
jaiabot::protobuf::LoRaMessage_MessageType_PARAMETERS_REJECTED
@ LoRaMessage_MessageType_PARAMETERS_REJECTED
Definition: feather.pb.h:76
jaiabot::protobuf::LoRaMessage_MessageType_SET_PARAMETERS
@ LoRaMessage_MessageType_SET_PARAMETERS
Definition: feather.pb.h:74
jaiabot::protobuf::LoRaMessage_MessageType_LOW_CONTROL
@ LoRaMessage_MessageType_LOW_CONTROL
Definition: feather.pb.h:79
jaiabot::protobuf::LoRaMessage_MessageType_MessageType_MAX
const LoRaMessage_MessageType LoRaMessage_MessageType_MessageType_MAX
Definition: feather.pb.h:84
jaiabot::protobuf::LoRaMessage_ModemConfigChoice_Bw125Cr48Sf4096
@ LoRaMessage_ModemConfigChoice_Bw125Cr48Sf4096
Definition: feather.pb.h:101
jaiabot::protobuf::LoRaMessage_ModemConfigChoice_Bw125Cr45Sf128
@ LoRaMessage_ModemConfigChoice_Bw125Cr45Sf128
Definition: feather.pb.h:98
jaiabot::protobuf::LoRaMessage_ModemConfigChoice_Bw500Cr45Sf128
@ LoRaMessage_ModemConfigChoice_Bw500Cr45Sf128
Definition: feather.pb.h:99
jaiabot::protobuf::LoRaMessage_MessageType_PARAMETERS_ACCEPTED
@ LoRaMessage_MessageType_PARAMETERS_ACCEPTED
Definition: feather.pb.h:75