Goby3  3.1.4
2024.02.22
goby::acomms::popoto::protobuf::Transmission Class Reference

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

Inheritance diagram for goby::acomms::popoto::protobuf::Transmission:
google::protobuf::Message google::protobuf::MessageLite

Public Member Functions

 Transmission ()
 
virtual ~Transmission ()
 
 Transmission (const Transmission &from)
 
Transmissionoperator= (const Transmission &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (Transmission *other)
 
TransmissionNew () const final
 
TransmissionNew (::google::protobuf::Arena *arena) const final
 
void CopyFrom (const ::google::protobuf::Message &from) final
 
void MergeFrom (const ::google::protobuf::Message &from) final
 
void CopyFrom (const Transmission &from)
 
void MergeFrom (const Transmission &from)
 
void Clear () final
 
bool IsInitialized () const final
 
size_t ByteSizeLong () const final
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) final
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const final
 
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *target) const final
 
int GetCachedSize () const final
 
::google::protobuf::Metadata GetMetadata () const final
 
bool has_file_location () const
 
void clear_file_location ()
 
const ::std::string & file_location () const
 
void set_file_location (const ::std::string &value)
 
void set_file_location (const char *value)
 
void set_file_location (const char *value, size_t size)
 
::std::string * mutable_file_location ()
 
::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
 
::goby::acomms::popoto::protobuf::RangingReplyrelease_ranging_reply ()
 
::goby::acomms::popoto::protobuf::RangingReplymutable_ranging_reply ()
 
void set_allocated_ranging_reply (::goby::acomms::popoto::protobuf::RangingReply *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)
 
- Public Member Functions inherited from google::protobuf::Message
 Message ()
 
virtual ~Message ()
 
virtual void CopyFrom (const Message &from)
 
virtual void MergeFrom (const Message &from)
 
void CheckInitialized () const
 
void FindInitializationErrors (std::vector< string > *errors) const
 
string InitializationErrorString () const
 
virtual void DiscardUnknownFields ()
 
virtual size_t SpaceUsedLong () const
 
int SpaceUsed () const
 
string DebugString () const
 
string ShortDebugString () const
 
string Utf8DebugString () const
 
void PrintDebugString () const
 
bool ParseFromFileDescriptor (int file_descriptor)
 
bool ParsePartialFromFileDescriptor (int file_descriptor)
 
bool ParseFromIstream (std::istream *input)
 
bool ParsePartialFromIstream (std::istream *input)
 
bool SerializeToFileDescriptor (int file_descriptor) const
 
bool SerializePartialToFileDescriptor (int file_descriptor) const
 
bool SerializeToOstream (std::ostream *output) const
 
bool SerializePartialToOstream (std::ostream *output) const
 
virtual string GetTypeName () const
 
virtual void CheckTypeAndMergeFrom (const MessageLite &other)
 
virtual bool MergePartialFromCodedStream (io::CodedInputStream *input)
 
virtual void SerializeWithCachedSizes (io::CodedOutputStream *output) const
 
const Descriptor * GetDescriptor () const
 
virtual const ReflectionGetReflection () const final
 
- Public Member Functions inherited from google::protobuf::MessageLite
 MessageLite ()
 
virtual ~MessageLite ()
 
virtual ::google::protobuf::ArenaGetArena () const
 
virtual void * GetMaybeArenaPointer () const
 
bool ParseFromCodedStream (io::CodedInputStream *input)
 
bool ParsePartialFromCodedStream (io::CodedInputStream *input)
 
bool ParseFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParsePartialFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParseFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParsePartialFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParseFromString (const string &data)
 
bool ParsePartialFromString (const string &data)
 
bool ParseFromArray (const void *data, int size)
 
bool ParsePartialFromArray (const void *data, int size)
 
bool MergeFromCodedStream (io::CodedInputStream *input)
 
bool SerializeToCodedStream (io::CodedOutputStream *output) const
 
bool SerializePartialToCodedStream (io::CodedOutputStream *output) const
 
bool SerializeToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializePartialToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializeToString (string *output) const
 
bool SerializePartialToString (string *output) const
 
bool SerializeToArray (void *data, int size) const
 
bool SerializePartialToArray (void *data, int size) const
 
string SerializeAsString () const
 
string SerializePartialAsString () const
 
bool AppendToString (string *output) const
 
bool AppendPartialToString (string *output) const
 
int ByteSize () const
 
virtual uint8 * SerializeWithCachedSizesToArray (uint8 *target) const
 
virtual uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, uint8 *target) const
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const Transmissiondefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const Transmissioninternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kFileLocationFieldNumber = 4
 
static const int kRangingReplyFieldNumber = 3
 
static const int kTransmitPowerFieldNumber = 5
 
static const int kTypeFieldNumber = 1
 

