JaiaBot  1.19.0
JaiaBot micro-AUV software
feather.pb.h File Reference
#include <string>
#include <google/protobuf/stubs/common.h>
#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.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  protobuf_jaiabot_2fmessages_2ffeather_2eproto::TableStruct
 
class  jaiabot::protobuf::LoRaMessage_ControlSurfaces
 
class  jaiabot::protobuf::LoRaMessage
 
struct  google::protobuf::is_proto_enum< ::jaiabot::protobuf::LoRaMessage_MessageType >
 
struct  google::protobuf::is_proto_enum< ::jaiabot::protobuf::LoRaMessage_ModemConfigChoice >
 

Namespaces

 protobuf_jaiabot_2fmessages_2ffeather_2eproto
 
 jaiabot
 
 jaiabot::protobuf
 
 google
 
 google::protobuf
 

Macros

#define PROTOBUF_INTERNAL_EXPORT_protobuf_jaiabot_2fmessages_2ffeather_2eproto
 

Enumerations

enum  jaiabot::protobuf::LoRaMessage_MessageType {
  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 {
  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

void protobuf_jaiabot_2fmessages_2ffeather_2eproto::AddDescriptors ()
 
template<>
::jaiabot::protobuf::LoRaMessagegoogle::protobuf::Arena::CreateMaybeMessage<::jaiabot::protobuf::LoRaMessage > (Arena *)
 
template<>
::jaiabot::protobuf::LoRaMessage_ControlSurfacesgoogle::protobuf::Arena::CreateMaybeMessage<::jaiabot::protobuf::LoRaMessage_ControlSurfaces > (Arena *)
 
bool jaiabot::protobuf::LoRaMessage_MessageType_IsValid (int value)
 
const ::google::protobuf::EnumDescriptor * jaiabot::protobuf::LoRaMessage_MessageType_descriptor ()
 
const ::std::string & jaiabot::protobuf::LoRaMessage_MessageType_Name (LoRaMessage_MessageType value)
 
bool jaiabot::protobuf::LoRaMessage_MessageType_Parse (const ::std::string &name, LoRaMessage_MessageType *value)
 
bool jaiabot::protobuf::LoRaMessage_ModemConfigChoice_IsValid (int value)
 
const ::google::protobuf::EnumDescriptor * jaiabot::protobuf::LoRaMessage_ModemConfigChoice_descriptor ()
 
const ::std::string & jaiabot::protobuf::LoRaMessage_ModemConfigChoice_Name (LoRaMessage_ModemConfigChoice value)
 
bool jaiabot::protobuf::LoRaMessage_ModemConfigChoice_Parse (const ::std::string &name, LoRaMessage_ModemConfigChoice *value)
 
template<>
const EnumDescriptor * google::protobuf::GetEnumDescriptor< ::jaiabot::protobuf::LoRaMessage_MessageType > ()
 
template<>
const EnumDescriptor * google::protobuf::GetEnumDescriptor< ::jaiabot::protobuf::LoRaMessage_ModemConfigChoice > ()
 

Variables

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

Macro Definition Documentation

◆ PROTOBUF_INTERNAL_EXPORT_protobuf_jaiabot_2fmessages_2ffeather_2eproto

#define PROTOBUF_INTERNAL_EXPORT_protobuf_jaiabot_2fmessages_2ffeather_2eproto

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