JaiaBot  1.19.0
JaiaBot micro-AUV software
feather.pb.h File Reference
#include <limits>
#include <string>
#include <google/protobuf/port_def.inc>
#include <google/protobuf/port_undef.inc>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/arena.h>
#include <google/protobuf/arenastring.h>
#include <google/protobuf/generated_message_table_driven.h>
#include <google/protobuf/generated_message_util.h>
#include <google/protobuf/inlined_string_field.h>
#include <google/protobuf/metadata_lite.h>
#include <google/protobuf/generated_message_reflection.h>
#include <google/protobuf/message.h>
#include <google/protobuf/repeated_field.h>
#include <google/protobuf/extension_set.h>
#include <google/protobuf/generated_enum_reflection.h>
#include <google/protobuf/unknown_field_set.h>
#include <boost/units/quantity.hpp>
#include <boost/units/absolute.hpp>
#include <boost/units/dimensionless_type.hpp>
#include <boost/units/make_scaled_unit.hpp>
Include dependency graph for feather.pb.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  TableStruct_jaiabot_2fmessages_2ffeather_2eproto
 
class  jaiabot::protobuf::PROTOBUF_FINAL
 
struct  is_proto_enum< ::jaiabot::protobuf::LoRaMessage_MessageType >
 
struct  is_proto_enum< ::jaiabot::protobuf::LoRaMessage_ModemConfigChoice >
 

Namespaces

 internal
 
 jaiabot
 
 jaiabot::protobuf
 

Macros

#define PROTOBUF_INTERNAL_EXPORT_jaiabot_2fmessages_2ffeather_2eproto
 

Enumerations

enum  jaiabot::protobuf::LoRaMessage_MessageType : int {
  jaiabot::protobuf::LoRaMessage_MessageType_LORA_DATA = 1 , jaiabot::protobuf::LoRaMessage_MessageType_SET_PARAMETERS = 2 , jaiabot::protobuf::LoRaMessage_MessageType_PARAMETERS_ACCEPTED = 3 , jaiabot::protobuf::LoRaMessage_MessageType_PARAMETERS_REJECTED = 4 ,
  jaiabot::protobuf::LoRaMessage_MessageType_FEATHER_READY = 5 , jaiabot::protobuf::LoRaMessage_MessageType_TRANSMIT_RESULT = 6 , jaiabot::protobuf::LoRaMessage_MessageType_LOW_CONTROL = 50 , jaiabot::protobuf::LoRaMessage_MessageType_DEBUG_MESSAGE = 100
}
 
enum  jaiabot::protobuf::LoRaMessage_ModemConfigChoice : int {
  jaiabot::protobuf::LoRaMessage_ModemConfigChoice_Bw125Cr45Sf128 = 1 , jaiabot::protobuf::LoRaMessage_ModemConfigChoice_Bw500Cr45Sf128 = 2 , jaiabot::protobuf::LoRaMessage_ModemConfigChoice_Bw31_25Cr48Sf512 = 3 , jaiabot::protobuf::LoRaMessage_ModemConfigChoice_Bw125Cr48Sf4096 = 4 ,
  jaiabot::protobuf::LoRaMessage_ModemConfigChoice_Bw125Cr45Sf2048 = 5
}
 

Functions

template<>
PROTOBUF_NAMESPACE_OPEN ::jaiabot::protobuf::LoRaMessage * Arena::CreateMaybeMessage<::jaiabot::protobuf::LoRaMessage > (Arena *)
 
template<>
::jaiabot::protobuf::LoRaMessage_ControlSurfaces * Arena::CreateMaybeMessage<::jaiabot::protobuf::LoRaMessage_ControlSurfaces > (Arena *)
 
bool jaiabot::protobuf::LoRaMessage_MessageType_IsValid (int value)
 
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * jaiabot::protobuf::LoRaMessage_MessageType_descriptor ()
 
template<typename T >
const std::string & jaiabot::protobuf::LoRaMessage_MessageType_Name (T enum_t_value)
 
bool jaiabot::protobuf::LoRaMessage_MessageType_Parse (const std::string &name, LoRaMessage_MessageType *value)
 
