Goby3 3.2.3
2025.05.13
Loading...
Searching...
No Matches
goby::acomms::benthos::protobuf::Transmission Class Referencefinal

#include <goby/acomms/protobuf/benthos_atm900.pb.h>

Inheritance diagram for goby::acomms::benthos::protobuf::Transmission:

Public Types

enum  : int { kReceiveStatFieldNumber = 2 , kRangingReplyFieldNumber = 3 , kTypeFieldNumber = 1 }
 

Public Member Functions

 Transmission ()
 
 ~Transmission () override
 
PROTOBUF_CONSTEXPR Transmission (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 Transmission (const Transmission &from)
 
 Transmission (Transmission &&from) noexcept
 
Transmissionoperator= (const Transmission &from)
 
Transmissionoperator= (Transmission &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (Transmission *other)
 
void UnsafeArenaSwap (Transmission *other)
 
TransmissionNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const Transmission &from)
 
void MergeFrom (const Transmission &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_receive_stat () const
 
void clear_receive_stat ()
 
const ::goby::acomms::benthos::protobuf::ReceiveStatisticsreceive_stat () const
 
PROTOBUF_NODISCARD::goby::acomms::benthos::protobuf::ReceiveStatistics * release_receive_stat ()
 
::goby::acomms::benthos::protobuf::ReceiveStatisticsmutable_receive_stat ()
 
void set_allocated_receive_stat (::goby::acomms::benthos::protobuf::ReceiveStatistics *receive_stat)
 
void unsafe_arena_set_allocated_receive_stat (::goby::acomms::benthos::protobuf::ReceiveStatistics *receive_stat)
 
::goby::acomms::benthos::protobuf::ReceiveStatisticsunsafe_arena_release_receive_stat ()
 
bool has_ranging_reply () const
 
void clear_ranging_reply ()
 
const ::goby::acomms::benthos::protobuf::RangingReplyranging_reply () const
 
PROTOBUF_NODISCARD::goby::acomms::benthos::protobuf::RangingReply * release_ranging_reply ()
 
::goby::acomms::benthos::protobuf::RangingReplymutable_ranging_reply ()
 
void set_allocated_ranging_reply (::goby::acomms::benthos::protobuf::RangingReply *ranging_reply)
 
void unsafe_arena_set_allocated_ranging_reply (::goby::acomms::benthos::protobuf::RangingReply *ranging_reply)
 
::goby::acomms::benthos::protobuf::RangingReplyunsafe_arena_release_ranging_reply ()
 
bool has_type () const
 
void clear_type ()
 
::goby::acomms::benthos::protobuf::TransmissionType type () const
 
void set_type (::goby::acomms::benthos::protobuf::TransmissionType 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 Transmissiondefault_instance ()
 
static const Transmissioninternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

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

Detailed Description

Definition at line 1046 of file benthos_atm900.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kReceiveStatFieldNumber 
kRangingReplyFieldNumber 
kTypeFieldNumber 

Definition at line 1173 of file benthos_atm900.pb.h.

Constructor & Destructor Documentation

◆ Transmission() [1/5]

goby::acomms::benthos::protobuf::Transmission::Transmission ( )
inline

Definition at line 1049 of file benthos_atm900.pb.h.

◆ ~Transmission()

goby::acomms::benthos::protobuf::Transmission::~Transmission ( )
override

◆ Transmission() [2/5]

PROTOBUF_CONSTEXPR goby::acomms::benthos::protobuf::Transmission::Transmission ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ Transmission() [3/5]

goby::acomms::benthos::protobuf::Transmission::Transmission ( const Transmission from)

◆ Transmission() [4/5]

goby::acomms::benthos::protobuf::Transmission::Transmission ( Transmission &&  from)
inlinenoexcept

Definition at line 1054 of file benthos_atm900.pb.h.

◆ Transmission() [5/5]

goby::acomms::benthos::protobuf::Transmission::Transmission ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena,
bool  is_message_owned = false 
)
explicitprotected

Member Function Documentation

◆ _InternalParse()

const char * goby::acomms::benthos::protobuf::Transmission::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalSerialize()

uint8_t * goby::acomms::benthos::protobuf::Transmission::_InternalSerialize ( uint8_t *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ ByteSizeLong()

size_t goby::acomms::benthos::protobuf::Transmission::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::acomms::benthos::protobuf::Transmission::Clear ( )
final

◆ clear_ranging_reply()

void goby::acomms::benthos::protobuf::Transmission::clear_ranging_reply ( )
inline

Definition at line 1935 of file benthos_atm900.pb.h.

◆ clear_receive_stat()

void goby::acomms::benthos::protobuf::Transmission::clear_receive_stat ( )
inline

Definition at line 1845 of file benthos_atm900.pb.h.

◆ clear_type()

void goby::acomms::benthos::protobuf::Transmission::clear_type ( )
inline

Definition at line 1815 of file benthos_atm900.pb.h.

◆ CopyFrom()

void goby::acomms::benthos::protobuf::Transmission::CopyFrom ( const Transmission from)

◆ default_instance()

static const Transmission & goby::acomms::benthos::protobuf::Transmission::default_instance ( )
inlinestatic

Definition at line 1093 of file benthos_atm900.pb.h.

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::acomms::benthos::protobuf::Transmission::descriptor ( )
inlinestatic

Definition at line 1084 of file benthos_atm900.pb.h.

◆ GetCachedSize()

int goby::acomms::benthos::protobuf::Transmission::GetCachedSize ( ) const
inlinefinal

Definition at line 1146 of file benthos_atm900.pb.h.

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * goby::acomms::benthos::protobuf::Transmission::GetClassData ( ) const
final

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::acomms::benthos::protobuf::Transmission::GetDescriptor ( )
inlinestatic

Definition at line 1087 of file benthos_atm900.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata goby::acomms::benthos::protobuf::Transmission::GetMetadata ( ) const
final

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection * goby::acomms::benthos::protobuf::Transmission::GetReflection ( )
inlinestatic

Definition at line 1090 of file benthos_atm900.pb.h.

◆ has_ranging_reply()

bool goby::acomms::benthos::protobuf::Transmission::has_ranging_reply ( ) const
inline

Definition at line 1932 of file benthos_atm900.pb.h.

◆ has_receive_stat()

bool goby::acomms::benthos::protobuf::Transmission::has_receive_stat ( ) const
inline

Definition at line 1842 of file benthos_atm900.pb.h.

◆ has_type()

bool goby::acomms::benthos::protobuf::Transmission::has_type ( ) const
inline

Definition at line 1812 of file benthos_atm900.pb.h.

◆ internal_default_instance()

static const Transmission * goby::acomms::benthos::protobuf::Transmission::internal_default_instance ( )
inlinestatic

Definition at line 1096 of file benthos_atm900.pb.h.

◆ IsInitialized()

bool goby::acomms::benthos::protobuf::Transmission::IsInitialized ( ) const
final

◆ MergeFrom()

void goby::acomms::benthos::protobuf::Transmission::MergeFrom ( const Transmission from)
inline

Definition at line 1133 of file benthos_atm900.pb.h.

◆ mutable_ranging_reply()

goby::acomms::benthos::protobuf::RangingReply * goby::acomms::benthos::protobuf::Transmission::mutable_ranging_reply ( )
inline

Definition at line 1991 of file benthos_atm900.pb.h.

◆ mutable_receive_stat()

goby::acomms::benthos::protobuf::ReceiveStatistics * goby::acomms::benthos::protobuf::Transmission::mutable_receive_stat ( )
inline

Definition at line 1901 of file benthos_atm900.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * goby::acomms::benthos::protobuf::Transmission::mutable_unknown_fields ( )
inline

Definition at line 1080 of file benthos_atm900.pb.h.

◆ New()

Transmission * goby::acomms::benthos::protobuf::Transmission::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

Definition at line 1127 of file benthos_atm900.pb.h.

◆ operator=() [1/2]

Transmission & goby::acomms::benthos::protobuf::Transmission::operator= ( const Transmission from)
inline

Definition at line 1059 of file benthos_atm900.pb.h.

◆ operator=() [2/2]

Transmission & goby::acomms::benthos::protobuf::Transmission::operator= ( Transmission &&  from)
inlinenoexcept

Definition at line 1063 of file benthos_atm900.pb.h.

◆ ranging_reply()

const ::goby::acomms::benthos::protobuf::RangingReply & goby::acomms::benthos::protobuf::Transmission::ranging_reply ( ) const
inline

Definition at line 1944 of file benthos_atm900.pb.h.

◆ receive_stat()

const ::goby::acomms::benthos::protobuf::ReceiveStatistics & goby::acomms::benthos::protobuf::Transmission::receive_stat ( ) const
inline

Definition at line 1854 of file benthos_atm900.pb.h.

◆ release_ranging_reply()

goby::acomms::benthos::protobuf::RangingReply * goby::acomms::benthos::protobuf::Transmission::release_ranging_reply ( )
inline

Definition at line 1961 of file benthos_atm900.pb.h.

◆ release_receive_stat()

goby::acomms::benthos::protobuf::ReceiveStatistics * goby::acomms::benthos::protobuf::Transmission::release_receive_stat ( )
inline

Definition at line 1871 of file benthos_atm900.pb.h.

◆ set_allocated_ranging_reply()

void goby::acomms::benthos::protobuf::Transmission::set_allocated_ranging_reply ( ::goby::acomms::benthos::protobuf::RangingReply ranging_reply)
inline

Definition at line 1996 of file benthos_atm900.pb.h.

◆ set_allocated_receive_stat()

void goby::acomms::benthos::protobuf::Transmission::set_allocated_receive_stat ( ::goby::acomms::benthos::protobuf::ReceiveStatistics receive_stat)
inline

Definition at line 1906 of file benthos_atm900.pb.h.

◆ set_type()

void goby::acomms::benthos::protobuf::Transmission::set_type ( ::goby::acomms::benthos::protobuf::TransmissionType  value)
inline

Definition at line 1831 of file benthos_atm900.pb.h.

◆ Swap()

void goby::acomms::benthos::protobuf::Transmission::Swap ( Transmission other)
inline

Definition at line 1106 of file benthos_atm900.pb.h.

◆ type()

goby::acomms::benthos::protobuf::TransmissionType goby::acomms::benthos::protobuf::Transmission::type ( ) const
inline

Definition at line 1822 of file benthos_atm900.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & goby::acomms::benthos::protobuf::Transmission::unknown_fields ( ) const
inline

Definition at line 1077 of file benthos_atm900.pb.h.

◆ unsafe_arena_release_ranging_reply()

goby::acomms::benthos::protobuf::RangingReply * goby::acomms::benthos::protobuf::Transmission::unsafe_arena_release_ranging_reply ( )
inline

Definition at line 1976 of file benthos_atm900.pb.h.

◆ unsafe_arena_release_receive_stat()

goby::acomms::benthos::protobuf::ReceiveStatistics * goby::acomms::benthos::protobuf::Transmission::unsafe_arena_release_receive_stat ( )
inline

Definition at line 1886 of file benthos_atm900.pb.h.

◆ unsafe_arena_set_allocated_ranging_reply()

void goby::acomms::benthos::protobuf::Transmission::unsafe_arena_set_allocated_ranging_reply ( ::goby::acomms::benthos::protobuf::RangingReply ranging_reply)
inline

Definition at line 1948 of file benthos_atm900.pb.h.

◆ unsafe_arena_set_allocated_receive_stat()

void goby::acomms::benthos::protobuf::Transmission::unsafe_arena_set_allocated_receive_stat ( ::goby::acomms::benthos::protobuf::ReceiveStatistics receive_stat)
inline

Definition at line 1858 of file benthos_atm900.pb.h.

◆ UnsafeArenaSwap()

void goby::acomms::benthos::protobuf::Transmission::UnsafeArenaSwap ( Transmission other)
inline

Definition at line 1119 of file benthos_atm900.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 1231 of file benthos_atm900.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 1155 of file benthos_atm900.pb.h.

◆ ::TableStruct_goby_2facomms_2fprotobuf_2fbenthos_5fatm900_2eproto

◆ swap

void swap ( Transmission a,
Transmission b 
)
friend

Definition at line 1103 of file benthos_atm900.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData goby::acomms::benthos::protobuf::Transmission::_class_data_
static

Definition at line 1164 of file benthos_atm900.pb.h.

◆ _impl_

Impl_ goby::acomms::benthos::protobuf::Transmission::_impl_

Definition at line 1241 of file benthos_atm900.pb.h.

◆ kIndexInFileMessages

constexpr int goby::acomms::benthos::protobuf::Transmission::kIndexInFileMessages
staticconstexpr
Initial value:
=
4

Definition at line 1100 of file benthos_atm900.pb.h.


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