Goby3 3.5.1
2026.06.04
Loading...
Searching...
No Matches
goby::test::zeromq::protobuf::TempSample Class Referencefinal

#include <goby/test/zeromq/middleware_basic/test.pb.h>

Inheritance diagram for goby::test::zeromq::protobuf::TempSample:

Public Types

enum  : int { kTemperatureFieldNumber = 1 }

Public Member Functions

 TempSample ()
 ~TempSample () override
PROTOBUF_CONSTEXPR TempSample (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 TempSample (const TempSample &from)
 TempSample (TempSample &&from) noexcept
TempSampleoperator= (const TempSample &from)
TempSampleoperator= (TempSample &&from) noexcept
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
void Swap (TempSample *other)
void UnsafeArenaSwap (TempSample *other)
TempSampleNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
void CopyFrom (const TempSample &from)
void MergeFrom (const TempSample &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_temperature () const
void clear_temperature ()
double temperature () const
void set_temperature (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 TempSampledefault_instance ()
static const TempSampleinternal_default_instance ()

Static Public Attributes

static constexpr int kIndexInFileMessages
static const ClassData _class_data_

Protected Member Functions

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

Detailed Description

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kTemperatureFieldNumber 

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

Constructor & Destructor Documentation

◆ TempSample() [1/5]

goby::test::zeromq::protobuf::TempSample::TempSample ( )
inline

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

◆ ~TempSample()

goby::test::zeromq::protobuf::TempSample::~TempSample ( )
override

◆ TempSample() [2/5]

PROTOBUF_CONSTEXPR goby::test::zeromq::protobuf::TempSample::TempSample ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized )
explicit

◆ TempSample() [3/5]

goby::test::zeromq::protobuf::TempSample::TempSample ( const TempSample & from)

◆ TempSample() [4/5]

goby::test::zeromq::protobuf::TempSample::TempSample ( TempSample && from)
inlinenoexcept

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

◆ TempSample() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ ByteSizeLong()

size_t goby::test::zeromq::protobuf::TempSample::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::test::zeromq::protobuf::TempSample::Clear ( )
final

◆ clear_temperature()

void goby::test::zeromq::protobuf::TempSample::clear_temperature ( )
inline

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

◆ CopyFrom()

void goby::test::zeromq::protobuf::TempSample::CopyFrom ( const TempSample & from)

◆ default_instance()

const TempSample & goby::test::zeromq::protobuf::TempSample::default_instance ( )
inlinestatic

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

◆ descriptor()

const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::test::zeromq::protobuf::TempSample::descriptor ( )
inlinestatic

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

◆ GetCachedSize()

int goby::test::zeromq::protobuf::TempSample::GetCachedSize ( ) const
inlinefinal

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

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * goby::test::zeromq::protobuf::TempSample::GetClassData ( ) const
final

◆ GetDescriptor()

const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::test::zeromq::protobuf::TempSample::GetDescriptor ( )
inlinestatic

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

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata goby::test::zeromq::protobuf::TempSample::GetMetadata ( ) const
final

◆ GetReflection()

const ::PROTOBUF_NAMESPACE_ID::Reflection * goby::test::zeromq::protobuf::TempSample::GetReflection ( )
inlinestatic

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

◆ has_temperature()

bool goby::test::zeromq::protobuf::TempSample::has_temperature ( ) const
inline

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

◆ internal_default_instance()

const TempSample * goby::test::zeromq::protobuf::TempSample::internal_default_instance ( )
inlinestatic

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

◆ IsInitialized()

bool goby::test::zeromq::protobuf::TempSample::IsInitialized ( ) const
final

◆ MergeFrom()

void goby::test::zeromq::protobuf::TempSample::MergeFrom ( const TempSample & from)
inline

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

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * goby::test::zeromq::protobuf::TempSample::mutable_unknown_fields ( )
inline

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

◆ New()

TempSample * goby::test::zeromq::protobuf::TempSample::New ( ::PROTOBUF_NAMESPACE_ID::Arena * arena = nullptr) const
inlinefinal

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

◆ operator=() [1/2]

TempSample & goby::test::zeromq::protobuf::TempSample::operator= ( const TempSample & from)
inline

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

◆ operator=() [2/2]

TempSample & goby::test::zeromq::protobuf::TempSample::operator= ( TempSample && from)
inlinenoexcept

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

◆ set_temperature()

void goby::test::zeromq::protobuf::TempSample::set_temperature ( double value)
inline

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

◆ Swap()

void goby::test::zeromq::protobuf::TempSample::Swap ( TempSample * other)
inline

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

◆ temperature()

double goby::test::zeromq::protobuf::TempSample::temperature ( ) const
inline

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

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & goby::test::zeromq::protobuf::TempSample::unknown_fields ( ) const
inline

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

◆ UnsafeArenaSwap()

void goby::test::zeromq::protobuf::TempSample::UnsafeArenaSwap ( TempSample * other)
inline

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

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

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

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

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

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

◆ ::TableStruct_goby_2ftest_2fzeromq_2fmiddleware_5fbasic_2ftest_2eproto

friend struct ::TableStruct_goby_2ftest_2fzeromq_2fmiddleware_5fbasic_2ftest_2eproto
friend

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

◆ swap

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

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

Member Data Documentation

◆ _class_data_

const ClassData goby::test::zeromq::protobuf::TempSample::_class_data_
static

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

◆ _impl_

Impl_ goby::test::zeromq::protobuf::TempSample::_impl_

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

◆ kIndexInFileMessages

int goby::test::zeromq::protobuf::TempSample::kIndexInFileMessages
staticconstexpr
Initial value:
=
1

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


The documentation for this class was generated from the following file:
  • goby/test/zeromq/middleware_basic/test.pb.h