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

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

Inheritance diagram for jaiabot::protobuf::CTDProfile:
Collaboration diagram for jaiabot::protobuf::CTDProfile:

Public Types

enum  : int { kSnapshotFieldNumber = 3 , kLocationFieldNumber = 2 , kBotIdFieldNumber = 1 }
 
enum  DCCLParameters { DCCL_ID = 101 , DCCL_MAX_BYTES = 0 }
 

Public Member Functions

 CTDProfile ()
 
 ~CTDProfile () override
 
PROTOBUF_CONSTEXPR CTDProfile (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 CTDProfile (const CTDProfile &from)
 
 CTDProfile (CTDProfile &&from) noexcept
 
CTDProfileoperator= (const CTDProfile &from)
 
CTDProfileoperator= (CTDProfile &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (CTDProfile *other)
 
void UnsafeArenaSwap (CTDProfile *other)
 
CTDProfileNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const CTDProfile &from)
 
void MergeFrom (const CTDProfile &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
 
int snapshot_size () const
 
void clear_snapshot ()
 
::jaiabot::protobuf::CTDSnapshotmutable_snapshot (int index)
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::jaiabot::protobuf::CTDSnapshot > * mutable_snapshot ()
 
const ::jaiabot::protobuf::CTDSnapshotsnapshot (int index) const
 
::jaiabot::protobuf::CTDSnapshotadd_snapshot ()
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::jaiabot::protobuf::CTDSnapshot > & snapshot () const
 
bool has_location () const
 
void clear_location ()
 
const ::jaiabot::protobuf::GeographicCoordinatelocation () const
 
PROTOBUF_NODISCARD::jaiabot::protobuf::GeographicCoordinate * release_location ()
 
::jaiabot::protobuf::GeographicCoordinatemutable_location ()
 
void set_allocated_location (::jaiabot::protobuf::GeographicCoordinate *location)
 
void unsafe_arena_set_allocated_location (::jaiabot::protobuf::GeographicCoordinate *location)
 
::jaiabot::protobuf::GeographicCoordinateunsafe_arena_release_location ()
 
bool has_bot_id () const
 
void clear_bot_id ()
 
uint32_t bot_id () const
 
void set_bot_id (uint32_t 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 CTDProfiledefault_instance ()
 
static const CTDProfileinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 CTDProfile (::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 (CTDProfile &a, CTDProfile &b)
 

Detailed Description

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kSnapshotFieldNumber 
kLocationFieldNumber 
kBotIdFieldNumber 

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

◆ DCCLParameters

Enumerator
DCCL_ID 
DCCL_MAX_BYTES 

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

Constructor & Destructor Documentation

◆ CTDProfile() [1/5]

jaiabot::protobuf::CTDProfile::CTDProfile ( )
inline

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

◆ ~CTDProfile()

jaiabot::protobuf::CTDProfile::~CTDProfile ( )
override

◆ CTDProfile() [2/5]

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

◆ CTDProfile() [3/5]

jaiabot::protobuf::CTDProfile::CTDProfile ( const CTDProfile from)

◆ CTDProfile() [4/5]

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

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

◆ CTDProfile() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ add_snapshot()

jaiabot::protobuf::CTDSnapshot * jaiabot::protobuf::CTDProfile::add_snapshot ( )
inline

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

◆ bot_id()

uint32_t jaiabot::protobuf::CTDProfile::bot_id ( ) const
inline

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

◆ ByteSizeLong()

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

◆ Clear()

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

◆ clear_bot_id()

void jaiabot::protobuf::CTDProfile::clear_bot_id ( )
inline

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

◆ clear_location()

void jaiabot::protobuf::CTDProfile::clear_location ( )

◆ clear_snapshot()

void jaiabot::protobuf::CTDProfile::clear_snapshot ( )
inline

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

◆ CopyFrom()

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ GetCachedSize()

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

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

◆ GetClassData()

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

◆ GetReflection()

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

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

◆ has_bot_id()

bool jaiabot::protobuf::CTDProfile::has_bot_id ( ) const
inline

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

◆ has_location()

bool jaiabot::protobuf::CTDProfile::has_location ( ) const
inline

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

◆ internal_default_instance()

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

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

◆ IsInitialized()

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

◆ location()

const ::jaiabot::protobuf::GeographicCoordinate & jaiabot::protobuf::CTDProfile::location ( ) const
inline

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

◆ MergeFrom()

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

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

◆ mutable_location()

jaiabot::protobuf::GeographicCoordinate * jaiabot::protobuf::CTDProfile::mutable_location ( )
inline

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

◆ mutable_snapshot() [1/2]

PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::jaiabot::protobuf::CTDSnapshot > * jaiabot::protobuf::CTDProfile::mutable_snapshot ( )
inline

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

◆ mutable_snapshot() [2/2]

jaiabot::protobuf::CTDSnapshot * jaiabot::protobuf::CTDProfile::mutable_snapshot ( int  index)
inline

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ release_location()

jaiabot::protobuf::GeographicCoordinate * jaiabot::protobuf::CTDProfile::release_location ( )
inline

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

◆ set_allocated_location()

void jaiabot::protobuf::CTDProfile::set_allocated_location ( ::jaiabot::protobuf::GeographicCoordinate location)
inline

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

◆ set_bot_id()

void jaiabot::protobuf::CTDProfile::set_bot_id ( uint32_t  value)
inline

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

◆ snapshot() [1/2]

const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::jaiabot::protobuf::CTDSnapshot > & jaiabot::protobuf::CTDProfile::snapshot ( ) const
inline

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

◆ snapshot() [2/2]

const ::jaiabot::protobuf::CTDSnapshot & jaiabot::protobuf::CTDProfile::snapshot ( int  index) const
inline

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

◆ snapshot_size()

int jaiabot::protobuf::CTDProfile::snapshot_size ( ) const
inline

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

◆ Swap()

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

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

◆ unknown_fields()

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

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

◆ unsafe_arena_release_location()

jaiabot::protobuf::GeographicCoordinate * jaiabot::protobuf::CTDProfile::unsafe_arena_release_location ( )
inline

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

◆ unsafe_arena_set_allocated_location()

void jaiabot::protobuf::CTDProfile::unsafe_arena_set_allocated_location ( ::jaiabot::protobuf::GeographicCoordinate location)
inline

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

◆ UnsafeArenaSwap()

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

Definition at line 416 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 529 of file ctd.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

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

◆ ::TableStruct_jaiabot_2fmessages_2fctd_2eproto

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

◆ swap

void swap ( CTDProfile a,
CTDProfile b 
)
friend

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

Member Data Documentation

◆ _class_data_

const ClassData jaiabot::protobuf::CTDProfile::_class_data_
static

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

◆ _impl_

Impl_ jaiabot::protobuf::CTDProfile::_impl_

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

◆ kIndexInFileMessages

constexpr int jaiabot::protobuf::CTDProfile::kIndexInFileMessages
staticconstexpr
Initial value:
=
1

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


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