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

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

Inheritance diagram for goby::acomms::protobuf::MACUpdate:

Public Types

enum  : int {
  kSlotFieldNumber = 4 , kSrcFieldNumber = 1 , kDestFieldNumber = 2 , kUpdateTypeFieldNumber = 3 ,
  kFirstIteratorFieldNumber = 5 , kSecondIteratorFieldNumber = 6 , kCycleStateFieldNumber = 7
}
enum  DCCLParameters { DCCL_ID = 5 , DCCL_MAX_BYTES = 64 }
typedef MACUpdate_UpdateType UpdateType
typedef MACUpdate_CycleState CycleState

Public Member Functions

 MACUpdate ()
 ~MACUpdate () override
PROTOBUF_CONSTEXPR MACUpdate (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 MACUpdate (const MACUpdate &from)
 MACUpdate (MACUpdate &&from) noexcept
MACUpdateoperator= (const MACUpdate &from)
MACUpdateoperator= (MACUpdate &&from) noexcept
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
void Swap (MACUpdate *other)
void UnsafeArenaSwap (MACUpdate *other)
MACUpdateNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
void CopyFrom (const MACUpdate &from)
void MergeFrom (const MACUpdate &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
int slot_size () const
void clear_slot ()
::goby::acomms::protobuf::ModemTransmissionmutable_slot (int index)
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::acomms::protobuf::ModemTransmission > * mutable_slot ()
const ::goby::acomms::protobuf::ModemTransmissionslot (int index) const
::goby::acomms::protobuf::ModemTransmissionadd_slot ()
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::acomms::protobuf::ModemTransmission > & slot () const
bool has_src () const
void clear_src ()
int32_t src () const
void set_src (int32_t value)
bool has_dest () const
void clear_dest ()
int32_t dest () const
void set_dest (int32_t value)
bool has_update_type () const
void clear_update_type ()
::goby::acomms::protobuf::MACUpdate_UpdateType update_type () const
void set_update_type (::goby::acomms::protobuf::MACUpdate_UpdateType value)
bool has_first_iterator () const
void clear_first_iterator ()
int32_t first_iterator () const
void set_first_iterator (int32_t value)
bool has_second_iterator () const
void clear_second_iterator ()
int32_t second_iterator () const
void set_second_iterator (int32_t value)
bool has_cycle_state () const
void clear_cycle_state ()
::goby::acomms::protobuf::MACUpdate_CycleState cycle_state () const
void set_cycle_state (::goby::acomms::protobuf::MACUpdate_CycleState 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 MACUpdatedefault_instance ()
static const MACUpdateinternal_default_instance ()
static bool UpdateType_IsValid (int value)
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * UpdateType_descriptor ()
template<typename T>
static const std::string & UpdateType_Name (T enum_t_value)
static bool UpdateType_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, UpdateType *value)
static bool CycleState_IsValid (int value)
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * CycleState_descriptor ()
template<typename T>
static const std::string & CycleState_Name (T enum_t_value)
static bool CycleState_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, CycleState *value)

Static Public Attributes

static constexpr int kIndexInFileMessages
static const ClassData _class_data_
static constexpr UpdateType NO_CHANGE
static constexpr UpdateType ASSIGN
static constexpr UpdateType PUSH_BACK
static constexpr UpdateType PUSH_FRONT
static constexpr UpdateType POP_BACK
static constexpr UpdateType POP_FRONT
static constexpr UpdateType INSERT
static constexpr UpdateType ERASE
static constexpr UpdateType CLEAR
static constexpr UpdateType UpdateType_MIN
static constexpr UpdateType UpdateType_MAX
static constexpr int UpdateType_ARRAYSIZE
static constexpr CycleState STOPPED
static constexpr CycleState STARTED
static constexpr CycleState CycleState_MIN
static constexpr CycleState CycleState_MAX
static constexpr int CycleState_ARRAYSIZE

Protected Member Functions

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

Detailed Description

Definition at line 125 of file amac.pb.h.

Member Typedef Documentation

◆ CycleState

◆ UpdateType

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kSlotFieldNumber 
kSrcFieldNumber 
kDestFieldNumber 
kUpdateTypeFieldNumber 
kFirstIteratorFieldNumber 
kSecondIteratorFieldNumber 
kCycleStateFieldNumber 

Definition at line 326 of file amac.pb.h.

◆ DCCLParameters

Enumerator
DCCL_ID 
DCCL_MAX_BYTES 

Definition at line 431 of file amac.pb.h.

Constructor & Destructor Documentation

◆ MACUpdate() [1/5]

goby::acomms::protobuf::MACUpdate::MACUpdate ( )
inline

Definition at line 128 of file amac.pb.h.

◆ ~MACUpdate()

goby::acomms::protobuf::MACUpdate::~MACUpdate ( )
override

◆ MACUpdate() [2/5]

PROTOBUF_CONSTEXPR goby::acomms::protobuf::MACUpdate::MACUpdate ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized )
explicit

