Goby3
3.1.5a
2024.05.23
|
#include <goby/acomms/protobuf/network_ack.pb.h>
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) | |
NetworkAck & | operator= (const NetworkAck &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline ::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (NetworkAck *other) |
NetworkAck * | New () const final |
NetworkAck * | New (::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 Reflection * | GetReflection () const final |
Public Member Functions inherited from google::protobuf::MessageLite | |
MessageLite () | |
virtual | ~MessageLite () |
virtual ::google::protobuf::Arena * | GetArena () 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 NetworkAck & | default_instance () |
static void | InitAsDefaultInstance () |
static const NetworkAck * | internal_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) |
Definition at line 94 of file network_ack.pb.h.
Definition at line 186 of file network_ack.pb.h.
Enumerator | |
---|---|
DCCL_ID | |
DCCL_MAX_BYTES |
Definition at line 256 of file network_ack.pb.h.
goby::acomms::protobuf::NetworkAck::NetworkAck | ( | ) |
|
virtual |
goby::acomms::protobuf::NetworkAck::NetworkAck | ( | const NetworkAck & | from | ) |
|
inline |
Definition at line 407 of file network_ack.pb.h.
|
inline |
Definition at line 431 of file network_ack.pb.h.
|
inlinestatic |
Definition at line 201 of file network_ack.pb.h.
Definition at line 191 of file network_ack.pb.h.
|
inlinestatic |
Definition at line 204 of file network_ack.pb.h.
|
inlinestatic |
Definition at line 207 of file network_ack.pb.h.
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
inline |
Definition at line 403 of file network_ack.pb.h.
|
inline |
Definition at line 427 of file network_ack.pb.h.
|
inline |
Definition at line 379 of file network_ack.pb.h.
|
inline |
Definition at line 331 of file network_ack.pb.h.
|
inline |
Definition at line 307 of file network_ack.pb.h.
|
inline |
Definition at line 355 of file network_ack.pb.h.
|
final |
void goby::acomms::protobuf::NetworkAck::CopyFrom | ( | const NetworkAck & | from | ) |
|
static |
|
static |
|
inlinefinalvirtual |
Implements google::protobuf::MessageLite.
Definition at line 166 of file network_ack.pb.h.
|
finalvirtual |
Implements google::protobuf::Message.
|
inline |
Definition at line 394 of file network_ack.pb.h.
|
inline |
Definition at line 418 of file network_ack.pb.h.
|
inline |
Definition at line 370 of file network_ack.pb.h.
|
inline |
Definition at line 322 of file network_ack.pb.h.
|
inline |
Definition at line 298 of file network_ack.pb.h.
|
inline |
Definition at line 346 of file network_ack.pb.h.
|
static |
|
inlinestatic |
Definition at line 131 of file network_ack.pb.h.
|
final |
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
final |
void goby::acomms::protobuf::NetworkAck::MergeFrom | ( | const NetworkAck & | from | ) |
|
final |
|
inline |
Definition at line 383 of file network_ack.pb.h.
|
inline |
Definition at line 335 of file network_ack.pb.h.
|
inline |
Definition at line 311 of file network_ack.pb.h.
|
inline |
Definition at line 359 of file network_ack.pb.h.
|
inline |
Definition at line 123 of file network_ack.pb.h.
|
inlinefinalvirtual |
Implements google::protobuf::Message.
Definition at line 145 of file network_ack.pb.h.
|
inlinefinalvirtual |
Reimplemented from google::protobuf::Message.
Definition at line 149 of file network_ack.pb.h.
|
inline |
Definition at line 101 of file network_ack.pb.h.
|
final |
|
inline |
Definition at line 411 of file network_ack.pb.h.
|
inline |
Definition at line 435 of file network_ack.pb.h.
|
inline |
Definition at line 387 of file network_ack.pb.h.
|
inline |
Definition at line 339 of file network_ack.pb.h.
|
inline |
Definition at line 315 of file network_ack.pb.h.
|
inline |
Definition at line 363 of file network_ack.pb.h.
void goby::acomms::protobuf::NetworkAck::Swap | ( | NetworkAck * | other | ) |
|
inline |
Definition at line 120 of file network_ack.pb.h.
Definition at line 284 of file network_ack.pb.h.
|
friend |
Definition at line 139 of file network_ack.pb.h.
|
static |
Definition at line 187 of file network_ack.pb.h.
|
static |
Definition at line 198 of file network_ack.pb.h.
|
static |
Definition at line 196 of file network_ack.pb.h.
|
static |
Definition at line 194 of file network_ack.pb.h.
|
static |
Definition at line 189 of file network_ack.pb.h.
|
static |
Definition at line 245 of file network_ack.pb.h.
|
static |
Definition at line 252 of file network_ack.pb.h.
|
staticconstexpr |
Definition at line 135 of file network_ack.pb.h.
|
static |
Definition at line 238 of file network_ack.pb.h.
|
static |
Definition at line 224 of file network_ack.pb.h.
|
static |
Definition at line 217 of file network_ack.pb.h.
|
static |
Definition at line 231 of file network_ack.pb.h.