JaiaBot 2.6.0
JaiaBot micro-AUV software
 
Loading...
Searching...
No Matches
jaiabot::protobuf::CTDSnapshot Class Referencefinal

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

Inheritance diagram for jaiabot::protobuf::CTDSnapshot:
Collaboration diagram for jaiabot::protobuf::CTDSnapshot:

Public Types

enum  : int { kTimeFieldNumber = 1 , kSalinityFieldNumber = 2 , kTemperatureFieldNumber = 3 , kDepthFieldNumber = 4 }
 
enum  DCCLParameters { DCCL_ID = 100 , DCCL_MAX_BYTES = 0 }
 
typedef boost::units::time_dimension time_dimension
 
typedef boost::units::make_scaled_unit< boost::units::unit< time_dimension, boost::units::si::system >, boost::units::scale< 10, boost::units::static_rational<-6 > > >::type time_unit
 
typedef boost::units::dimensionless_type salinity_dimension
 
typedef boost::units::unit< salinity_dimension, boost::units::si::system > salinity_unit
 
typedef boost::units::temperature_dimension temperature_dimension
 
typedef boost::units::absolute< boost::units::unit< temperature_dimension, boost::units::celsius::system > > temperature_unit
 
typedef boost::units::length_dimension depth_dimension
 
typedef boost::units::unit< depth_dimension, boost::units::si::system > depth_unit
 

Public Member Functions

 CTDSnapshot ()
 
 ~CTDSnapshot () override
 