◆ MACUpdate() [3/5]

goby::acomms::protobuf::MACUpdate::MACUpdate ( const MACUpdate & from)

◆ MACUpdate() [4/5]

goby::acomms::protobuf::MACUpdate::MACUpdate ( MACUpdate && from)
inlinenoexcept

Definition at line 133 of file amac.pb.h.

◆ MACUpdate() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ add_slot()

goby::acomms::protobuf::ModemTransmission * goby::acomms::protobuf::MACUpdate::add_slot ( )
inline

Definition at line 578 of file amac.pb.h.

◆ ByteSizeLong()

size_t goby::acomms::protobuf::MACUpdate::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::acomms::protobuf::MACUpdate::Clear ( )
final

◆ clear_cycle_state()

void goby::acomms::protobuf::MACUpdate::clear_cycle_state ( )
inline

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

◆ clear_dest()

void goby::acomms::protobuf::MACUpdate::clear_dest ( )
inline

Definition at line 503 of file amac.pb.h.

◆ clear_first_iterator()

void goby::acomms::protobuf::MACUpdate::clear_first_iterator ( )
inline

Definition at line 597 of file amac.pb.h.

◆ clear_second_iterator()

void goby::acomms::protobuf::MACUpdate::clear_second_iterator ( )
inline

Definition at line 625 of file amac.pb.h.

◆ clear_slot()

void goby::acomms::protobuf::MACUpdate::clear_slot ( )

◆ clear_src()

void goby::acomms::protobuf::MACUpdate::clear_src ( )
inline

Definition at line 475 of file amac.pb.h.

◆ clear_update_type()

void goby::acomms::protobuf::MACUpdate::clear_update_type ( )
inline

Definition at line 531 of file amac.pb.h.

◆ CopyFrom()

void goby::acomms::protobuf::MACUpdate::CopyFrom ( const MACUpdate & from)

◆ cycle_state()

goby::acomms::protobuf::MACUpdate_CycleState goby::acomms::protobuf::MACUpdate::cycle_state ( ) const
inline

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

◆ CycleState_descriptor()

const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * goby::acomms::protobuf::MACUpdate::CycleState_descriptor ( )
inlinestatic

Definition at line 309 of file amac.pb.h.

◆ CycleState_IsValid()

bool goby::acomms::protobuf::MACUpdate::CycleState_IsValid ( int value)
inlinestatic

Definition at line 299 of file amac.pb.h.

◆ CycleState_Name()

template<typename T>
const std::string & goby::acomms::protobuf::MACUpdate::CycleState_Name ( T enum_t_value)
inlinestatic

Definition at line 313 of file amac.pb.h.

◆ CycleState_Parse()

bool goby::acomms::protobuf::MACUpdate::CycleState_Parse ( ::PROTOBUF_NAMESPACE_ID::ConstStringParam name,
CycleState * value )
inlinestatic

Definition at line 319 of file amac.pb.h.

◆ default_instance()

const MACUpdate & goby::acomms::protobuf::MACUpdate::default_instance ( )
inlinestatic

Definition at line 172 of file amac.pb.h.

◆ descriptor()

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

Definition at line 163 of file amac.pb.h.

◆ dest()

int32_t goby::acomms::protobuf::MACUpdate::dest ( ) const
inline

Definition at line 510 of file amac.pb.h.

◆ first_iterator()

int32_t goby::acomms::protobuf::MACUpdate::first_iterator ( ) const
inline

Definition at line 604 of file amac.pb.h.

◆ GetCachedSize()

int goby::acomms::protobuf::MACUpdate::GetCachedSize ( ) const
inlinefinal

Definition at line 225 of file amac.pb.h.

◆ GetClassData()

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

◆ GetDescriptor()

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

Definition at line 166 of file amac.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata goby::acomms::protobuf::MACUpdate::GetMetadata ( ) const
final

◆ GetReflection()

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

Definition at line 169 of file amac.pb.h.

◆ has_cycle_state()

bool goby::acomms::protobuf::MACUpdate::has_cycle_state ( ) const
inline

Definition at line 650 of file amac.pb.h.

◆ has_dest()

bool goby::acomms::protobuf::MACUpdate::has_dest ( ) const
inline

Definition at line 500 of file amac.pb.h.

◆ has_first_iterator()

bool goby::acomms::protobuf::MACUpdate::has_first_iterator ( ) const
inline

Definition at line 594 of file amac.pb.h.

◆ has_second_iterator()

bool goby::acomms::protobuf::MACUpdate::has_second_iterator ( ) const
inline

Definition at line 622 of file amac.pb.h.

◆ has_src()

