Goby3 3.5.1
2026.06.04
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 551 of file popoto_driver.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kFileLocationFieldNumber 
kRangingReplyFieldNumber 
kTransmitPowerFieldNumber 
kTypeFieldNumber 

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

Constructor & Destructor Documentation

◆ Transmission() [1/5]

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

Definition at line 554 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 559 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 1142 of file popoto_driver.pb.h.

◆ clear_ranging_reply()

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

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

◆ clear_transmit_power()

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

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

◆ clear_type()

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

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

◆ CopyFrom()

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ file_location()

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

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

◆ GetCachedSize()

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

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

◆ GetClassData()

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

◆ GetReflection()

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

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

◆ has_file_location()

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

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

◆ has_ranging_reply()

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

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

◆ has_transmit_power()

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

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

◆ has_type()

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

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

◆ internal_default_instance()

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

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

◆ mutable_file_location()

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

Definition at line 1157 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 1109 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 585 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 632 of file popoto_driver.pb.h.

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ release_file_location()

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

Definition at line 1173 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 1079 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 1187 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 1114 of file popoto_driver.pb.h.

◆ set_file_location() [1/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 1152 of file popoto_driver.pb.h.

◆ set_file_location() [2/2]

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

◆ set_transmit_power()

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

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

◆ Swap()

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

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

◆ transmit_power()

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

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

◆ type()

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

Definition at line 1030 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 582 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 1094 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 1066 of file popoto_driver.pb.h.

◆ UnsafeArenaSwap()

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

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

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

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

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

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

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

◆ ::TableStruct_goby_2facomms_2fprotobuf_2fpopoto_5fdriver_2eproto

friend struct ::TableStruct_goby_2facomms_2fprotobuf_2fpopoto_5fdriver_2eproto
friend

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

◆ swap

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

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

Member Data Documentation

◆ _class_data_

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

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

◆ _impl_

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

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

◆ kIndexInFileMessages

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

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


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