Goby3 3.5.1
2026.06.04
Loading...
Searching...
No Matches
goby::test::middleware::protobuf::CTDSample Class Referencefinal

#include <goby/test/middleware/log/test.pb.h>

Inheritance diagram for goby::test::middleware::protobuf::CTDSample:

Public Types

enum  : int { kSalinityFieldNumber = 1 , kTemperatureFieldNumber = 2 , kDepthFieldNumber = 3 }
enum  DCCLParameters { DCCL_ID = 127 , DCCL_MAX_BYTES = 32 }

Public Member Functions

 CTDSample ()
 ~CTDSample () override
PROTOBUF_CONSTEXPR CTDSample (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 CTDSample (const CTDSample &from)
 CTDSample (CTDSample &&from) noexcept
CTDSampleoperator= (const CTDSample &from)
CTDSampleoperator= (CTDSample &&from) noexcept
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
void Swap (CTDSample *other)
void UnsafeArenaSwap (CTDSample *other)
CTDSampleNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
void CopyFrom (const CTDSample &from)
void MergeFrom (const CTDSample &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_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)

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 CTDSampledefault_instance ()
static const CTDSampleinternal_default_instance ()

Static Public Attributes

static constexpr int kIndexInFileMessages
static const ClassData _class_data_

Protected Member Functions

 CTDSample (::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_goby_2ftest_2fmiddleware_2flog_2ftest_2eproto
void swap (CTDSample &a, CTDSample &b)

Detailed Description

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kSalinityFieldNumber 
kTemperatureFieldNumber 
kDepthFieldNumber 

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

◆ DCCLParameters

Enumerator
DCCL_ID 
DCCL_MAX_BYTES 

Definition at line 248 of file test.pb.h.

Constructor & Destructor Documentation

◆ CTDSample() [1/5]

goby::test::middleware::protobuf::CTDSample::CTDSample ( )
inline

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

◆ ~CTDSample()

goby::test::middleware::protobuf::CTDSample::~CTDSample ( )
override

◆ CTDSample() [2/5]

PROTOBUF_CONSTEXPR goby::test::middleware::protobuf::CTDSample::CTDSample ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized )
explicit

◆ CTDSample() [3/5]

goby::test::middleware::protobuf::CTDSample::CTDSample ( const CTDSample & from)

◆ CTDSample() [4/5]

goby::test::middleware::protobuf::CTDSample::CTDSample ( CTDSample && from)
inlinenoexcept

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

◆ CTDSample() [5/5]

goby::test::middleware::protobuf::CTDSample::CTDSample ( ::PROTOBUF_NAMESPACE_ID::Arena * arena,
bool is_message_owned = false )
explicitprotected

Member Function Documentation

◆ _InternalParse()

const char * goby::test::middleware::protobuf::CTDSample::_InternalParse ( const char * ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext * ctx )
final

◆ _InternalSerialize()

uint8_t * goby::test::middleware::protobuf::CTDSample::_InternalSerialize ( uint8_t * target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream * stream ) const
final

◆ ByteSizeLong()

size_t goby::test::middleware::protobuf::CTDSample::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::test::middleware::protobuf::CTDSample::Clear ( )
final

◆ clear_depth()

void goby::test::middleware::protobuf::CTDSample::clear_depth ( )
inline

Definition at line 501 of file test.pb.h.

◆ clear_salinity()

void goby::test::middleware::protobuf::CTDSample::clear_salinity ( )
inline

Definition at line 445 of file test.pb.h.

◆ clear_temperature()

void goby::test::middleware::protobuf::CTDSample::clear_temperature ( )
inline

Definition at line 473 of file test.pb.h.

◆ CopyFrom()

void goby::test::middleware::protobuf::CTDSample::CopyFrom ( const CTDSample & from)

◆ default_instance()

const CTDSample & goby::test::middleware::protobuf::CTDSample::default_instance ( )
inlinestatic

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

◆ depth()

double goby::test::middleware::protobuf::CTDSample::depth ( ) const
inline

Definition at line 508 of file test.pb.h.

◆ descriptor()

const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::test::middleware::protobuf::CTDSample::descriptor ( )
inlinestatic

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

◆ GetCachedSize()

int goby::test::middleware::protobuf::CTDSample::GetCachedSize ( ) const
inlinefinal

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

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * goby::test::middleware::protobuf::CTDSample::GetClassData ( ) const
final

◆ GetDescriptor()

const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::test::middleware::protobuf::CTDSample::GetDescriptor ( )
inlinestatic

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

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata goby::test::middleware::protobuf::CTDSample::GetMetadata ( ) const
final

◆ GetReflection()

const ::PROTOBUF_NAMESPACE_ID::Reflection * goby::test::middleware::protobuf::CTDSample::GetReflection ( )
inlinestatic

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

◆ has_depth()

bool goby::test::middleware::protobuf::CTDSample::has_depth ( ) const
inline

Definition at line 498 of file test.pb.h.

◆ has_salinity()

bool goby::test::middleware::protobuf::CTDSample::has_salinity ( ) const
inline

Definition at line 442 of file test.pb.h.

◆ has_temperature()

bool goby::test::middleware::protobuf::CTDSample::has_temperature ( ) const
inline

Definition at line 470 of file test.pb.h.

◆ internal_default_instance()

const CTDSample * goby::test::middleware::protobuf::CTDSample::internal_default_instance ( )
inlinestatic

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

◆ IsInitialized()

bool goby::test::middleware::protobuf::CTDSample::IsInitialized ( ) const
final

◆ MergeFrom()

void goby::test::middleware::protobuf::CTDSample::MergeFrom ( const CTDSample & from)
inline

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

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * goby::test::middleware::protobuf::CTDSample::mutable_unknown_fields ( )
inline

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

◆ New()

CTDSample * goby::test::middleware::protobuf::CTDSample::New ( ::PROTOBUF_NAMESPACE_ID::Arena * arena = nullptr) const
inlinefinal

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

◆ operator=() [1/2]

CTDSample & goby::test::middleware::protobuf::CTDSample::operator= ( const CTDSample & from)
inline

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

◆ operator=() [2/2]

CTDSample & goby::test::middleware::protobuf::CTDSample::operator= ( CTDSample && from)
inlinenoexcept

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

◆ salinity()

double goby::test::middleware::protobuf::CTDSample::salinity ( ) const
inline

Definition at line 452 of file test.pb.h.

◆ set_depth()

void goby::test::middleware::protobuf::CTDSample::set_depth ( double value)
inline

Definition at line 516 of file test.pb.h.

◆ set_salinity()

void goby::test::middleware::protobuf::CTDSample::set_salinity ( double value)
inline

Definition at line 460 of file test.pb.h.

◆ set_temperature()

void goby::test::middleware::protobuf::CTDSample::set_temperature ( double value)
inline

Definition at line 488 of file test.pb.h.

◆ Swap()

void goby::test::middleware::protobuf::CTDSample::Swap ( CTDSample * other)
inline

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

◆ temperature()

double goby::test::middleware::protobuf::CTDSample::temperature ( ) const
inline

Definition at line 480 of file test.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & goby::test::middleware::protobuf::CTDSample::unknown_fields ( ) const
inline

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

◆ UnsafeArenaSwap()

void goby::test::middleware::protobuf::CTDSample::UnsafeArenaSwap ( CTDSample * other)
inline

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

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

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

Definition at line 253 of file test.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

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

◆ ::TableStruct_goby_2ftest_2fmiddleware_2flog_2ftest_2eproto

friend struct ::TableStruct_goby_2ftest_2fmiddleware_2flog_2ftest_2eproto
friend

Definition at line 264 of file test.pb.h.

◆ swap

void swap ( CTDSample & a,
CTDSample & b )
friend

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

Member Data Documentation

◆ _class_data_

const ClassData goby::test::middleware::protobuf::CTDSample::_class_data_
static

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

◆ _impl_

Impl_ goby::test::middleware::protobuf::CTDSample::_impl_

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

◆ kIndexInFileMessages

int goby::test::middleware::protobuf::CTDSample::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

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


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