JaiaBot  1.20.0
JaiaBot micro-AUV software
pressure_temperature.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 <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/temperature/celsius.hpp>
#include <boost/units/systems/si.hpp>
#include <boost/units/base_units/metric/bar.hpp>
#include <pb.h>
Include dependency graph for pressure_temperature.pb.h:

Go to the source code of this file.

Classes

struct  TableStruct_jaiabot_2fmessages_2fsensor_2fpressure_5ftemperature_2eproto
 
class  jaiabot::protobuf::PROTOBUF_FINAL
 
struct  is_proto_enum< ::jaiabot::protobuf::PressureSensorType >
 
struct  _jaiabot_protobuf_PressureAdjustedData
 
struct  _jaiabot_protobuf_PressureTemperatureData
 

Namespaces

 internal
 
 jaiabot
 
 jaiabot::protobuf
 

Macros

#define PROTOBUF_INTERNAL_EXPORT_jaiabot_2fmessages_2fsensor_2fpressure_5ftemperature_2eproto
 
#define _jaiabot_protobuf_PressureSensorType_MIN   jaiabot_protobuf_PressureSensorType_BAR02
 
#define _jaiabot_protobuf_PressureSensorType_MAX   jaiabot_protobuf_PressureSensorType_BAR30
 
#define _jaiabot_protobuf_PressureSensorType_ARRAYSIZE   ((jaiabot_protobuf_PressureSensorType)(jaiabot_protobuf_PressureSensorType_BAR30+1))
 
#define jaiabot_protobuf_PressureTemperatureData_init_default   {0, false, 0, _jaiabot_protobuf_PressureSensorType_MIN}
 
#define jaiabot_protobuf_PressureAdjustedData_init_default   {0, false, 0, false, 0, false, 0}
 
#define jaiabot_protobuf_PressureTemperatureData_init_zero   {0, false, 0, _jaiabot_protobuf_PressureSensorType_MIN}
 
#define jaiabot_protobuf_PressureAdjustedData_init_zero   {0, false, 0, false, 0, false, 0}
 
#define jaiabot_protobuf_PressureAdjustedData_pressure_raw_tag   1
 
#define jaiabot_protobuf_PressureAdjustedData_pressure_adjusted_tag   2
 
#define jaiabot_protobuf_PressureAdjustedData_pressure_raw_before_dive_tag   3
 
#define jaiabot_protobuf_PressureAdjustedData_calculated_depth_tag   11
 
#define jaiabot_protobuf_PressureTemperatureData_pressure_raw_tag   1
 
#define jaiabot_protobuf_PressureTemperatureData_temperature_tag   2
 
#define jaiabot_protobuf_PressureTemperatureData_sensor_type_tag   3
 
#define jaiabot_protobuf_PressureTemperatureData_FIELDLIST(X, a)
 
#define jaiabot_protobuf_PressureTemperatureData_CALLBACK   NULL
 
#define jaiabot_protobuf_PressureTemperatureData_DEFAULT   (const pb_byte_t*)"\x18\x01\x00"
 
#define jaiabot_protobuf_PressureAdjustedData_FIELDLIST(X, a)
 
#define jaiabot_protobuf_PressureAdjustedData_CALLBACK   NULL
 
#define jaiabot_protobuf_PressureAdjustedData_DEFAULT   NULL
 
#define jaiabot_protobuf_PressureTemperatureData_fields   &jaiabot_protobuf_PressureTemperatureData_msg
 
#define jaiabot_protobuf_PressureAdjustedData_fields   &jaiabot_protobuf_PressureAdjustedData_msg
 
#define jaiabot_protobuf_PressureAdjustedData_size   36
 
#define jaiabot_protobuf_PressureTemperatureData_size   20
 

Typedefs

typedef enum _jaiabot_protobuf_PressureSensorType jaiabot_protobuf_PressureSensorType
 
typedef struct _jaiabot_protobuf_PressureAdjustedData jaiabot_protobuf_PressureAdjustedData
 
typedef struct _jaiabot_protobuf_PressureTemperatureData jaiabot_protobuf_PressureTemperatureData
 

Enumerations

enum  jaiabot::protobuf::PressureSensorType : int { jaiabot::protobuf::BAR02 = 1 , jaiabot::protobuf::BAR30 = 2 }
 
enum  _jaiabot_protobuf_PressureSensorType { jaiabot_protobuf_PressureSensorType_BAR02 = 1 , jaiabot_protobuf_PressureSensorType_BAR30 = 2 }
 

Functions

template<>
PROTOBUF_NAMESPACE_OPEN ::jaiabot::protobuf::PressureAdjustedData * Arena::CreateMaybeMessage<::jaiabot::protobuf::PressureAdjustedData > (Arena *)
 