bool jaiabot::protobuf::LoRaMessage_ModemConfigChoice_IsValid (int value)
 
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * jaiabot::protobuf::LoRaMessage_ModemConfigChoice_descriptor ()
 
template<typename T >
const std::string & jaiabot::protobuf::LoRaMessage_ModemConfigChoice_Name (T enum_t_value)
 
bool jaiabot::protobuf::LoRaMessage_ModemConfigChoice_Parse (const std::string &name, LoRaMessage_ModemConfigChoice *value)
 
template<>
const EnumDescriptor * GetEnumDescriptor< ::jaiabot::protobuf::LoRaMessage_MessageType > ()
 
template<>
const EnumDescriptor * GetEnumDescriptor< ::jaiabot::protobuf::LoRaMessage_ModemConfigChoice > ()
 

Variables

const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_jaiabot_2fmessages_2ffeather_2eproto
 
LoRaMessageDefaultTypeInternal jaiabot::protobuf::_LoRaMessage_default_instance_
 
LoRaMessage_ControlSurfacesDefaultTypeInternal jaiabot::protobuf::_LoRaMessage_ControlSurfaces_default_instance_
 
constexpr LoRaMessage_MessageType jaiabot::protobuf::LoRaMessage_MessageType_MessageType_MIN = LoRaMessage_MessageType_LORA_DATA
 
constexpr LoRaMessage_MessageType jaiabot::protobuf::LoRaMessage_MessageType_MessageType_MAX = LoRaMessage_MessageType_DEBUG_MESSAGE
 
constexpr int jaiabot::protobuf::LoRaMessage_MessageType_MessageType_ARRAYSIZE = LoRaMessage_MessageType_MessageType_MAX + 1
 
constexpr LoRaMessage_ModemConfigChoice jaiabot::protobuf::LoRaMessage_ModemConfigChoice_ModemConfigChoice_MIN = LoRaMessage_ModemConfigChoice_Bw125Cr45Sf128
 
constexpr LoRaMessage_ModemConfigChoice jaiabot::protobuf::LoRaMessage_ModemConfigChoice_ModemConfigChoice_MAX = LoRaMessage_ModemConfigChoice_Bw125Cr45Sf2048
 
constexpr int jaiabot::protobuf::LoRaMessage_ModemConfigChoice_ModemConfigChoice_ARRAYSIZE = LoRaMessage_ModemConfigChoice_ModemConfigChoice_MAX + 1
 

Macro Definition Documentation

◆ PROTOBUF_INTERNAL_EXPORT_jaiabot_2fmessages_2ffeather_2eproto

#define PROTOBUF_INTERNAL_EXPORT_jaiabot_2fmessages_2ffeather_2eproto

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

Function Documentation

◆ Arena::CreateMaybeMessage<::jaiabot::protobuf::LoRaMessage >()

template<>
PROTOBUF_NAMESPACE_OPEN ::jaiabot::protobuf::LoRaMessage* Arena::CreateMaybeMessage<::jaiabot::protobuf::LoRaMessage > ( Arena *  )

◆ Arena::CreateMaybeMessage<::jaiabot::protobuf::LoRaMessage_ControlSurfaces >()

template<>
::jaiabot::protobuf::LoRaMessage_ControlSurfaces* Arena::CreateMaybeMessage<::jaiabot::protobuf::LoRaMessage_ControlSurfaces > ( Arena *  )

◆ GetEnumDescriptor< ::jaiabot::protobuf::LoRaMessage_MessageType >()

template<>
const EnumDescriptor* GetEnumDescriptor< ::jaiabot::protobuf::LoRaMessage_MessageType > ( )
inline

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

◆ GetEnumDescriptor< ::jaiabot::protobuf::LoRaMessage_ModemConfigChoice >()

template<>
const EnumDescriptor* GetEnumDescriptor< ::jaiabot::protobuf::LoRaMessage_ModemConfigChoice > ( )
inline

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

Variable Documentation

◆ descriptor_table_jaiabot_2fmessages_2ffeather_2eproto

const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_jaiabot_2fmessages_2ffeather_2eproto
extern