Friends

struct ::protobuf_goby_2facomms_2fprotobuf_2fpopoto_5fdriver_2eproto::TableStruct
 
void swap (Transmission &a, Transmission &b)
 

Additional Inherited Members

- Public Types inherited from google::protobuf::Message
typedef google::protobuf::Reflection Reflection
 
- Static Protected Member Functions inherited from google::protobuf::MessageLite
template<typename T >
::google::protobuf::internal::RepeatedPtrFieldBase * CastToBase (::google::protobuf::RepeatedPtrField< T > *repeated)
 
template<typename T >
static const ::google::protobuf::internal::RepeatedPtrFieldBase & CastToBase (const ::google::protobuf::RepeatedPtrField< T > &repeated)
 
template<typename T >
static T * CreateMaybeMessage (Arena *arena)
 

Detailed Description

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

Constructor & Destructor Documentation

◆ Transmission() [1/2]

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

◆ ~Transmission()

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

◆ Transmission() [2/2]

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

Member Function Documentation

◆ ByteSizeLong()

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

Reimplemented from google::protobuf::Message.

◆ Clear()

void goby::acomms::popoto::protobuf::Transmission::Clear ( )
finalvirtual

Reimplemented from google::protobuf::Message.

◆ clear_file_location()

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

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

◆ clear_ranging_reply()

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

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

◆ clear_transmit_power()

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

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

◆ clear_type()

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

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

◆ CopyFrom() [1/2]

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

◆ CopyFrom() [2/2]

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

◆ default_instance()

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

◆ descriptor()

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

◆ file_location()

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

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

◆ GetCachedSize()

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

Implements google::protobuf::MessageLite.

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

◆ GetMetadata()

::google::protobuf::Metadata goby::acomms::popoto::protobuf::Transmission::GetMetadata ( ) const
finalvirtual

◆ has_file_location()

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

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

◆ has_ranging_reply()

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

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

◆ has_transmit_power()

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

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

◆ has_type()

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

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

◆ InitAsDefaultInstance()

static void goby::acomms::popoto::protobuf::Transmission::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

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

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

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* goby::acomms::popoto::protobuf::Transmission::InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  target 
) const
final

◆ IsInitialized()

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

Reimplemented from google::protobuf::Message.

◆ MergeFrom() [1/2]

void goby::acomms::popoto::protobuf::Transmission::MergeFrom ( const ::google::protobuf::Message from)
final

◆ MergeFrom() [2/2]

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

◆ MergePartialFromCodedStream()

bool goby::acomms::popoto::protobuf::Transmission::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
final

◆ mutable_file_location()

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

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

◆ mutable_unknown_fields()

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

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

◆ New() [1/2]

Transmission* goby::acomms::popoto::protobuf::Transmission::New ( ) const
inlinefinalvirtual

Implements google::protobuf::Message.

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

◆ New() [2/2]

Transmission* goby::acomms::popoto::protobuf::Transmission::New ( ::google::protobuf::Arena arena) const
inlinefinalvirtual

Reimplemented from google::protobuf::Message.

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

◆ operator=()

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

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

◆ release_file_location()

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

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

◆ SerializeWithCachedSizes()

void goby::acomms::popoto::protobuf::Transmission::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
final

◆ set_allocated_file_location()

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

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

◆ set_file_location() [1/3]

void goby::acomms::popoto::protobuf::Transmission::set_file_location ( const ::std::string &  value)
inline

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

◆ set_file_location() [2/3]

void goby::acomms::popoto::protobuf::Transmission::set_file_location ( const char value)
inline

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

◆ set_file_location() [3/3]

void goby::acomms::popoto::protobuf::Transmission::set_file_location ( const char value,
size_t  size 
)
inline

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

◆ set_transmit_power()

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

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

◆ Swap()

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

◆ transmit_power()

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

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

◆ type()

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

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

◆ unknown_fields()

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

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

Friends And Related Function Documentation

◆ ::protobuf_goby_2facomms_2fprotobuf_2fpopoto_5fdriver_2eproto::TableStruct

◆ swap

void swap ( Transmission a,
Transmission b 
)
friend

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

Member Data Documentation

◆ kFileLocationFieldNumber

const int goby::acomms::popoto::protobuf::Transmission::kFileLocationFieldNumber = 4
static

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

◆ kIndexInFileMessages

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

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

◆ kRangingReplyFieldNumber

const int goby::acomms::popoto::protobuf::Transmission::kRangingReplyFieldNumber = 3
static

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

◆ kTransmitPowerFieldNumber

const int goby::acomms::popoto::protobuf::Transmission::kTransmitPowerFieldNumber = 5
static

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

◆ kTypeFieldNumber

const int goby::acomms::popoto::protobuf::Transmission::kTypeFieldNumber = 1
static

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


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