template<>
::jaiabot::protobuf::PressureTemperatureData * Arena::CreateMaybeMessage<::jaiabot::protobuf::PressureTemperatureData > (Arena *)
 
bool jaiabot::protobuf::PressureSensorType_IsValid (int value)
 
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * jaiabot::protobuf::PressureSensorType_descriptor ()
 
template<typename T >
const std::string & jaiabot::protobuf::PressureSensorType_Name (T enum_t_value)
 
bool jaiabot::protobuf::PressureSensorType_Parse (const std::string &name, PressureSensorType *value)
 
template<>
const EnumDescriptor * GetEnumDescriptor< ::jaiabot::protobuf::PressureSensorType > ()
 

Variables

const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_jaiabot_2fmessages_2fsensor_2fpressure_5ftemperature_2eproto
 
PressureAdjustedDataDefaultTypeInternal jaiabot::protobuf::_PressureAdjustedData_default_instance_
 
PressureTemperatureDataDefaultTypeInternal jaiabot::protobuf::_PressureTemperatureData_default_instance_
 
constexpr PressureSensorType jaiabot::protobuf::PressureSensorType_MIN = BAR02
 
constexpr PressureSensorType jaiabot::protobuf::PressureSensorType_MAX = BAR30
 
constexpr int jaiabot::protobuf::PressureSensorType_ARRAYSIZE = PressureSensorType_MAX + 1
 
const pb_msgdesc_t jaiabot_protobuf_PressureTemperatureData_msg
 
const pb_msgdesc_t jaiabot_protobuf_PressureAdjustedData_msg
 

Macro Definition Documentation

◆ _jaiabot_protobuf_PressureSensorType_ARRAYSIZE

#define _jaiabot_protobuf_PressureSensorType_ARRAYSIZE   ((jaiabot_protobuf_PressureSensorType)(jaiabot_protobuf_PressureSensorType_BAR30+1))

Definition at line 41 of file pressure_temperature.pb.h.

◆ _jaiabot_protobuf_PressureSensorType_MAX

#define _jaiabot_protobuf_PressureSensorType_MAX   jaiabot_protobuf_PressureSensorType_BAR30

Definition at line 40 of file pressure_temperature.pb.h.

◆ _jaiabot_protobuf_PressureSensorType_MIN

#define _jaiabot_protobuf_PressureSensorType_MIN   jaiabot_protobuf_PressureSensorType_BAR02

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

◆ jaiabot_protobuf_PressureAdjustedData_calculated_depth_tag

#define jaiabot_protobuf_PressureAdjustedData_calculated_depth_tag   11

Definition at line 58 of file pressure_temperature.pb.h.

◆ jaiabot_protobuf_PressureAdjustedData_CALLBACK

#define jaiabot_protobuf_PressureAdjustedData_CALLBACK   NULL

Definition at line 76 of file pressure_temperature.pb.h.

◆ jaiabot_protobuf_PressureAdjustedData_DEFAULT

#define jaiabot_protobuf_PressureAdjustedData_DEFAULT   NULL

Definition at line 77 of file pressure_temperature.pb.h.

◆ jaiabot_protobuf_PressureAdjustedData_FIELDLIST

#define jaiabot_protobuf_PressureAdjustedData_FIELDLIST (   X,
 
)
Value:
X(a, STATIC, REQUIRED, DOUBLE, pressure_raw, 1) \
X(a, STATIC, OPTIONAL, DOUBLE, pressure_adjusted, 2) \
X(a, STATIC, OPTIONAL, DOUBLE, pressure_raw_before_dive, 3) \
X(a, STATIC, OPTIONAL, DOUBLE, calculated_depth, 11)
constexpr goby::middleware::Group pressure_adjusted
Definition: groups.h:44

Definition at line 71 of file pressure_temperature.pb.h.

◆ jaiabot_protobuf_PressureAdjustedData_fields

#define jaiabot_protobuf_PressureAdjustedData_fields   &jaiabot_protobuf_PressureAdjustedData_msg

Definition at line 84 of file pressure_temperature.pb.h.

◆ jaiabot_protobuf_PressureAdjustedData_init_default

#define jaiabot_protobuf_PressureAdjustedData_init_default   {0, false, 0, false, 0, false, 0}

Definition at line 50 of file pressure_temperature.pb.h.

◆ jaiabot_protobuf_PressureAdjustedData_init_zero

#define jaiabot_protobuf_PressureAdjustedData_init_zero   {0, false, 0, false, 0, false, 0}

Definition at line 52 of file pressure_temperature.pb.h.

◆ jaiabot_protobuf_PressureAdjustedData_pressure_adjusted_tag

#define jaiabot_protobuf_PressureAdjustedData_pressure_adjusted_tag   2

Definition at line 56 of file pressure_temperature.pb.h.

