Goby3 3.1.5a
2024.05.23
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 126 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 327 of file amac.pb.h.

◆ DCCLParameters

Enumerator
DCCL_ID 
DCCL_MAX_BYTES 

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

Constructor & Destructor Documentation

◆ MACUpdate() [1/5]

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

Definition at line 129 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 134 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 579 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 654 of file amac.pb.h.

◆ clear_dest()

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

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

◆ clear_first_iterator()

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

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

◆ clear_second_iterator()

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

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

◆ clear_update_type()

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

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

◆ CycleState_descriptor()

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

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

◆ CycleState_IsValid()

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

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

◆ CycleState_Name()

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

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

◆ CycleState_Parse()

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

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ dest()

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

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

◆ first_iterator()

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

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

◆ GetCachedSize()

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

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

◆ GetClassData()

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

◆ GetReflection()

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

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

◆ has_cycle_state()

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

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

◆ has_dest()

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

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

◆ has_first_iterator()

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

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

◆ has_second_iterator()

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

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

◆ has_src()

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

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

◆ has_update_type()

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

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

◆ internal_default_instance()

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

Definition at line 176 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 213 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 565 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 560 of file amac.pb.h.

◆ mutable_unknown_fields()

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

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

◆ New()

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ second_iterator()

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

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

◆ set_dest()

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

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

◆ set_first_iterator()

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

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

◆ set_second_iterator()

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

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

◆ set_src()

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

Definition at line 491 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 548 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 585 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 572 of file amac.pb.h.

◆ slot_size()

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

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

◆ src()

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

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

◆ Swap()

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

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

◆ unknown_fields()

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

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

◆ UnsafeArenaSwap()

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

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

◆ update_type()

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

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

◆ UpdateType_descriptor()

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

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

◆ UpdateType_IsValid()

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

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

◆ UpdateType_Name()

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

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

◆ UpdateType_Parse()

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

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

Friends And Related Symbol Documentation

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

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

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

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

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

◆ ::TableStruct_goby_2facomms_2fprotobuf_2famac_2eproto

◆ swap

void swap ( MACUpdate a,
MACUpdate b 
)
friend

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

Member Data Documentation

◆ _class_data_

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

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

◆ _impl_

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

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

◆ ASSIGN

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

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

◆ CLEAR

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

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

◆ CycleState_ARRAYSIZE

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

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

◆ CycleState_MAX

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

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

◆ CycleState_MIN

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

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

◆ ERASE

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

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

◆ INSERT

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

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

◆ kIndexInFileMessages

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

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

◆ NO_CHANGE

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

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

◆ POP_BACK

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

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

◆ POP_FRONT

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

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

◆ PUSH_BACK

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

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

◆ PUSH_FRONT

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

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

◆ STARTED

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

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

◆ STOPPED

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

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

◆ UpdateType_ARRAYSIZE

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

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

◆ UpdateType_MAX

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

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

◆ UpdateType_MIN

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

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


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