JaiaBot  1.19.0
JaiaBot micro-AUV software
engineering.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 "dccl/option_extensions.pb.h"
#include "jaiabot/messages/bounds.pb.h"
#include "jaiabot/messages/echo.pb.h"
#include "jaiabot/messages/mission.pb.h"
#include "jaiabot/messages/link.pb.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 <boost/units/systems/angle/degrees.hpp>
#include <boost/units/systems/si.hpp>
Include dependency graph for engineering.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_2fengineering_2eproto
 
class  jaiabot::protobuf::PROTOBUF_FINAL
 
struct  is_proto_enum< ::jaiabot::protobuf::BotStatusRate >
 

Namespaces

 internal
 
 jaiabot
 
 jaiabot::protobuf
 

Macros

#define PROTOBUF_INTERNAL_EXPORT_jaiabot_2fmessages_2fengineering_2eproto
 

Enumerations

enum  jaiabot::protobuf::BotStatusRate : int {
  jaiabot::protobuf::BotStatusRate_2_Hz = 0 , jaiabot::protobuf::BotStatusRate_1_Hz = 1 , jaiabot::protobuf::BotStatusRate_2_SECONDS = 2 , jaiabot::protobuf::BotStatusRate_5_SECONDS = 3 ,
  jaiabot::protobuf::BotStatusRate_10_SECONDS = 4 , jaiabot::protobuf::BotStatusRate_20_SECONDS = 5 , jaiabot::protobuf::BotStatusRate_40_SECONDS = 6 , jaiabot::protobuf::BotStatusRate_60_SECONDS = 7 ,
  jaiabot::protobuf::BotStatusRate_NO_RF = 8
}
 

Functions

template<>
PROTOBUF_NAMESPACE_OPEN ::jaiabot::protobuf::Echo * Arena::CreateMaybeMessage<::jaiabot::protobuf::Echo > (Arena *)
 
template<>
::jaiabot::protobuf::Engineering * Arena::CreateMaybeMessage<::jaiabot::protobuf::Engineering > (Arena *)
 
template<>
::jaiabot::protobuf::GPSRequirements * Arena::CreateMaybeMessage<::jaiabot::protobuf::GPSRequirements > (Arena *)
 
template<>
::jaiabot::protobuf::IMUCalibration * Arena::CreateMaybeMessage<::jaiabot::protobuf::IMUCalibration > (Arena *)
 
template<>
::jaiabot::protobuf::PIDControl * Arena::CreateMaybeMessage<::jaiabot::protobuf::PIDControl > (Arena *)
 
template<>
::jaiabot::protobuf::PIDControl_PIDSettings * Arena::CreateMaybeMessage<::jaiabot::protobuf::PIDControl_PIDSettings > (Arena *)
 
template<>
::jaiabot::protobuf::RFDisableOptions * Arena::CreateMaybeMessage<::jaiabot::protobuf::RFDisableOptions > (Arena *)
 
bool jaiabot::protobuf::BotStatusRate_IsValid (int value)
 
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * jaiabot::protobuf::BotStatusRate_descriptor ()
 
template<typename T >
const std::string & jaiabot::protobuf::BotStatusRate_Name (T enum_t_value)
 
bool jaiabot::protobuf::BotStatusRate_Parse (const std::string &name, BotStatusRate *value)
 
template<>
const EnumDescriptor * GetEnumDescriptor< ::jaiabot::protobuf::BotStatusRate > ()
 

Variables

const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_jaiabot_2fmessages_2fengineering_2eproto
 
EchoDefaultTypeInternal jaiabot::protobuf::_Echo_default_instance_
 
EngineeringDefaultTypeInternal jaiabot::protobuf::_Engineering_default_instance_
 
GPSRequirementsDefaultTypeInternal jaiabot::protobuf::_GPSRequirements_default_instance_
 
IMUCalibrationDefaultTypeInternal jaiabot::protobuf::_IMUCalibration_default_instance_
 
PIDControlDefaultTypeInternal jaiabot::protobuf::_PIDControl_default_instance_
 
PIDControl_PIDSettingsDefaultTypeInternal jaiabot::protobuf::_PIDControl_PIDSettings_default_instance_
 
RFDisableOptionsDefaultTypeInternal jaiabot::protobuf::_RFDisableOptions_default_instance_
 
constexpr BotStatusRate jaiabot::protobuf::BotStatusRate_MIN = BotStatusRate_2_Hz
 
constexpr BotStatusRate jaiabot::protobuf::BotStatusRate_MAX = BotStatusRate_NO_RF
 
constexpr int jaiabot::protobuf::BotStatusRate_ARRAYSIZE = BotStatusRate_MAX + 1
 

Macro Definition Documentation

◆ PROTOBUF_INTERNAL_EXPORT_jaiabot_2fmessages_2fengineering_2eproto

#define PROTOBUF_INTERNAL_EXPORT_jaiabot_2fmessages_2fengineering_2eproto

Definition at line 51 of file engineering.pb.h.

Function Documentation

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Definition at line 3825 of file engineering.pb.h.

Variable Documentation

◆ descriptor_table_jaiabot_2fmessages_2fengineering_2eproto

const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_jaiabot_2fmessages_2fengineering_2eproto
extern