Goby v2
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Friends | List of all members
goby::acomms::protobuf::NetworkAck Class Reference
Inheritance diagram for goby::acomms::protobuf::NetworkAck:
Inheritance graph
[legend]

Public Types

enum  DCCLParameters { DCCL_ID = 6, DCCL_MAX_BYTES = 32 }
 
typedef NetworkAck_AckType AckType
 

Public Member Functions

 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
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const NetworkAck &from)
 
void MergeFrom (const NetworkAck &from)
 
void Clear ()
 
bool IsInitialized () const
 
int ByteSize () const
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input)
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const
 
::google::protobuf::uint8 * SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_message_src () const
 
void clear_message_src ()
 
inline::google::protobuf::int32 message_src () const
 
void set_message_src (::google::protobuf::int32 value)
 
bool has_message_dest () const
 
void clear_message_dest ()
 
inline::google::protobuf::int32 message_dest () const
 
void set_message_dest (::google::protobuf::int32 value)
 
bool has_message_time () const
 
void clear_message_time ()
 
inline::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 ()
 
inline::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 ()
 
inline::google::protobuf::int32 ack_src () const
 
void set_ack_src (::google::protobuf::int32 value)
 
bool has_ack_type () const
 
void clear_ack_type ()
 
inline::goby::acomms::protobuf::NetworkAck_AckType ack_type () const
 
void set_ack_type (::goby::acomms::protobuf::NetworkAck_AckType value)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const NetworkAckdefault_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 const AckType ACK = NetworkAck_AckType_ACK
 
static const AckType EXPIRE = NetworkAck_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

void protobuf_AddDesc_goby_2facomms_2fprotobuf_2fnetwork_5fack_2eproto ()
 
void protobuf_AssignDesc_goby_2facomms_2fprotobuf_2fnetwork_5fack_2eproto ()
 
void protobuf_ShutdownFile_goby_2facomms_2fprotobuf_2fnetwork_5fack_2eproto ()
 

Detailed Description

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

Member Data Documentation

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

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

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

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

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

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


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