PROTOBUF_CONSTEXPR CTDSnapshot (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 CTDSnapshot (const CTDSnapshot &from)
 
 CTDSnapshot (CTDSnapshot &&from) noexcept
 
CTDSnapshotoperator= (const CTDSnapshot &from)
 
CTDSnapshotoperator= (CTDSnapshot &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (CTDSnapshot *other)
 
void UnsafeArenaSwap (CTDSnapshot *other)
 
CTDSnapshotNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const CTDSnapshot &from)
 
void MergeFrom (const CTDSnapshot &from)
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
bool IsInitialized () const final
 
size_t ByteSizeLong () const final
 
const char * _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
 
uint8_t * _InternalSerialize (uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
 
int GetCachedSize () const final
 
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
bool has_time () const
 
void clear_time ()
 
uint64_t time () const
 
void set_time (uint64_t value)
 
bool has_salinity () const
 
void clear_salinity ()
 
double salinity () const
 
void set_salinity (double value)
 
bool has_temperature () const
 
void clear_temperature ()
 
double temperature () const
 
void set_temperature (double value)
 
bool has_depth () const
 
void clear_depth ()
 
double depth () const
 
void set_depth (double value)
 
template<typename Quantity >
void set_time_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity time_with_units () const
 
boost::units::quantity< time_unit, google::protobuf::uint64 > time_with_units () const
 
template<typename Quantity >
void set_salinity_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity salinity_with_units () const
 
boost::units::quantity< salinity_unit, double > salinity_with_units () const
 
template<typename Quantity >
void set_temperature_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity temperature_with_units () const
 
boost::units::quantity< temperature_unit, double > temperature_with_units () const
 
template<typename Quantity >
void set_depth_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity depth_with_units () const
 
boost::units::quantity< depth_unit, double > depth_with_units () const
 

Static Public Member Functions

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static const CTDSnapshotdefault_instance ()
 
static const CTDSnapshotinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 CTDSnapshot (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
 

Friends

class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
 
template<typename T >
class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
 
struct ::TableStruct_jaiabot_2fmessages_2fctd_2eproto
 
void swap (CTDSnapshot &a, CTDSnapshot &b)
 

Detailed Description

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

Member Typedef Documentation

◆ depth_dimension

typedef boost::units::length_dimension jaiabot::protobuf::CTDSnapshot::depth_dimension

Definition at line 308 of file ctd.pb.h.

◆ depth_unit

typedef boost::units::unit<depth_dimension,boost::units::si::system> jaiabot::protobuf::CTDSnapshot::depth_unit

Definition at line 310 of file ctd.pb.h.

◆ salinity_dimension

typedef boost::units::dimensionless_type jaiabot::protobuf::CTDSnapshot::salinity_dimension

Definition at line 278 of file ctd.pb.h.

◆ salinity_unit

typedef boost::units::unit<salinity_dimension,boost::units::si::system> jaiabot::protobuf::CTDSnapshot::salinity_unit

Definition at line 280 of file ctd.pb.h.

◆ temperature_dimension

typedef boost::units::temperature_dimension jaiabot::protobuf::CTDSnapshot::temperature_dimension

Definition at line 293 of file ctd.pb.h.

◆ temperature_unit

typedef boost::units::absolute<boost::units::unit<temperature_dimension,boost::units::celsius::system> > jaiabot::protobuf::CTDSnapshot::temperature_unit

Definition at line 295 of file ctd.pb.h.

◆ time_dimension

typedef boost::units::time_dimension jaiabot::protobuf::CTDSnapshot::time_dimension

Definition at line 263 of file ctd.pb.h.

◆ time_unit

typedef boost::units::make_scaled_unit<boost::units::unit<time_dimension,boost::units::si::system>,boost::units::scale<10,boost::units::static_rational<-6>>>::type jaiabot::protobuf::CTDSnapshot::time_unit

Definition at line 265 of file ctd.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kTimeFieldNumber 
kSalinityFieldNumber 
kTemperatureFieldNumber 
kDepthFieldNumber 

Definition at line 204 of file ctd.pb.h.

◆ DCCLParameters

Enumerator
DCCL_ID 
DCCL_MAX_BYTES 

Definition at line 262 of file ctd.pb.h.

Constructor & Destructor Documentation

◆ CTDSnapshot() [1/5]

jaiabot::protobuf::CTDSnapshot::CTDSnapshot ( )
inline

Definition at line 80 of file ctd.pb.h.

◆ ~CTDSnapshot()

jaiabot::protobuf::CTDSnapshot::~CTDSnapshot ( )
override

◆ CTDSnapshot() [2/5]

PROTOBUF_CONSTEXPR jaiabot::protobuf::CTDSnapshot::CTDSnapshot ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ CTDSnapshot() [3/5]

jaiabot::protobuf::CTDSnapshot::CTDSnapshot ( const CTDSnapshot from)

◆ CTDSnapshot() [4/5]

jaiabot::protobuf::CTDSnapshot::CTDSnapshot ( CTDSnapshot &&  from)
inlinenoexcept

Definition at line 85 of file ctd.pb.h.

◆ CTDSnapshot() [5/5]

jaiabot::protobuf::CTDSnapshot::CTDSnapshot ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena,
bool  is_message_owned = false 
)
explicitprotected

Member Function Documentation

◆ _InternalParse()

const char * jaiabot::protobuf::CTDSnapshot::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalSerialize()

uint8_t * jaiabot::protobuf::CTDSnapshot::_InternalSerialize ( uint8_t *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ ByteSizeLong()

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

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void jaiabot::protobuf::CTDSnapshot::Clear ( )
final

◆ clear_depth()

void jaiabot::protobuf::CTDSnapshot::clear_depth ( )
inline

Definition at line 645 of file ctd.pb.h.

◆ clear_salinity()

void jaiabot::protobuf::CTDSnapshot::clear_salinity ( )
inline

Definition at line 589 of file ctd.pb.h.

◆ clear_temperature()

void jaiabot::protobuf::CTDSnapshot::clear_temperature ( )
inline

Definition at line 617 of file ctd.pb.h.

◆ clear_time()

void jaiabot::protobuf::CTDSnapshot::clear_time ( )
inline

Definition at line 561 of file ctd.pb.h.

◆ CopyFrom()

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

◆ default_instance()

static const CTDSnapshot & jaiabot::protobuf::CTDSnapshot::default_instance ( )
inlinestatic

Definition at line 124 of file ctd.pb.h.

◆ depth()

double jaiabot::protobuf::CTDSnapshot::depth ( ) const
inline

Definition at line 652 of file ctd.pb.h.

◆ depth_with_units() [1/2]

template<typename Quantity >
Quantity jaiabot::protobuf::CTDSnapshot::depth_with_units ( ) const
inline

Definition at line 317 of file ctd.pb.h.

◆ depth_with_units() [2/2]

boost::units::quantity< depth_unit, double > jaiabot::protobuf::CTDSnapshot::depth_with_units ( ) const
inline

Definition at line 320 of file ctd.pb.h.

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * jaiabot::protobuf::CTDSnapshot::descriptor ( )
inlinestatic

Definition at line 115 of file ctd.pb.h.

◆ GetCachedSize()

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

Definition at line 177 of file ctd.pb.h.

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * jaiabot::protobuf::CTDSnapshot::GetClassData ( ) const
final

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * jaiabot::protobuf::CTDSnapshot::GetDescriptor ( )
inlinestatic

Definition at line 118 of file ctd.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata jaiabot::protobuf::CTDSnapshot::GetMetadata ( ) const
final

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection * jaiabot::protobuf::CTDSnapshot::GetReflection ( )
inlinestatic

Definition at line 121 of file ctd.pb.h.

◆ has_depth()

bool jaiabot::protobuf::CTDSnapshot::has_depth ( ) const
inline

Definition at line 642 of file ctd.pb.h.

◆ has_salinity()

bool jaiabot::protobuf::CTDSnapshot::has_salinity ( ) const
inline

Definition at line 586 of file ctd.pb.h.

◆ has_temperature()

bool jaiabot::protobuf::CTDSnapshot::has_temperature ( ) const
inline

Definition at line 614 of file ctd.pb.h.

◆ has_time()

bool jaiabot::protobuf::CTDSnapshot::has_time ( ) const
inline

Definition at line 558 of file ctd.pb.h.

◆ internal_default_instance()

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

Definition at line 127 of file ctd.pb.h.

◆ IsInitialized()

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

◆ MergeFrom()

void jaiabot::protobuf::CTDSnapshot::MergeFrom ( const CTDSnapshot from)
inline

Definition at line 164 of file ctd.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * jaiabot::protobuf::CTDSnapshot::mutable_unknown_fields ( )
inline

Definition at line 111 of file ctd.pb.h.

◆ New()

CTDSnapshot * jaiabot::protobuf::CTDSnapshot::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

Definition at line 158 of file ctd.pb.h.

◆ operator=() [1/2]

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

Definition at line 90 of file ctd.pb.h.

◆ operator=() [2/2]

CTDSnapshot & jaiabot::protobuf::CTDSnapshot::operator= ( CTDSnapshot &&  from)
inlinenoexcept

Definition at line 94 of file ctd.pb.h.

◆ salinity()

double jaiabot::protobuf::CTDSnapshot::salinity ( ) const
inline

Definition at line 596 of file ctd.pb.h.

◆ salinity_with_units() [1/2]

template<typename Quantity >
Quantity jaiabot::protobuf::CTDSnapshot::salinity_with_units ( ) const
inline

Definition at line 287 of file ctd.pb.h.

◆ salinity_with_units() [2/2]

boost::units::quantity< salinity_unit, double > jaiabot::protobuf::CTDSnapshot::salinity_with_units ( ) const
inline

Definition at line 290 of file ctd.pb.h.

◆ set_depth()

void jaiabot::protobuf::CTDSnapshot::set_depth ( double  value)
inline

Definition at line 660 of file ctd.pb.h.

◆ set_depth_with_units()

template<typename Quantity >
void jaiabot::protobuf::CTDSnapshot::set_depth_with_units ( Quantity  value_w_units)
inline

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

◆ set_salinity()

void jaiabot::protobuf::CTDSnapshot::set_salinity ( double  value)
inline

Definition at line 604 of file ctd.pb.h.

◆ set_salinity_with_units()

template<typename Quantity >
void jaiabot::protobuf::CTDSnapshot::set_salinity_with_units ( Quantity  value_w_units)
inline

Definition at line 283 of file ctd.pb.h.

◆ set_temperature()

void jaiabot::protobuf::CTDSnapshot::set_temperature ( double  value)
inline

Definition at line 632 of file ctd.pb.h.

◆ set_temperature_with_units()

template<typename Quantity >
void jaiabot::protobuf::CTDSnapshot::set_temperature_with_units ( Quantity  value_w_units)
inline

Definition at line 298 of file ctd.pb.h.

◆ set_time()

void jaiabot::protobuf::CTDSnapshot::set_time ( uint64_t  value)
inline

Definition at line 576 of file ctd.pb.h.

◆ set_time_with_units()

template<typename Quantity >
void jaiabot::protobuf::CTDSnapshot::set_time_with_units ( Quantity  value_w_units)
inline

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

◆ Swap()

void jaiabot::protobuf::CTDSnapshot::Swap ( CTDSnapshot other)
inline

Definition at line 137 of file ctd.pb.h.

◆ temperature()

double jaiabot::protobuf::CTDSnapshot::temperature ( ) const
inline

Definition at line 624 of file ctd.pb.h.

◆ temperature_with_units() [1/2]

template<typename Quantity >
Quantity jaiabot::protobuf::CTDSnapshot::temperature_with_units ( ) const
inline

Definition at line 302 of file ctd.pb.h.

◆ temperature_with_units() [2/2]

boost::units::quantity< temperature_unit, double > jaiabot::protobuf::CTDSnapshot::temperature_with_units ( ) const
inline

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

◆ time()

uint64_t jaiabot::protobuf::CTDSnapshot::time ( ) const
inline

Definition at line 568 of file ctd.pb.h.

◆ time_with_units() [1/2]

template<typename Quantity >
Quantity jaiabot::protobuf::CTDSnapshot::time_with_units ( ) const
inline

Definition at line 272 of file ctd.pb.h.

◆ time_with_units() [2/2]

boost::units::quantity< time_unit, google::protobuf::uint64 > jaiabot::protobuf::CTDSnapshot::time_with_units ( ) const
inline

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

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & jaiabot::protobuf::CTDSnapshot::unknown_fields ( ) const
inline

Definition at line 108 of file ctd.pb.h.

◆ UnsafeArenaSwap()

void jaiabot::protobuf::CTDSnapshot::UnsafeArenaSwap ( CTDSnapshot other)
inline

Definition at line 150 of file ctd.pb.h.

Friends And Related Symbol Documentation

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

template<typename T >
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
friend

Definition at line 327 of file ctd.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
friend

Definition at line 186 of file ctd.pb.h.

◆ ::TableStruct_jaiabot_2fmessages_2fctd_2eproto

Definition at line 339 of file ctd.pb.h.

◆ swap

void swap ( CTDSnapshot a,
CTDSnapshot b 
)
friend

Definition at line 134 of file ctd.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData jaiabot::protobuf::CTDSnapshot::_class_data_
static

Definition at line 195 of file ctd.pb.h.

◆ _impl_

Impl_ jaiabot::protobuf::CTDSnapshot::_impl_

Definition at line 338 of file ctd.pb.h.

◆ kIndexInFileMessages

constexpr int jaiabot::protobuf::CTDSnapshot::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 131 of file ctd.pb.h.


The documentation for this class was generated from the following file: