Goby3  3.1.4
2024.02.22
goby::acomms::protobuf::MACUpdate Class Reference

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

Inheritance diagram for goby::acomms::protobuf::MACUpdate:
google::protobuf::Message google::protobuf::MessageLite

Public Types

enum  DCCLParameters { DCCL_ID = 5, DCCL_MAX_BYTES = 64 }
 
typedef MACUpdate_UpdateType UpdateType
 
typedef MACUpdate_CycleState CycleState
 
- Public Types inherited from google::protobuf::Message
typedef google::protobuf::Reflection Reflection
 

Public Member Functions

 MACUpdate ()
 
virtual ~MACUpdate ()
 
 MACUpdate (const MACUpdate &from)
 
MACUpdateoperator= (const MACUpdate &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (MACUpdate *other)
 
MACUpdateNew () const final
 
MACUpdateNew (::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 MACUpdate &from)
 
void MergeFrom (const MACUpdate &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
 
int slot_size () const
 
void clear_slot ()
 
::goby::acomms::protobuf::ModemTransmissionmutable_slot (int index)
 
::google::protobuf::RepeatedPtrField< ::goby::acomms::protobuf::ModemTransmission > * mutable_slot ()
 
const ::goby::acomms::protobuf::ModemTransmissionslot (int index) const
 
::goby::acomms::protobuf::ModemTransmissionadd_slot ()
 
const ::google::protobuf::RepeatedPtrField< ::goby::acomms::protobuf::ModemTransmission > & slot () const
 
bool has_src () const
 
void clear_src ()
 
::google::protobuf::int32 src () const
 
void set_src (::google::protobuf::int32 value)
 
bool has_dest () const
 
void clear_dest ()
 
::google::protobuf::int32 dest () const
 
void set_dest (::google::protobuf::int32 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 ()
 
::google::protobuf::int32 first_iterator () const
 
void set_first_iterator (::google::protobuf::int32 value)
 
bool has_second_iterator () const
 
void clear_second_iterator ()
 
::google::protobuf::int32 second_iterator () const
 
void set_second_iterator (::google::protobuf::int32 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)
 
- 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 MACUpdatedefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const MACUpdateinternal_default_instance ()
 
static bool UpdateType_IsValid (int value)
 
static const ::google::protobuf::EnumDescriptor * UpdateType_descriptor ()
 
static const ::std::string & UpdateType_Name (UpdateType value)
 
static bool UpdateType_Parse (const ::std::string &name, UpdateType *value)
 
static bool CycleState_IsValid (int value)
 
static const ::google::protobuf::EnumDescriptor * CycleState_descriptor ()
 
static const ::std::string & CycleState_Name (CycleState value)
 
static bool CycleState_Parse (const ::std::string &name, CycleState *value)
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const UpdateType NO_CHANGE
 
static const UpdateType ASSIGN
 
static const UpdateType PUSH_BACK
 
static const UpdateType PUSH_FRONT
 
static const UpdateType POP_BACK
 
static const UpdateType POP_FRONT
 
static const UpdateType INSERT
 
static const UpdateType ERASE
 
static const UpdateType CLEAR
 
static const UpdateType UpdateType_MIN
 
static const UpdateType UpdateType_MAX
 
static const int UpdateType_ARRAYSIZE
 
static const CycleState STOPPED
 
static const CycleState STARTED
 
static const CycleState CycleState_MIN
 
static const CycleState CycleState_MAX
 
static const int CycleState_ARRAYSIZE
 
static const int kSlotFieldNumber = 4
 
static const int kSrcFieldNumber = 1
 
static const int kDestFieldNumber = 2
 
static const int kUpdateTypeFieldNumber = 3
 
static const int kFirstIteratorFieldNumber = 5
 
static const int kSecondIteratorFieldNumber = 6
 
static const int kCycleStateFieldNumber = 7
 

Friends

struct ::protobuf_goby_2facomms_2fprotobuf_2famac_2eproto::TableStruct
 
void swap (MACUpdate &a, MACUpdate &b)
 

Additional Inherited Members

- 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 121 of file amac.pb.h.

Member Typedef Documentation

◆ CycleState

◆ UpdateType

Member Enumeration Documentation

◆ DCCLParameters

Enumerator
DCCL_ID 
DCCL_MAX_BYTES 

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

Constructor & Destructor Documentation

◆ MACUpdate() [1/2]

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

◆ ~MACUpdate()

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

◆ MACUpdate() [2/2]

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

Member Function Documentation

◆ add_slot()

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

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

◆ ByteSizeLong()

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

Reimplemented from google::protobuf::Message.

◆ Clear()

void goby::acomms::protobuf::MACUpdate::Clear ( )
finalvirtual

Reimplemented from google::protobuf::Message.

◆ clear_cycle_state()

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

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

◆ clear_dest()

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

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

◆ clear_first_iterator()

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

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

◆ clear_second_iterator()

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

Definition at line 511 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 387 of file amac.pb.h.

◆ clear_update_type()

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

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

◆ CopyFrom() [1/2]

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

◆ CopyFrom() [2/2]

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 539 of file amac.pb.h.

◆ CycleState_descriptor()

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

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

◆ CycleState_IsValid()

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

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

◆ CycleState_Name()

static const ::std::string& goby::acomms::protobuf::MACUpdate::CycleState_Name ( CycleState  value)
inlinestatic

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

◆ CycleState_Parse()

static bool goby::acomms::protobuf::MACUpdate::CycleState_Parse ( const ::std::string &  name,
CycleState value 
)
inlinestatic

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

◆ default_instance()

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

◆ descriptor()

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

◆ dest()

google::protobuf::int32 goby::acomms::protobuf::MACUpdate::dest ( ) const
inline

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

◆ first_iterator()

google::protobuf::int32 goby::acomms::protobuf::MACUpdate::first_iterator ( ) const
inline

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

◆ GetCachedSize()

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

Implements google::protobuf::MessageLite.

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

◆ GetMetadata()

::google::protobuf::Metadata goby::acomms::protobuf::MACUpdate::GetMetadata ( ) const
finalvirtual

◆ has_cycle_state()

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

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

◆ has_dest()

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

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

◆ has_first_iterator()

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

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

◆ has_second_iterator()

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

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

◆ has_src()

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

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

◆ has_update_type()

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

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

◆ InitAsDefaultInstance()

static void goby::acomms::protobuf::MACUpdate::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

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

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

◆ InternalSerializeWithCachedSizesToArray()

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

◆ IsInitialized()

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

Reimplemented from google::protobuf::Message.

◆ MergeFrom() [1/2]

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

◆ MergeFrom() [2/2]

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

◆ MergePartialFromCodedStream()

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

◆ mutable_slot() [1/2]

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

Definition at line 459 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 454 of file amac.pb.h.

◆ mutable_unknown_fields()

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

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

◆ New() [1/2]

MACUpdate* goby::acomms::protobuf::MACUpdate::New ( ) const
inlinefinalvirtual

Implements google::protobuf::Message.

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

◆ New() [2/2]

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

Reimplemented from google::protobuf::Message.

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

◆ operator=()

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

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

◆ second_iterator()

google::protobuf::int32 goby::acomms::protobuf::MACUpdate::second_iterator ( ) const
inline

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

◆ SerializeWithCachedSizes()

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

◆ set_cycle_state()

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

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

◆ set_dest()

void goby::acomms::protobuf::MACUpdate::set_dest ( ::google::protobuf::int32  value)
inline

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

◆ set_first_iterator()

void goby::acomms::protobuf::MACUpdate::set_first_iterator ( ::google::protobuf::int32  value)
inline

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

◆ set_second_iterator()

void goby::acomms::protobuf::MACUpdate::set_second_iterator ( ::google::protobuf::int32  value)
inline

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

◆ set_src()

void goby::acomms::protobuf::MACUpdate::set_src ( ::google::protobuf::int32  value)
inline

Definition at line 395 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 443 of file amac.pb.h.

◆ slot() [1/2]

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

Definition at line 472 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 463 of file amac.pb.h.

◆ slot_size()

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

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

◆ src()

google::protobuf::int32 goby::acomms::protobuf::MACUpdate::src ( ) const
inline

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

◆ Swap()

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

◆ unknown_fields()

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

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

◆ update_type()

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

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

◆ UpdateType_descriptor()

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

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

◆ UpdateType_IsValid()

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

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

◆ UpdateType_Name()

static const ::std::string& goby::acomms::protobuf::MACUpdate::UpdateType_Name ( UpdateType  value)
inlinestatic

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

◆ UpdateType_Parse()

static bool goby::acomms::protobuf::MACUpdate::UpdateType_Parse ( const ::std::string &  name,
UpdateType value 
)
inlinestatic

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

Friends And Related Function Documentation

◆ ::protobuf_goby_2facomms_2fprotobuf_2famac_2eproto::TableStruct

◆ swap

void swap ( MACUpdate a,
MACUpdate b 
)
friend

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

Member Data Documentation

◆ ASSIGN

const UpdateType goby::acomms::protobuf::MACUpdate::ASSIGN
static
Initial value:

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

◆ CLEAR

const UpdateType goby::acomms::protobuf::MACUpdate::CLEAR
static
Initial value:

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

◆ CycleState_ARRAYSIZE

const int goby::acomms::protobuf::MACUpdate::CycleState_ARRAYSIZE
static
Initial value:

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

◆ CycleState_MAX

const CycleState goby::acomms::protobuf::MACUpdate::CycleState_MAX
static
Initial value:

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

◆ CycleState_MIN

const CycleState goby::acomms::protobuf::MACUpdate::CycleState_MIN
static
Initial value:

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

◆ ERASE

const UpdateType goby::acomms::protobuf::MACUpdate::ERASE
static
Initial value:

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

◆ INSERT

const UpdateType goby::acomms::protobuf::MACUpdate::INSERT
static
Initial value:

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

◆ kCycleStateFieldNumber

const int goby::acomms::protobuf::MACUpdate::kCycleStateFieldNumber = 7
static

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

◆ kDestFieldNumber

const int goby::acomms::protobuf::MACUpdate::kDestFieldNumber = 2
static

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

◆ kFirstIteratorFieldNumber

const int goby::acomms::protobuf::MACUpdate::kFirstIteratorFieldNumber = 5
static

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

◆ kIndexInFileMessages

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

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

◆ kSecondIteratorFieldNumber

const int goby::acomms::protobuf::MACUpdate::kSecondIteratorFieldNumber = 6
static

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

◆ kSlotFieldNumber

const int goby::acomms::protobuf::MACUpdate::kSlotFieldNumber = 4
static

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

◆ kSrcFieldNumber

const int goby::acomms::protobuf::MACUpdate::kSrcFieldNumber = 1
static

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

◆ kUpdateTypeFieldNumber

const int goby::acomms::protobuf::MACUpdate::kUpdateTypeFieldNumber = 3
static

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

◆ NO_CHANGE

const UpdateType goby::acomms::protobuf::MACUpdate::NO_CHANGE
static
Initial value:

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

◆ POP_BACK

const UpdateType goby::acomms::protobuf::MACUpdate::POP_BACK
static
Initial value:

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

◆ POP_FRONT

const UpdateType goby::acomms::protobuf::MACUpdate::POP_FRONT
static
Initial value:

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

◆ PUSH_BACK

const UpdateType goby::acomms::protobuf::MACUpdate::PUSH_BACK
static
Initial value:

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

◆ PUSH_FRONT

const UpdateType goby::acomms::protobuf::MACUpdate::PUSH_FRONT
static
Initial value:

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

◆ STARTED

const CycleState goby::acomms::protobuf::MACUpdate::STARTED
static
Initial value:

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

◆ STOPPED

const CycleState goby::acomms::protobuf::MACUpdate::STOPPED
static
Initial value:

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

◆ UpdateType_ARRAYSIZE

const int goby::acomms::protobuf::MACUpdate::UpdateType_ARRAYSIZE
static
Initial value:

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

◆ UpdateType_MAX

const UpdateType goby::acomms::protobuf::MACUpdate::UpdateType_MAX
static
Initial value:

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

◆ UpdateType_MIN

const UpdateType goby::acomms::protobuf::MACUpdate::UpdateType_MIN
static
Initial value:

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


The documentation for this class was generated from the following file:
goby::acomms::protobuf::MACUpdate_UpdateType_PUSH_BACK
@ MACUpdate_UpdateType_PUSH_BACK
Definition: amac.pb.h:77
goby::acomms::protobuf::MACUpdate_UpdateType_UpdateType_MAX
const MACUpdate_UpdateType MACUpdate_UpdateType_UpdateType_MAX
Definition: amac.pb.h:87
goby::acomms::protobuf::MACUpdate_UpdateType_ERASE
@ MACUpdate_UpdateType_ERASE
Definition: amac.pb.h:82
goby::acomms::protobuf::MACUpdate_CycleState_STOPPED
@ MACUpdate_CycleState_STOPPED
Definition: amac.pb.h:101
goby::acomms::protobuf::MACUpdate_UpdateType_NO_CHANGE
@ MACUpdate_UpdateType_NO_CHANGE
Definition: amac.pb.h:75
goby::acomms::protobuf::MACUpdate_UpdateType_ASSIGN
@ MACUpdate_UpdateType_ASSIGN
Definition: amac.pb.h:76
goby::acomms::protobuf::MACUpdate_UpdateType_CLEAR
@ MACUpdate_UpdateType_CLEAR
Definition: amac.pb.h:83
goby::acomms::protobuf::MACUpdate_UpdateType_PUSH_FRONT
@ MACUpdate_UpdateType_PUSH_FRONT
Definition: amac.pb.h:78
goby::acomms::protobuf::MACUpdate_UpdateType_UpdateType_ARRAYSIZE
const int MACUpdate_UpdateType_UpdateType_ARRAYSIZE
Definition: amac.pb.h:88
goby::acomms::protobuf::MACUpdate_UpdateType_UpdateType_MIN
const MACUpdate_UpdateType MACUpdate_UpdateType_UpdateType_MIN
Definition: amac.pb.h:86
goby::acomms::protobuf::MACUpdate_CycleState_STARTED
@ MACUpdate_CycleState_STARTED
Definition: amac.pb.h:102
goby::acomms::protobuf::MACUpdate_CycleState_CycleState_MIN
const MACUpdate_CycleState MACUpdate_CycleState_CycleState_MIN
Definition: amac.pb.h:105
goby::acomms::protobuf::MACUpdate_CycleState_CycleState_ARRAYSIZE
const int MACUpdate_CycleState_CycleState_ARRAYSIZE
Definition: amac.pb.h:107
goby::acomms::protobuf::MACUpdate_UpdateType_POP_BACK
@ MACUpdate_UpdateType_POP_BACK
Definition: amac.pb.h:79
goby::acomms::protobuf::MACUpdate_UpdateType_INSERT
@ MACUpdate_UpdateType_INSERT
Definition: amac.pb.h:81
goby::acomms::protobuf::MACUpdate_CycleState_CycleState_MAX
const MACUpdate_CycleState MACUpdate_CycleState_CycleState_MAX
Definition: amac.pb.h:106
goby::acomms::protobuf::MACUpdate_UpdateType_POP_FRONT
@ MACUpdate_UpdateType_POP_FRONT
Definition: amac.pb.h:80