◆ jaiabot_protobuf_PressureAdjustedData_pressure_raw_before_dive_tag

#define jaiabot_protobuf_PressureAdjustedData_pressure_raw_before_dive_tag   3

Definition at line 57 of file pressure_temperature.pb.h.

◆ jaiabot_protobuf_PressureAdjustedData_pressure_raw_tag

#define jaiabot_protobuf_PressureAdjustedData_pressure_raw_tag   1

Definition at line 55 of file pressure_temperature.pb.h.

◆ jaiabot_protobuf_PressureAdjustedData_size

#define jaiabot_protobuf_PressureAdjustedData_size   36

Definition at line 87 of file pressure_temperature.pb.h.

◆ jaiabot_protobuf_PressureTemperatureData_CALLBACK

#define jaiabot_protobuf_PressureTemperatureData_CALLBACK   NULL

Definition at line 68 of file pressure_temperature.pb.h.

◆ jaiabot_protobuf_PressureTemperatureData_DEFAULT

#define jaiabot_protobuf_PressureTemperatureData_DEFAULT   (const pb_byte_t*)"\x18\x01\x00"

Definition at line 69 of file pressure_temperature.pb.h.

◆ jaiabot_protobuf_PressureTemperatureData_FIELDLIST

#define jaiabot_protobuf_PressureTemperatureData_FIELDLIST (   X,
 
)
Value:
X(a, STATIC, REQUIRED, DOUBLE, pressure_raw, 1) \
X(a, STATIC, OPTIONAL, DOUBLE, temperature, 2) \
X(a, STATIC, REQUIRED, UENUM, sensor_type, 3)

Definition at line 64 of file pressure_temperature.pb.h.

◆ jaiabot_protobuf_PressureTemperatureData_fields

#define jaiabot_protobuf_PressureTemperatureData_fields   &jaiabot_protobuf_PressureTemperatureData_msg

Definition at line 83 of file pressure_temperature.pb.h.

◆ jaiabot_protobuf_PressureTemperatureData_init_default

#define jaiabot_protobuf_PressureTemperatureData_init_default   {0, false, 0, _jaiabot_protobuf_PressureSensorType_MIN}

Definition at line 49 of file pressure_temperature.pb.h.

◆ jaiabot_protobuf_PressureTemperatureData_init_zero

#define jaiabot_protobuf_PressureTemperatureData_init_zero   {0, false, 0, _jaiabot_protobuf_PressureSensorType_MIN}

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

◆ jaiabot_protobuf_PressureTemperatureData_pressure_raw_tag

#define jaiabot_protobuf_PressureTemperatureData_pressure_raw_tag   1

Definition at line 59 of file pressure_temperature.pb.h.

◆ jaiabot_protobuf_PressureTemperatureData_sensor_type_tag

#define jaiabot_protobuf_PressureTemperatureData_sensor_type_tag   3

Definition at line 61 of file pressure_temperature.pb.h.

◆ jaiabot_protobuf_PressureTemperatureData_size

#define jaiabot_protobuf_PressureTemperatureData_size   20

Definition at line 88 of file pressure_temperature.pb.h.

◆ jaiabot_protobuf_PressureTemperatureData_temperature_tag

#define jaiabot_protobuf_PressureTemperatureData_temperature_tag   2

Definition at line 60 of file pressure_temperature.pb.h.

◆ PROTOBUF_INTERNAL_EXPORT_jaiabot_2fmessages_2fsensor_2fpressure_5ftemperature_2eproto

#define PROTOBUF_INTERNAL_EXPORT_jaiabot_2fmessages_2fsensor_2fpressure_5ftemperature_2eproto

Definition at line 49 of file pressure_temperature.pb.h.

Typedef Documentation

◆ jaiabot_protobuf_PressureAdjustedData

◆ jaiabot_protobuf_PressureSensorType

◆ jaiabot_protobuf_PressureTemperatureData

Enumeration Type Documentation

◆ _jaiabot_protobuf_PressureSensorType

Enumerator
jaiabot_protobuf_PressureSensorType_BAR02 
jaiabot_protobuf_PressureSensorType_BAR30 

Definition at line 14 of file pressure_temperature.pb.h.

Function Documentation

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

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

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

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

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

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

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

Variable Documentation

◆ descriptor_table_jaiabot_2fmessages_2fsensor_2fpressure_5ftemperature_2eproto

const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_jaiabot_2fmessages_2fsensor_2fpressure_5ftemperature_2eproto
extern

◆ jaiabot_protobuf_PressureAdjustedData_msg

const pb_msgdesc_t jaiabot_protobuf_PressureAdjustedData_msg
extern

◆ jaiabot_protobuf_PressureTemperatureData_msg

const pb_msgdesc_t jaiabot_protobuf_PressureTemperatureData_msg
extern