bool goby::acomms::protobuf::MACUpdate::has_src ( ) const
inline

Definition at line 472 of file amac.pb.h.

◆ has_update_type()

bool goby::acomms::protobuf::MACUpdate::has_update_type ( ) const
inline

Definition at line 528 of file amac.pb.h.

◆ internal_default_instance()

const MACUpdate * goby::acomms::protobuf::MACUpdate::internal_default_instance ( )
inlinestatic

Definition at line 175 of file amac.pb.h.

◆ IsInitialized()

bool goby::acomms::protobuf::MACUpdate::IsInitialized ( ) const
final

◆ MergeFrom()

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

Definition at line 212 of file amac.pb.h.

◆ mutable_slot() [1/2]

PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::goby::acomms::protobuf::ModemTransmission > * goby::acomms::protobuf::MACUpdate::mutable_slot ( )
inline

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

◆ mutable_slot() [2/2]

goby::acomms::protobuf::ModemTransmission * goby::acomms::protobuf::MACUpdate::mutable_slot ( int index)
inline

Definition at line 559 of file amac.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * goby::acomms::protobuf::MACUpdate::mutable_unknown_fields ( )
inline

Definition at line 159 of file amac.pb.h.

◆ New()

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

Definition at line 206 of file amac.pb.h.

◆ operator=() [1/2]

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

Definition at line 138 of file amac.pb.h.

◆ operator=() [2/2]

MACUpdate & goby::acomms::protobuf::MACUpdate::operator= ( MACUpdate && from)
inlinenoexcept

Definition at line 142 of file amac.pb.h.

◆ second_iterator()

int32_t goby::acomms::protobuf::MACUpdate::second_iterator ( ) const
inline

Definition at line 632 of file amac.pb.h.

◆ set_cycle_state()

void goby::acomms::protobuf::MACUpdate::set_cycle_state ( ::goby::acomms::protobuf::MACUpdate_CycleState value)
inline

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

◆ set_dest()

void goby::acomms::protobuf::MACUpdate::set_dest ( int32_t value)
inline

Definition at line 518 of file amac.pb.h.

◆ set_first_iterator()

void goby::acomms::protobuf::MACUpdate::set_first_iterator ( int32_t value)
inline

Definition at line 612 of file amac.pb.h.

◆ set_second_iterator()

void goby::acomms::protobuf::MACUpdate::set_second_iterator ( int32_t value)
inline

Definition at line 640 of file amac.pb.h.

◆ set_src()

void goby::acomms::protobuf::MACUpdate::set_src ( int32_t value)
inline

Definition at line 490 of file amac.pb.h.

◆ set_update_type()

void goby::acomms::protobuf::MACUpdate::set_update_type ( ::goby::acomms::protobuf::MACUpdate_UpdateType value)
inline

Definition at line 547 of file amac.pb.h.

◆ slot() [1/2]

const::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::goby::acomms::protobuf::ModemTransmission > & goby::acomms::protobuf::MACUpdate::slot ( ) const
inline

Definition at line 584 of file amac.pb.h.

◆ slot() [2/2]

const::goby::acomms::protobuf::ModemTransmission & goby::acomms::protobuf::MACUpdate::slot ( int index) const
inline

Definition at line 571 of file amac.pb.h.

◆ slot_size()

int goby::acomms::protobuf::MACUpdate::slot_size ( ) const
inline

Definition at line 556 of file amac.pb.h.

◆ src()

int32_t goby::acomms::protobuf::MACUpdate::src ( ) const
inline

Definition at line 482 of file amac.pb.h.

◆ Swap()

void goby::acomms::protobuf::MACUpdate::Swap ( MACUpdate * other)
inline

Definition at line 185 of file amac.pb.h.

◆ unknown_fields()

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

Definition at line 156 of file amac.pb.h.

◆ UnsafeArenaSwap()

void goby::acomms::protobuf::MACUpdate::UnsafeArenaSwap ( MACUpdate * other)
inline

Definition at line 198 of file amac.pb.h.

◆ update_type()

goby::acomms::protobuf::MACUpdate_UpdateType goby::acomms::protobuf::MACUpdate::update_type ( ) const
inline

Definition at line 538 of file amac.pb.h.

◆ UpdateType_descriptor()

const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * goby::acomms::protobuf::MACUpdate::UpdateType_descriptor ( )
inlinestatic

Definition at line 279 of file amac.pb.h.

◆ UpdateType_IsValid()

bool goby::acomms::protobuf::MACUpdate::UpdateType_IsValid ( int value)
inlinestatic

Definition at line 269 of file amac.pb.h.

◆ UpdateType_Name()

template<typename T>
const std::string & goby::acomms::protobuf::MACUpdate::UpdateType_Name ( T enum_t_value)
inlinestatic

Definition at line 283 of file amac.pb.h.

◆ UpdateType_Parse()

