Goby3 3.5.1
2026.06.04
Loading...
Searching...
No Matches
goby::acomms::micromodem::protobuf::TransmitStatistics Class Referencefinal

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

Inheritance diagram for goby::acomms::micromodem::protobuf::TransmitStatistics:

Public Types

enum  : int {
  kDateFieldNumber = 1 , kTimeFieldNumber = 2 , kProbeLengthFieldNumber = 5 , kBandwidthFieldNumber = 6 ,
  kCarrierFreqFieldNumber = 7 , kRateFieldNumber = 8 , kSourceFieldNumber = 9 , kDestFieldNumber = 10 ,
  kAckRequestedFieldNumber = 11 , kNumberFramesExpectedFieldNumber = 12 , kNumberFramesSentFieldNumber = 13 , kNumberBytesFieldNumber = 15 ,
  kVersionFieldNumber = 100 , kPacketTypeFieldNumber = 14 , kClockModeFieldNumber = 3 , kModeFieldNumber = 4
}

Public Member Functions

 TransmitStatistics ()
 ~TransmitStatistics () override
PROTOBUF_CONSTEXPR TransmitStatistics (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 TransmitStatistics (const TransmitStatistics &from)
 TransmitStatistics (TransmitStatistics &&from) noexcept
TransmitStatisticsoperator= (const TransmitStatistics &from)
TransmitStatisticsoperator= (TransmitStatistics &&from) noexcept
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
void Swap (TransmitStatistics *other)
void UnsafeArenaSwap (TransmitStatistics *other)
TransmitStatisticsNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
void CopyFrom (const TransmitStatistics &from)
void MergeFrom (const TransmitStatistics &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_date () const
void clear_date ()
const std::string & date () const
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_date (ArgT0 &&arg0, ArgT... args)
std::string * mutable_date ()
PROTOBUF_NODISCARD std::string * release_date ()
void set_allocated_date (std::string *date)
bool has_time () const
void clear_time ()
const std::string & time () const
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_time (ArgT0 &&arg0, ArgT... args)
std::string * mutable_time ()
PROTOBUF_NODISCARD std::string * release_time ()
void set_allocated_time (std::string *time)
bool has_probe_length () const
void clear_probe_length ()
int32_t probe_length () const
void set_probe_length (int32_t value)
bool has_bandwidth () const
void clear_bandwidth ()
int32_t bandwidth () const
void set_bandwidth (int32_t value)
bool has_carrier_freq () const
void clear_carrier_freq ()
int32_t carrier_freq () const
void set_carrier_freq (int32_t value)
bool has_rate () const
void clear_rate ()
int32_t rate () const
void set_rate (int32_t value)
bool has_source () const
void clear_source ()
int32_t source () const
void set_source (int32_t value)
bool has_dest () const
void clear_dest ()
int32_t dest () const
void set_dest (int32_t value)
bool has_ack_requested () const
void clear_ack_requested ()
bool ack_requested () const
void set_ack_requested (bool value)
bool has_number_frames_expected () const
void clear_number_frames_expected ()
int32_t number_frames_expected () const
void set_number_frames_expected (int32_t value)
bool has_number_frames_sent () const
void clear_number_frames_sent ()
int32_t number_frames_sent () const
void set_number_frames_sent (int32_t value)
bool has_number_bytes () const
void clear_number_bytes ()
int32_t number_bytes () const
void set_number_bytes (int32_t value)
bool has_version () const
void clear_version ()
int32_t version () const
void set_version (int32_t value)
bool has_packet_type () const
void clear_packet_type ()
::goby::acomms::micromodem::protobuf::PacketType packet_type () const
void set_packet_type (::goby::acomms::micromodem::protobuf::PacketType value)
bool has_clock_mode () const
void clear_clock_mode ()
::goby::acomms::micromodem::protobuf::ClockMode clock_mode () const
void set_clock_mode (::goby::acomms::micromodem::protobuf::ClockMode value)
bool has_mode () const
void clear_mode ()
::goby::acomms::micromodem::protobuf::TransmitMode mode () const
void set_mode (::goby::acomms::micromodem::protobuf::TransmitMode value)
template<typename ArgT0, typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_date (ArgT0 &&arg0, ArgT... args)
template<typename ArgT0, typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_time (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 TransmitStatisticsdefault_instance ()
static const TransmitStatisticsinternal_default_instance ()

Static Public Attributes

static constexpr int kIndexInFileMessages
static const ClassData _class_data_

Protected Member Functions

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

Detailed Description

Definition at line 3124 of file mm_driver.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kDateFieldNumber 
kTimeFieldNumber 
kProbeLengthFieldNumber 
kBandwidthFieldNumber 
kCarrierFreqFieldNumber 
kRateFieldNumber 
kSourceFieldNumber 
kDestFieldNumber 
kAckRequestedFieldNumber 
kNumberFramesExpectedFieldNumber 
kNumberFramesSentFieldNumber 
kNumberBytesFieldNumber 
kVersionFieldNumber 
kPacketTypeFieldNumber 
kClockModeFieldNumber 
kModeFieldNumber 

Definition at line 3251 of file mm_driver.pb.h.

Constructor & Destructor Documentation

◆ TransmitStatistics() [1/5]

goby::acomms::micromodem::protobuf::TransmitStatistics::TransmitStatistics ( )
inline

Definition at line 3127 of file mm_driver.pb.h.

◆ ~TransmitStatistics()

goby::acomms::micromodem::protobuf::TransmitStatistics::~TransmitStatistics ( )
override

◆ TransmitStatistics() [2/5]

PROTOBUF_CONSTEXPR goby::acomms::micromodem::protobuf::TransmitStatistics::TransmitStatistics ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized )
explicit

◆ TransmitStatistics() [3/5]

goby::acomms::micromodem::protobuf::TransmitStatistics::TransmitStatistics ( const TransmitStatistics & from)

◆ TransmitStatistics() [4/5]

goby::acomms::micromodem::protobuf::TransmitStatistics::TransmitStatistics ( TransmitStatistics && from)
inlinenoexcept

Definition at line 3132 of file mm_driver.pb.h.

◆ TransmitStatistics() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ ack_requested()

bool goby::acomms::micromodem::protobuf::TransmitStatistics::ack_requested ( ) const
inline

Definition at line 7980 of file mm_driver.pb.h.

◆ bandwidth()

int32_t goby::acomms::micromodem::protobuf::TransmitStatistics::bandwidth ( ) const
inline

Definition at line 7840 of file mm_driver.pb.h.

◆ ByteSizeLong()

size_t goby::acomms::micromodem::protobuf::TransmitStatistics::ByteSizeLong ( ) const
final

◆ carrier_freq()

int32_t goby::acomms::micromodem::protobuf::TransmitStatistics::carrier_freq ( ) const
inline

Definition at line 7868 of file mm_driver.pb.h.

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::acomms::micromodem::protobuf::TransmitStatistics::Clear ( )
final

◆ clear_ack_requested()

void goby::acomms::micromodem::protobuf::TransmitStatistics::clear_ack_requested ( )
inline

Definition at line 7973 of file mm_driver.pb.h.

◆ clear_bandwidth()

void goby::acomms::micromodem::protobuf::TransmitStatistics::clear_bandwidth ( )
inline

Definition at line 7833 of file mm_driver.pb.h.

◆ clear_carrier_freq()

void goby::acomms::micromodem::protobuf::TransmitStatistics::clear_carrier_freq ( )
inline

Definition at line 7861 of file mm_driver.pb.h.

◆ clear_clock_mode()

void goby::acomms::micromodem::protobuf::TransmitStatistics::clear_clock_mode ( )
inline

Definition at line 7747 of file mm_driver.pb.h.

◆ clear_date()

void goby::acomms::micromodem::protobuf::TransmitStatistics::clear_date ( )
inline

Definition at line 7611 of file mm_driver.pb.h.

◆ clear_dest()

void goby::acomms::micromodem::protobuf::TransmitStatistics::clear_dest ( )
inline

Definition at line 7945 of file mm_driver.pb.h.

◆ clear_mode()

void goby::acomms::micromodem::protobuf::TransmitStatistics::clear_mode ( )
inline

Definition at line 7776 of file mm_driver.pb.h.

◆ clear_number_bytes()

void goby::acomms::micromodem::protobuf::TransmitStatistics::clear_number_bytes ( )
inline

Definition at line 8086 of file mm_driver.pb.h.

◆ clear_number_frames_expected()

void goby::acomms::micromodem::protobuf::TransmitStatistics::clear_number_frames_expected ( )
inline

Definition at line 8001 of file mm_driver.pb.h.

◆ clear_number_frames_sent()

void goby::acomms::micromodem::protobuf::TransmitStatistics::clear_number_frames_sent ( )
inline

Definition at line 8029 of file mm_driver.pb.h.

◆ clear_packet_type()

void goby::acomms::micromodem::protobuf::TransmitStatistics::clear_packet_type ( )
inline

Definition at line 8057 of file mm_driver.pb.h.

◆ clear_probe_length()

void goby::acomms::micromodem::protobuf::TransmitStatistics::clear_probe_length ( )
inline

Definition at line 7805 of file mm_driver.pb.h.

◆ clear_rate()

void goby::acomms::micromodem::protobuf::TransmitStatistics::clear_rate ( )
inline

Definition at line 7889 of file mm_driver.pb.h.

◆ clear_source()

void goby::acomms::micromodem::protobuf::TransmitStatistics::clear_source ( )
inline

Definition at line 7917 of file mm_driver.pb.h.

◆ clear_time()

void goby::acomms::micromodem::protobuf::TransmitStatistics::clear_time ( )
inline

Definition at line 7679 of file mm_driver.pb.h.

◆ clear_version()

void goby::acomms::micromodem::protobuf::TransmitStatistics::clear_version ( )
inline

Definition at line 8114 of file mm_driver.pb.h.

◆ clock_mode()

goby::acomms::micromodem::protobuf::ClockMode goby::acomms::micromodem::protobuf::TransmitStatistics::clock_mode ( ) const
inline

Definition at line 7754 of file mm_driver.pb.h.

◆ CopyFrom()

void goby::acomms::micromodem::protobuf::TransmitStatistics::CopyFrom ( const TransmitStatistics & from)

◆ date()

const std::string & goby::acomms::micromodem::protobuf::TransmitStatistics::date ( ) const
inline

Definition at line 7615 of file mm_driver.pb.h.

◆ default_instance()

const TransmitStatistics & goby::acomms::micromodem::protobuf::TransmitStatistics::default_instance ( )
inlinestatic

Definition at line 3171 of file mm_driver.pb.h.

◆ descriptor()

const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::acomms::micromodem::protobuf::TransmitStatistics::descriptor ( )
inlinestatic

Definition at line 3162 of file mm_driver.pb.h.

◆ dest()

int32_t goby::acomms::micromodem::protobuf::TransmitStatistics::dest ( ) const
inline

Definition at line 7952 of file mm_driver.pb.h.

◆ GetCachedSize()

int goby::acomms::micromodem::protobuf::TransmitStatistics::GetCachedSize ( ) const
inlinefinal

Definition at line 3224 of file mm_driver.pb.h.

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * goby::acomms::micromodem::protobuf::TransmitStatistics::GetClassData ( ) const
final

◆ GetDescriptor()

const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::acomms::micromodem::protobuf::TransmitStatistics::GetDescriptor ( )
inlinestatic

Definition at line 3165 of file mm_driver.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata goby::acomms::micromodem::protobuf::TransmitStatistics::GetMetadata ( ) const
final

◆ GetReflection()

const ::PROTOBUF_NAMESPACE_ID::Reflection * goby::acomms::micromodem::protobuf::TransmitStatistics::GetReflection ( )
inlinestatic

Definition at line 3168 of file mm_driver.pb.h.

◆ has_ack_requested()

bool goby::acomms::micromodem::protobuf::TransmitStatistics::has_ack_requested ( ) const
inline

Definition at line 7970 of file mm_driver.pb.h.

◆ has_bandwidth()

bool goby::acomms::micromodem::protobuf::TransmitStatistics::has_bandwidth ( ) const
inline

Definition at line 7830 of file mm_driver.pb.h.

◆ has_carrier_freq()

bool goby::acomms::micromodem::protobuf::TransmitStatistics::has_carrier_freq ( ) const
inline

Definition at line 7858 of file mm_driver.pb.h.

◆ has_clock_mode()

bool goby::acomms::micromodem::protobuf::TransmitStatistics::has_clock_mode ( ) const
inline

Definition at line 7744 of file mm_driver.pb.h.

◆ has_date()

bool goby::acomms::micromodem::protobuf::TransmitStatistics::has_date ( ) const
inline

Definition at line 7608 of file mm_driver.pb.h.

◆ has_dest()

bool goby::acomms::micromodem::protobuf::TransmitStatistics::has_dest ( ) const
inline

Definition at line 7942 of file mm_driver.pb.h.

◆ has_mode()

bool goby::acomms::micromodem::protobuf::TransmitStatistics::has_mode ( ) const
inline

Definition at line 7773 of file mm_driver.pb.h.

◆ has_number_bytes()

bool goby::acomms::micromodem::protobuf::TransmitStatistics::has_number_bytes ( ) const
inline

Definition at line 8083 of file mm_driver.pb.h.

◆ has_number_frames_expected()

bool goby::acomms::micromodem::protobuf::TransmitStatistics::has_number_frames_expected ( ) const
inline

Definition at line 7998 of file mm_driver.pb.h.

◆ has_number_frames_sent()

bool goby::acomms::micromodem::protobuf::TransmitStatistics::has_number_frames_sent ( ) const
inline

Definition at line 8026 of file mm_driver.pb.h.

◆ has_packet_type()

bool goby::acomms::micromodem::protobuf::TransmitStatistics::has_packet_type ( ) const
inline

Definition at line 8054 of file mm_driver.pb.h.

◆ has_probe_length()

bool goby::acomms::micromodem::protobuf::TransmitStatistics::has_probe_length ( ) const
inline

Definition at line 7802 of file mm_driver.pb.h.

◆ has_rate()

bool goby::acomms::micromodem::protobuf::TransmitStatistics::has_rate ( ) const
inline

Definition at line 7886 of file mm_driver.pb.h.

◆ has_source()

bool goby::acomms::micromodem::protobuf::TransmitStatistics::has_source ( ) const
inline

Definition at line 7914 of file mm_driver.pb.h.

◆ has_time()

bool goby::acomms::micromodem::protobuf::TransmitStatistics::has_time ( ) const
inline

Definition at line 7676 of file mm_driver.pb.h.

◆ has_version()

bool goby::acomms::micromodem::protobuf::TransmitStatistics::has_version ( ) const
inline

Definition at line 8111 of file mm_driver.pb.h.

◆ internal_default_instance()

const TransmitStatistics * goby::acomms::micromodem::protobuf::TransmitStatistics::internal_default_instance ( )
inlinestatic

Definition at line 3174 of file mm_driver.pb.h.

◆ IsInitialized()

bool goby::acomms::micromodem::protobuf::TransmitStatistics::IsInitialized ( ) const
final

◆ MergeFrom()

void goby::acomms::micromodem::protobuf::TransmitStatistics::MergeFrom ( const TransmitStatistics & from)
inline

Definition at line 3211 of file mm_driver.pb.h.

◆ mode()

goby::acomms::micromodem::protobuf::TransmitMode goby::acomms::micromodem::protobuf::TransmitStatistics::mode ( ) const
inline

Definition at line 7783 of file mm_driver.pb.h.

◆ mutable_date()

std::string * goby::acomms::micromodem::protobuf::TransmitStatistics::mutable_date ( )
inline

Definition at line 7626 of file mm_driver.pb.h.

◆ mutable_time()

std::string * goby::acomms::micromodem::protobuf::TransmitStatistics::mutable_time ( )
inline

Definition at line 7694 of file mm_driver.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * goby::acomms::micromodem::protobuf::TransmitStatistics::mutable_unknown_fields ( )
inline

Definition at line 3158 of file mm_driver.pb.h.

◆ New()

TransmitStatistics * goby::acomms::micromodem::protobuf::TransmitStatistics::New ( ::PROTOBUF_NAMESPACE_ID::Arena * arena = nullptr) const
inlinefinal

Definition at line 3205 of file mm_driver.pb.h.

◆ number_bytes()

int32_t goby::acomms::micromodem::protobuf::TransmitStatistics::number_bytes ( ) const
inline

Definition at line 8093 of file mm_driver.pb.h.

◆ number_frames_expected()

int32_t goby::acomms::micromodem::protobuf::TransmitStatistics::number_frames_expected ( ) const
inline

Definition at line 8008 of file mm_driver.pb.h.

◆ number_frames_sent()

int32_t goby::acomms::micromodem::protobuf::TransmitStatistics::number_frames_sent ( ) const
inline

Definition at line 8036 of file mm_driver.pb.h.

◆ operator=() [1/2]

TransmitStatistics & goby::acomms::micromodem::protobuf::TransmitStatistics::operator= ( const TransmitStatistics & from)
inline

Definition at line 3137 of file mm_driver.pb.h.

◆ operator=() [2/2]

TransmitStatistics & goby::acomms::micromodem::protobuf::TransmitStatistics::operator= ( TransmitStatistics && from)
inlinenoexcept

Definition at line 3141 of file mm_driver.pb.h.

◆ packet_type()

goby::acomms::micromodem::protobuf::PacketType goby::acomms::micromodem::protobuf::TransmitStatistics::packet_type ( ) const
inline

Definition at line 8064 of file mm_driver.pb.h.

◆ probe_length()

int32_t goby::acomms::micromodem::protobuf::TransmitStatistics::probe_length ( ) const
inline

Definition at line 7812 of file mm_driver.pb.h.

◆ rate()

int32_t goby::acomms::micromodem::protobuf::TransmitStatistics::rate ( ) const
inline

Definition at line 7896 of file mm_driver.pb.h.

◆ release_date()

std::string * goby::acomms::micromodem::protobuf::TransmitStatistics::release_date ( )
inline

Definition at line 7642 of file mm_driver.pb.h.

◆ release_time()

std::string * goby::acomms::micromodem::protobuf::TransmitStatistics::release_time ( )
inline

Definition at line 7710 of file mm_driver.pb.h.

◆ set_ack_requested()

void goby::acomms::micromodem::protobuf::TransmitStatistics::set_ack_requested ( bool value)
inline

Definition at line 7988 of file mm_driver.pb.h.

◆ set_allocated_date()

void goby::acomms::micromodem::protobuf::TransmitStatistics::set_allocated_date ( std::string * date)
inline

Definition at line 7656 of file mm_driver.pb.h.

◆ set_allocated_time()

void goby::acomms::micromodem::protobuf::TransmitStatistics::set_allocated_time ( std::string * time)
inline

Definition at line 7724 of file mm_driver.pb.h.

◆ set_bandwidth()

void goby::acomms::micromodem::protobuf::TransmitStatistics::set_bandwidth ( int32_t value)
inline

Definition at line 7848 of file mm_driver.pb.h.

◆ set_carrier_freq()

void goby::acomms::micromodem::protobuf::TransmitStatistics::set_carrier_freq ( int32_t value)
inline

Definition at line 7876 of file mm_driver.pb.h.

◆ set_clock_mode()

void goby::acomms::micromodem::protobuf::TransmitStatistics::set_clock_mode ( ::goby::acomms::micromodem::protobuf::ClockMode value)
inline

Definition at line 7763 of file mm_driver.pb.h.

◆ set_date() [1/2]

template<typename ArgT0, typename... ArgT>
PROTOBUF_ALWAYS_INLINE void goby::acomms::micromodem::protobuf::TransmitStatistics::set_date ( ArgT0 && arg0,
ArgT... args )
inline

Definition at line 7621 of file mm_driver.pb.h.

◆ set_date() [2/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void goby::acomms::micromodem::protobuf::TransmitStatistics::set_date ( ArgT0 && arg0,
ArgT... args )

◆ set_dest()

void goby::acomms::micromodem::protobuf::TransmitStatistics::set_dest ( int32_t value)
inline

Definition at line 7960 of file mm_driver.pb.h.

◆ set_mode()

void goby::acomms::micromodem::protobuf::TransmitStatistics::set_mode ( ::goby::acomms::micromodem::protobuf::TransmitMode value)
inline

Definition at line 7792 of file mm_driver.pb.h.

◆ set_number_bytes()

void goby::acomms::micromodem::protobuf::TransmitStatistics::set_number_bytes ( int32_t value)
inline

Definition at line 8101 of file mm_driver.pb.h.

◆ set_number_frames_expected()

void goby::acomms::micromodem::protobuf::TransmitStatistics::set_number_frames_expected ( int32_t value)
inline

Definition at line 8016 of file mm_driver.pb.h.

◆ set_number_frames_sent()

void goby::acomms::micromodem::protobuf::TransmitStatistics::set_number_frames_sent ( int32_t value)
inline

Definition at line 8044 of file mm_driver.pb.h.

◆ set_packet_type()

void goby::acomms::micromodem::protobuf::TransmitStatistics::set_packet_type ( ::goby::acomms::micromodem::protobuf::PacketType value)
inline

Definition at line 8073 of file mm_driver.pb.h.

◆ set_probe_length()

void goby::acomms::micromodem::protobuf::TransmitStatistics::set_probe_length ( int32_t value)
inline

Definition at line 7820 of file mm_driver.pb.h.

◆ set_rate()

void goby::acomms::micromodem::protobuf::TransmitStatistics::set_rate ( int32_t value)
inline

Definition at line 7904 of file mm_driver.pb.h.

◆ set_source()

void goby::acomms::micromodem::protobuf::TransmitStatistics::set_source ( int32_t value)
inline

Definition at line 7932 of file mm_driver.pb.h.

◆ set_time() [1/2]

template<typename ArgT0, typename... ArgT>
PROTOBUF_ALWAYS_INLINE void goby::acomms::micromodem::protobuf::TransmitStatistics::set_time ( ArgT0 && arg0,
ArgT... args )
inline

Definition at line 7689 of file mm_driver.pb.h.

◆ set_time() [2/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void goby::acomms::micromodem::protobuf::TransmitStatistics::set_time ( ArgT0 && arg0,
ArgT... args )

◆ set_version()

void goby::acomms::micromodem::protobuf::TransmitStatistics::set_version ( int32_t value)
inline

Definition at line 8129 of file mm_driver.pb.h.

◆ source()

int32_t goby::acomms::micromodem::protobuf::TransmitStatistics::source ( ) const
inline

Definition at line 7924 of file mm_driver.pb.h.

◆ Swap()

void goby::acomms::micromodem::protobuf::TransmitStatistics::Swap ( TransmitStatistics * other)
inline

Definition at line 3184 of file mm_driver.pb.h.

◆ time()

const std::string & goby::acomms::micromodem::protobuf::TransmitStatistics::time ( ) const
inline

Definition at line 7683 of file mm_driver.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & goby::acomms::micromodem::protobuf::TransmitStatistics::unknown_fields ( ) const
inline

Definition at line 3155 of file mm_driver.pb.h.

◆ UnsafeArenaSwap()

void goby::acomms::micromodem::protobuf::TransmitStatistics::UnsafeArenaSwap ( TransmitStatistics * other)
inline

Definition at line 3197 of file mm_driver.pb.h.

◆ version()

int32_t goby::acomms::micromodem::protobuf::TransmitStatistics::version ( ) const
inline

Definition at line 8121 of file mm_driver.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

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

Definition at line 3491 of file mm_driver.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 3233 of file mm_driver.pb.h.

◆ ::TableStruct_goby_2facomms_2fprotobuf_2fmm_5fdriver_2eproto

friend struct ::TableStruct_goby_2facomms_2fprotobuf_2fmm_5fdriver_2eproto
friend

Definition at line 3515 of file mm_driver.pb.h.

◆ swap

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

Definition at line 3181 of file mm_driver.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData goby::acomms::micromodem::protobuf::TransmitStatistics::_class_data_
static

Definition at line 3242 of file mm_driver.pb.h.

◆ _impl_

Impl_ goby::acomms::micromodem::protobuf::TransmitStatistics::_impl_

Definition at line 3514 of file mm_driver.pb.h.

◆ kIndexInFileMessages

int goby::acomms::micromodem::protobuf::TransmitStatistics::kIndexInFileMessages
staticconstexpr
Initial value:
=
9

Definition at line 3178 of file mm_driver.pb.h.


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