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

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

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

Public Types

enum  : int { kFileLocationFieldNumber = 4 , kRangingReplyFieldNumber = 3 , kTransmitPowerFieldNumber = 5 , 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_file_location () const
 
void clear_file_location ()
 
const std::string & file_location () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_file_location (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_file_location ()
 
PROTOBUF_NODISCARD std::string * release_file_location ()
 
void set_allocated_file_location (std::string *file_location)
 
bool has_ranging_reply () const
 
void clear_ranging_reply ()
 
const ::goby::acomms::popoto::protobuf::RangingReplyranging_reply () const
 
PROTOBUF_NODISCARD::goby::acomms::popoto::protobuf::RangingReply * release_ranging_reply ()
 
::goby::acomms::popoto::protobuf::RangingReplymutable_ranging_reply ()
 
void set_allocated_ranging_reply (::goby::acomms::popoto::protobuf::RangingReply *ranging_reply)
 
void unsafe_arena_set_allocated_ranging_reply (::goby::acomms::popoto::protobuf::RangingReply *ranging_reply)
 
::goby::acomms::popoto::protobuf::RangingReplyunsafe_arena_release_ranging_reply ()
 
bool has_transmit_power () const
 
void clear_transmit_power ()
 
double transmit_power () const
 
void set_transmit_power (double value)
 
bool has_type () const
 
void clear_type ()
 
::goby::acomms::popoto::protobuf::TransmissionType type () const
 
void set_type (::goby::acomms::popoto::protobuf::TransmissionType value)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_file_location (ArgT0 &&arg0, ArgT... args)
 

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

Detailed Description

Definition at line 707 of file popoto_driver.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kFileLocationFieldNumber 
kRangingReplyFieldNumber 
kTransmitPowerFieldNumber 
kTypeFieldNumber 

Definition at line 834 of file popoto_driver.pb.h.

Constructor & Destructor Documentation

◆ Transmission() [1/5]

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

Definition at line 710 of file popoto_driver.pb.h.

◆ ~Transmission()

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

◆ Transmission() [2/5]

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

◆ Transmission() [3/5]

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

◆ Transmission() [4/5]

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

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

◆ Transmission() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ ByteSizeLong()

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

◆ Clear()

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

◆ clear_file_location()

void goby::acomms::popoto::protobuf::Transmission::clear_file_location ( )
inline

Definition at line 1426 of file popoto_driver.pb.h.

◆ clear_ranging_reply()

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

Definition at line 1337 of file popoto_driver.pb.h.

◆ clear_transmit_power()

void goby::acomms::popoto::protobuf::Transmission::clear_transmit_power ( )
inline

Definition at line 1494 of file popoto_driver.pb.h.

◆ clear_type()

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

Definition at line 1307 of file popoto_driver.pb.h.

◆ CopyFrom()

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

◆ default_instance()

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

Definition at line 754 of file popoto_driver.pb.h.

◆ descriptor()

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

Definition at line 745 of file popoto_driver.pb.h.

◆ file_location()

const std::string & goby::acomms::popoto::protobuf::Transmission::file_location ( ) const
inline

Definition at line 1430 of file popoto_driver.pb.h.

◆ GetCachedSize()

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

Definition at line 807 of file popoto_driver.pb.h.

◆ GetClassData()

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

◆ GetDescriptor()

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

Definition at line 748 of file popoto_driver.pb.h.

◆ GetMetadata()

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

◆ GetReflection()

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

Definition at line 751 of file popoto_driver.pb.h.

◆ has_file_location()

bool goby::acomms::popoto::protobuf::Transmission::has_file_location ( ) const
inline

Definition at line 1423 of file popoto_driver.pb.h.

◆ has_ranging_reply()

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

Definition at line 1334 of file popoto_driver.pb.h.

◆ has_transmit_power()

bool goby::acomms::popoto::protobuf::Transmission::has_transmit_power ( ) const
inline

Definition at line 1491 of file popoto_driver.pb.h.

◆ has_type()

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

Definition at line 1304 of file popoto_driver.pb.h.

◆ internal_default_instance()

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

Definition at line 757 of file popoto_driver.pb.h.

◆ IsInitialized()

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

◆ MergeFrom()

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

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

◆ mutable_file_location()

std::string * goby::acomms::popoto::protobuf::Transmission::mutable_file_location ( )
inline

Definition at line 1441 of file popoto_driver.pb.h.

◆ mutable_ranging_reply()

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

Definition at line 1393 of file popoto_driver.pb.h.

◆ mutable_unknown_fields()

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

Definition at line 741 of file popoto_driver.pb.h.

◆ New()

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

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

◆ operator=() [1/2]

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

Definition at line 720 of file popoto_driver.pb.h.

◆ operator=() [2/2]

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

Definition at line 724 of file popoto_driver.pb.h.

◆ ranging_reply()

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

Definition at line 1346 of file popoto_driver.pb.h.

◆ release_file_location()

std::string * goby::acomms::popoto::protobuf::Transmission::release_file_location ( )
inline

Definition at line 1457 of file popoto_driver.pb.h.

◆ release_ranging_reply()

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

Definition at line 1363 of file popoto_driver.pb.h.

◆ set_allocated_file_location()

void goby::acomms::popoto::protobuf::Transmission::set_allocated_file_location ( std::string *  file_location)
inline

Definition at line 1471 of file popoto_driver.pb.h.

◆ set_allocated_ranging_reply()

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

Definition at line 1398 of file popoto_driver.pb.h.

◆ set_file_location() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void goby::acomms::popoto::protobuf::Transmission::set_file_location ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_file_location() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void goby::acomms::popoto::protobuf::Transmission::set_file_location ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

Definition at line 1436 of file popoto_driver.pb.h.

◆ set_transmit_power()

void goby::acomms::popoto::protobuf::Transmission::set_transmit_power ( double  value)
inline

Definition at line 1509 of file popoto_driver.pb.h.

◆ set_type()

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

Definition at line 1323 of file popoto_driver.pb.h.

◆ Swap()

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

Definition at line 767 of file popoto_driver.pb.h.

◆ transmit_power()

double goby::acomms::popoto::protobuf::Transmission::transmit_power ( ) const
inline

Definition at line 1501 of file popoto_driver.pb.h.

◆ type()

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

Definition at line 1314 of file popoto_driver.pb.h.

◆ unknown_fields()

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

Definition at line 738 of file popoto_driver.pb.h.

◆ unsafe_arena_release_ranging_reply()

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

Definition at line 1378 of file popoto_driver.pb.h.

◆ unsafe_arena_set_allocated_ranging_reply()

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

Definition at line 1350 of file popoto_driver.pb.h.

◆ UnsafeArenaSwap()

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

Definition at line 780 of file popoto_driver.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 906 of file popoto_driver.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 816 of file popoto_driver.pb.h.

◆ ::TableStruct_goby_2facomms_2fprotobuf_2fpopoto_5fdriver_2eproto

◆ swap

void swap ( Transmission a,
Transmission b 
)
friend

Definition at line 764 of file popoto_driver.pb.h.

Member Data Documentation

◆ _class_data_

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

Definition at line 825 of file popoto_driver.pb.h.

◆ _impl_

Impl_ goby::acomms::popoto::protobuf::Transmission::_impl_

Definition at line 917 of file popoto_driver.pb.h.

◆ kIndexInFileMessages

constexpr int goby::acomms::popoto::protobuf::Transmission::kIndexInFileMessages
staticconstexpr
Initial value:
=
3

Definition at line 761 of file popoto_driver.pb.h.


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