bool goby::acomms::protobuf::MACUpdate::UpdateType_Parse ( ::PROTOBUF_NAMESPACE_ID::ConstStringParam name,
UpdateType * value )
inlinestatic

Definition at line 289 of file amac.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

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

Definition at line 439 of file amac.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 234 of file amac.pb.h.

◆ ::TableStruct_goby_2facomms_2fprotobuf_2famac_2eproto

friend struct ::TableStruct_goby_2facomms_2fprotobuf_2famac_2eproto
friend

Definition at line 454 of file amac.pb.h.

◆ swap

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

Definition at line 182 of file amac.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData goby::acomms::protobuf::MACUpdate::_class_data_
static

Definition at line 243 of file amac.pb.h.

◆ _impl_

Impl_ goby::acomms::protobuf::MACUpdate::_impl_

Definition at line 453 of file amac.pb.h.

◆ ASSIGN

UpdateType goby::acomms::protobuf::MACUpdate::ASSIGN
staticconstexpr
Initial value:

Definition at line 253 of file amac.pb.h.

◆ CLEAR

UpdateType goby::acomms::protobuf::MACUpdate::CLEAR
staticconstexpr
Initial value:

Definition at line 267 of file amac.pb.h.

◆ CycleState_ARRAYSIZE

int goby::acomms::protobuf::MACUpdate::CycleState_ARRAYSIZE
staticconstexpr
Initial value:

Definition at line 306 of file amac.pb.h.

◆ CycleState_MAX

CycleState goby::acomms::protobuf::MACUpdate::CycleState_MAX
staticconstexpr
Initial value:
=
constexpr MACUpdate_CycleState MACUpdate_CycleState_CycleState_MAX
Definition amac.pb.h:106

Definition at line 304 of file amac.pb.h.

◆ CycleState_MIN

CycleState goby::acomms::protobuf::MACUpdate::CycleState_MIN
staticconstexpr
Initial value:
=
constexpr MACUpdate_CycleState MACUpdate_CycleState_CycleState_MIN
Definition amac.pb.h:105

Definition at line 302 of file amac.pb.h.

◆ ERASE

UpdateType goby::acomms::protobuf::MACUpdate::ERASE
staticconstexpr
Initial value:

Definition at line 265 of file amac.pb.h.

◆ INSERT

UpdateType goby::acomms::protobuf::MACUpdate::INSERT
staticconstexpr
Initial value:

Definition at line 263 of file amac.pb.h.

◆ kIndexInFileMessages

int goby::acomms::protobuf::MACUpdate::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 179 of file amac.pb.h.

◆ NO_CHANGE

UpdateType goby::acomms::protobuf::MACUpdate::NO_CHANGE
staticconstexpr
Initial value:

Definition at line 251 of file amac.pb.h.

◆ POP_BACK

UpdateType goby::acomms::protobuf::MACUpdate::POP_BACK
staticconstexpr
Initial value:

Definition at line 259 of file amac.pb.h.

◆ POP_FRONT

UpdateType goby::acomms::protobuf::MACUpdate::POP_FRONT
staticconstexpr
Initial value:

Definition at line 261 of file amac.pb.h.

◆ PUSH_BACK

UpdateType goby::acomms::protobuf::MACUpdate::PUSH_BACK
staticconstexpr
Initial value:

Definition at line 255 of file amac.pb.h.

◆ PUSH_FRONT

UpdateType goby::acomms::protobuf::MACUpdate::PUSH_FRONT
staticconstexpr
Initial value:

Definition at line 257 of file amac.pb.h.

◆ STARTED

CycleState goby::acomms::protobuf::MACUpdate::STARTED
staticconstexpr
Initial value:

Definition at line 297 of file amac.pb.h.

◆ STOPPED

CycleState goby::acomms::protobuf::MACUpdate::STOPPED
staticconstexpr
Initial value:

Definition at line 295 of file amac.pb.h.

◆ UpdateType_ARRAYSIZE

int goby::acomms::protobuf::MACUpdate::UpdateType_ARRAYSIZE
staticconstexpr
Initial value:

Definition at line 276 of file amac.pb.h.

◆ UpdateType_MAX

UpdateType goby::acomms::protobuf::MACUpdate::UpdateType_MAX
staticconstexpr
Initial value:
=
constexpr MACUpdate_UpdateType MACUpdate_UpdateType_UpdateType_MAX
Definition amac.pb.h:83

Definition at line 274 of file amac.pb.h.

◆ UpdateType_MIN

UpdateType goby::acomms::protobuf::MACUpdate::UpdateType_MIN
staticconstexpr
Initial value:
=
constexpr MACUpdate_UpdateType MACUpdate_UpdateType_UpdateType_MIN
Definition amac.pb.h:82

Definition at line 272 of file amac.pb.h.


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