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

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

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

Public Types

enum  DCCLParameters { DCCL_ID = 6, DCCL_MAX_BYTES = 32 }
 
typedef NetworkAck_AckType AckType
 
- Public Types inherited from google::protobuf::Message
typedef google::protobuf::Reflection Reflection
 

Public Member Functions

 NetworkAck ()
 
virtual ~NetworkAck ()
 
 NetworkAck (const NetworkAck &from)
 
NetworkAckoperator= (const NetworkAck &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (NetworkAck *other)
 
NetworkAckNew () const final
 
NetworkAckNew (::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 NetworkAck &from)
 
void MergeFrom (const NetworkAck &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_message_src () const
 
void clear_message_src ()
 
::google::protobuf::int32 message_src () const
 
void set_message_src (::google::protobuf::int32 value)
 
bool has_message_dest () const
 
void clear_message_dest ()
 
::google::protobuf::int32 message_dest () const
 
void set_message_dest (::google::protobuf::int32 value)
 
bool has_message_time () const
 
void clear_message_time ()
 
::google::protobuf::uint64 message_time () const
 
void set_message_time (::google::protobuf::uint64 value)
 
bool has_message_dccl_id () const
 
void clear_message_dccl_id ()
 
::google::protobuf::int32 message_dccl_id () const
 
void set_message_dccl_id (::google::protobuf::int32 value)
 
bool has_ack_src () const
 
void clear_ack_src ()
 
::google::protobuf::int32 ack_src () const
 
void set_ack_src (::google::protobuf::int32 value)
 
bool has_ack_type () const
 
void clear_ack_type ()
 
::goby::acomms::protobuf::NetworkAck_AckType ack_type () const
 
void set_ack_type (::goby::acomms::protobuf::NetworkAck_AckType 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 NetworkAckdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const NetworkAckinternal_default_instance ()
 
static bool AckType_IsValid (int value)
 
static const ::google::protobuf::EnumDescriptor * AckType_descriptor ()
 
static const ::std::string & AckType_Name (AckType value)
 
static bool AckType_Parse (const ::std::string &name, AckType *value)
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const AckType ACK
 
static const AckType EXPIRE
 
static const AckType AckType_MIN
 
static const AckType AckType_MAX
 
static const int AckType_ARRAYSIZE
 
static const int kMessageSrcFieldNumber = 1
 
static const int kMessageDestFieldNumber = 2
 
static const int kMessageTimeFieldNumber = 3
 
static const int kMessageDcclIdFieldNumber = 4
 
static const int kAckSrcFieldNumber = 10
 
static const int kAckTypeFieldNumber = 11
 

Friends

struct ::protobuf_goby_2facomms_2fprotobuf_2fnetwork_5fack_2eproto::TableStruct
 
void swap (NetworkAck &a, NetworkAck &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 94 of file network_ack.pb.h.

Member Typedef Documentation

◆ AckType

Member Enumeration Documentation

◆ DCCLParameters

Enumerator
DCCL_ID 
DCCL_MAX_BYTES 

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

Constructor & Destructor Documentation

◆ NetworkAck() [1/2]

goby::acomms::protobuf::NetworkAck::NetworkAck ( )

◆ ~NetworkAck()

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

◆ NetworkAck() [2/2]

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

Member Function Documentation

◆ ack_src()

google::protobuf::int32 goby::acomms::protobuf::NetworkAck::ack_src ( ) const
inline

Definition at line 407 of file network_ack.pb.h.

◆ ack_type()

goby::acomms::protobuf::NetworkAck_AckType goby::acomms::protobuf::NetworkAck::ack_type ( ) const
inline

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

◆ AckType_descriptor()

static const ::google::protobuf::EnumDescriptor* goby::acomms::protobuf::NetworkAck::AckType_descriptor ( )
inlinestatic

Definition at line 201 of file network_ack.pb.h.

◆ AckType_IsValid()

static bool goby::acomms::protobuf::NetworkAck::AckType_IsValid ( int  value)
inlinestatic

Definition at line 191 of file network_ack.pb.h.

◆ AckType_Name()

static const ::std::string& goby::acomms::protobuf::NetworkAck::AckType_Name ( AckType  value)
inlinestatic

Definition at line 204 of file network_ack.pb.h.

◆ AckType_Parse()

static bool goby::acomms::protobuf::NetworkAck::AckType_Parse ( const ::std::string &  name,
AckType value 
)
inlinestatic

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

◆ ByteSizeLong()

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

Reimplemented from google::protobuf::Message.

◆ Clear()

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

Reimplemented from google::protobuf::Message.

◆ clear_ack_src()

void goby::acomms::protobuf::NetworkAck::clear_ack_src ( )
inline

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

◆ clear_ack_type()

void goby::acomms::protobuf::NetworkAck::clear_ack_type ( )
inline

Definition at line 427 of file network_ack.pb.h.

◆ clear_message_dccl_id()

void goby::acomms::protobuf::NetworkAck::clear_message_dccl_id ( )
inline

Definition at line 379 of file network_ack.pb.h.

◆ clear_message_dest()

void goby::acomms::protobuf::NetworkAck::clear_message_dest ( )
inline

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

◆ clear_message_src()

void goby::acomms::protobuf::NetworkAck::clear_message_src ( )
inline

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

◆ clear_message_time()

void goby::acomms::protobuf::NetworkAck::clear_message_time ( )
inline

Definition at line 355 of file network_ack.pb.h.

◆ CopyFrom() [1/2]

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

◆ CopyFrom() [2/2]

void goby::acomms::protobuf::NetworkAck::CopyFrom ( const NetworkAck from)

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

Implements google::protobuf::MessageLite.

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

◆ GetMetadata()

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

◆ has_ack_src()

bool goby::acomms::protobuf::NetworkAck::has_ack_src ( ) const
inline

Definition at line 394 of file network_ack.pb.h.

◆ has_ack_type()

bool goby::acomms::protobuf::NetworkAck::has_ack_type ( ) const
inline

Definition at line 418 of file network_ack.pb.h.

◆ has_message_dccl_id()

bool goby::acomms::protobuf::NetworkAck::has_message_dccl_id ( ) const
inline

Definition at line 370 of file network_ack.pb.h.

◆ has_message_dest()

bool goby::acomms::protobuf::NetworkAck::has_message_dest ( ) const
inline

Definition at line 322 of file network_ack.pb.h.

◆ has_message_src()

bool goby::acomms::protobuf::NetworkAck::has_message_src ( ) const
inline

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

◆ has_message_time()

bool goby::acomms::protobuf::NetworkAck::has_message_time ( ) const
inline

Definition at line 346 of file network_ack.pb.h.

◆ InitAsDefaultInstance()

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

◆ internal_default_instance()

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

Definition at line 131 of file network_ack.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

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

◆ IsInitialized()

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

Reimplemented from google::protobuf::Message.

◆ MergeFrom() [1/2]

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

◆ MergeFrom() [2/2]

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

◆ MergePartialFromCodedStream()

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

◆ message_dccl_id()

google::protobuf::int32 goby::acomms::protobuf::NetworkAck::message_dccl_id ( ) const
inline

Definition at line 383 of file network_ack.pb.h.

◆ message_dest()

google::protobuf::int32 goby::acomms::protobuf::NetworkAck::message_dest ( ) const
inline

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

◆ message_src()

google::protobuf::int32 goby::acomms::protobuf::NetworkAck::message_src ( ) const
inline

Definition at line 311 of file network_ack.pb.h.

◆ message_time()

google::protobuf::uint64 goby::acomms::protobuf::NetworkAck::message_time ( ) const
inline

Definition at line 359 of file network_ack.pb.h.

◆ mutable_unknown_fields()

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

Definition at line 123 of file network_ack.pb.h.

◆ New() [1/2]

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

Implements google::protobuf::Message.

Definition at line 145 of file network_ack.pb.h.

◆ New() [2/2]

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

Reimplemented from google::protobuf::Message.

Definition at line 149 of file network_ack.pb.h.

◆ operator=()

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

Definition at line 101 of file network_ack.pb.h.

◆ SerializeWithCachedSizes()

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

◆ set_ack_src()

void goby::acomms::protobuf::NetworkAck::set_ack_src ( ::google::protobuf::int32  value)
inline

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

◆ set_ack_type()

void goby::acomms::protobuf::NetworkAck::set_ack_type ( ::goby::acomms::protobuf::NetworkAck_AckType  value)
inline

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

◆ set_message_dccl_id()

void goby::acomms::protobuf::NetworkAck::set_message_dccl_id ( ::google::protobuf::int32  value)
inline

Definition at line 387 of file network_ack.pb.h.

◆ set_message_dest()

void goby::acomms::protobuf::NetworkAck::set_message_dest ( ::google::protobuf::int32  value)
inline

Definition at line 339 of file network_ack.pb.h.

◆ set_message_src()

void goby::acomms::protobuf::NetworkAck::set_message_src ( ::google::protobuf::int32  value)
inline

Definition at line 315 of file network_ack.pb.h.

◆ set_message_time()

void goby::acomms::protobuf::NetworkAck::set_message_time ( ::google::protobuf::uint64  value)
inline

Definition at line 363 of file network_ack.pb.h.

◆ Swap()

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

◆ unknown_fields()

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

Definition at line 120 of file network_ack.pb.h.

Friends And Related Function Documentation

◆ ::protobuf_goby_2facomms_2fprotobuf_2fnetwork_5fack_2eproto::TableStruct

◆ swap

void swap ( NetworkAck a,
NetworkAck b 
)
friend

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

Member Data Documentation

◆ ACK

const AckType goby::acomms::protobuf::NetworkAck::ACK
static
Initial value:

Definition at line 187 of file network_ack.pb.h.

◆ AckType_ARRAYSIZE

const int goby::acomms::protobuf::NetworkAck::AckType_ARRAYSIZE
static
Initial value:

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

◆ AckType_MAX

const AckType goby::acomms::protobuf::NetworkAck::AckType_MAX
static
Initial value:

Definition at line 196 of file network_ack.pb.h.

◆ AckType_MIN

const AckType goby::acomms::protobuf::NetworkAck::AckType_MIN
static
Initial value:

Definition at line 194 of file network_ack.pb.h.

◆ EXPIRE

const AckType goby::acomms::protobuf::NetworkAck::EXPIRE
static
Initial value:

Definition at line 189 of file network_ack.pb.h.

◆ kAckSrcFieldNumber

const int goby::acomms::protobuf::NetworkAck::kAckSrcFieldNumber = 10
static

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

◆ kAckTypeFieldNumber

const int goby::acomms::protobuf::NetworkAck::kAckTypeFieldNumber = 11
static

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

◆ kIndexInFileMessages

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

Definition at line 135 of file network_ack.pb.h.

◆ kMessageDcclIdFieldNumber

const int goby::acomms::protobuf::NetworkAck::kMessageDcclIdFieldNumber = 4
static

Definition at line 238 of file network_ack.pb.h.

◆ kMessageDestFieldNumber

const int goby::acomms::protobuf::NetworkAck::kMessageDestFieldNumber = 2
static

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

◆ kMessageSrcFieldNumber

const int goby::acomms::protobuf::NetworkAck::kMessageSrcFieldNumber = 1
static

Definition at line 217 of file network_ack.pb.h.

◆ kMessageTimeFieldNumber

const int goby::acomms::protobuf::NetworkAck::kMessageTimeFieldNumber = 3
static

Definition at line 231 of file network_ack.pb.h.


The documentation for this class was generated from the following file:
goby::acomms::protobuf::NetworkAck_AckType_EXPIRE
@ NetworkAck_AckType_EXPIRE
Definition: network_ack.pb.h:75
goby::acomms::protobuf::NetworkAck_AckType_AckType_ARRAYSIZE
const int NetworkAck_AckType_AckType_ARRAYSIZE
Definition: network_ack.pb.h:80
goby::acomms::protobuf::NetworkAck_AckType_AckType_MAX
const NetworkAck_AckType NetworkAck_AckType_AckType_MAX
Definition: network_ack.pb.h:79
goby::acomms::protobuf::NetworkAck_AckType_ACK
@ NetworkAck_AckType_ACK
Definition: network_ack.pb.h:74
goby::acomms::protobuf::NetworkAck_AckType_AckType_MIN
const NetworkAck_AckType NetworkAck_AckType_AckType_MIN
Definition: network_ack.pb.h:78