Goby3
3.1.5a
2024.05.23
|
#include <goby/acomms/protobuf/queue.pb.h>
Public Types | |
typedef QueuedMessageEntry_Role | Role |
typedef QueuedMessageEntry_RoleType | RoleType |
Public Types inherited from google::protobuf::Message | |
typedef google::protobuf::Reflection | Reflection |
Public Member Functions | |
QueuedMessageEntry () | |
virtual | ~QueuedMessageEntry () |
QueuedMessageEntry (const QueuedMessageEntry &from) | |
QueuedMessageEntry & | operator= (const QueuedMessageEntry &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline ::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (QueuedMessageEntry *other) |
QueuedMessageEntry * | New () const final |
QueuedMessageEntry * | 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 QueuedMessageEntry &from) |
void | MergeFrom (const QueuedMessageEntry &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 | manipulator_size () const |
void | clear_manipulator () |
::goby::acomms::protobuf::Manipulator | manipulator (int index) const |
void | set_manipulator (int index, ::goby::acomms::protobuf::Manipulator value) |
void | add_manipulator (::goby::acomms::protobuf::Manipulator value) |
const ::google::protobuf::RepeatedField< int > & | manipulator () const |
::google::protobuf::RepeatedField< int > * | mutable_manipulator () |
int | role_size () const |
void | clear_role () |
::goby::acomms::protobuf::QueuedMessageEntry_Role * | mutable_role (int index) |
::google::protobuf::RepeatedPtrField< ::goby::acomms::protobuf::QueuedMessageEntry_Role > * | mutable_role () |
const ::goby::acomms::protobuf::QueuedMessageEntry_Role & | role (int index) const |
::goby::acomms::protobuf::QueuedMessageEntry_Role * | add_role () |
const ::google::protobuf::RepeatedPtrField< ::goby::acomms::protobuf::QueuedMessageEntry_Role > & | role () const |
bool | has_protobuf_name () const |
void | clear_protobuf_name () |
const ::std::string & | protobuf_name () const |
void | set_protobuf_name (const ::std::string &value) |
void | set_protobuf_name (const char *value) |
void | set_protobuf_name (const char *value, size_t size) |
::std::string * | mutable_protobuf_name () |
::std::string * | release_protobuf_name () |
void | set_allocated_protobuf_name (::std::string *protobuf_name) |
bool | has_blackout_time () const |
void | clear_blackout_time () |
::google::protobuf::uint32 | blackout_time () const |
void | set_blackout_time (::google::protobuf::uint32 value) |
bool | has_ttl () const |
void | clear_ttl () |
::google::protobuf::int32 | ttl () const |
void | set_ttl (::google::protobuf::int32 value) |
bool | has_ack () const |
void | clear_ack () |
bool | ack () const |
void | set_ack (bool value) |
bool | has_newest_first () const |
void | clear_newest_first () |
bool | newest_first () const |
void | set_newest_first (bool value) |
bool | has_max_queue () const |
void | clear_max_queue () |
::google::protobuf::uint32 | max_queue () const |
void | set_max_queue (::google::protobuf::uint32 value) |
bool | has_value_base () const |
void | clear_value_base () |
double | value_base () const |
void | set_value_base (double 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 QueuedMessageEntry & | default_instance () |
static void | InitAsDefaultInstance () |
static const QueuedMessageEntry * | internal_default_instance () |
static bool | RoleType_IsValid (int value) |
static const ::google::protobuf::EnumDescriptor * | RoleType_descriptor () |
static const ::std::string & | RoleType_Name (RoleType value) |
static bool | RoleType_Parse (const ::std::string &name, RoleType *value) |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages |
static const RoleType | SOURCE_ID |
static const RoleType | DESTINATION_ID |
static const RoleType | TIMESTAMP |
static const RoleType | RoleType_MIN |
static const RoleType | RoleType_MAX |
static const int | RoleType_ARRAYSIZE |
static const int | kManipulatorFieldNumber = 10 |
static const int | kRoleFieldNumber = 20 |
static const int | kProtobufNameFieldNumber = 1 |
static const int | kBlackoutTimeFieldNumber = 3 |
static const int | kTtlFieldNumber = 6 |
static const int | kAckFieldNumber = 2 |
static const int | kNewestFirstFieldNumber = 5 |
static const int | kMaxQueueFieldNumber = 4 |
static const int | kValueBaseFieldNumber = 7 |
Friends | |
struct | ::protobuf_goby_2facomms_2fprotobuf_2fqueue_2eproto::TableStruct |
void | swap (QueuedMessageEntry &a, QueuedMessageEntry &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 319 of file queue.pb.h.
Definition at line 411 of file queue.pb.h.
Definition at line 413 of file queue.pb.h.
goby::acomms::protobuf::QueuedMessageEntry::QueuedMessageEntry | ( | ) |
|
virtual |
goby::acomms::protobuf::QueuedMessageEntry::QueuedMessageEntry | ( | const QueuedMessageEntry & | from | ) |
|
inline |
Definition at line 1571 of file queue.pb.h.
|
inline |
Definition at line 1717 of file queue.pb.h.
|
inline |
Definition at line 1753 of file queue.pb.h.
|
inline |
Definition at line 1595 of file queue.pb.h.
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
inline |
Definition at line 1567 of file queue.pb.h.
|
inline |
Definition at line 1591 of file queue.pb.h.
|
inline |
Definition at line 1705 of file queue.pb.h.
|
inline |
Definition at line 1615 of file queue.pb.h.
|
inline |
Definition at line 1639 of file queue.pb.h.
|
inline |
Definition at line 1501 of file queue.pb.h.
|
inline |
Definition at line 1737 of file queue.pb.h.
|
inline |
Definition at line 1663 of file queue.pb.h.
|
inline |
Definition at line 1687 of file queue.pb.h.
|
final |
void goby::acomms::protobuf::QueuedMessageEntry::CopyFrom | ( | const QueuedMessageEntry & | from | ) |
|
static |
|
static |
|
inlinefinalvirtual |
Implements google::protobuf::MessageLite.
Definition at line 391 of file queue.pb.h.
|
finalvirtual |
Implements google::protobuf::Message.
|
inline |
Definition at line 1558 of file queue.pb.h.
|
inline |
Definition at line 1582 of file queue.pb.h.
|
inline |
Definition at line 1606 of file queue.pb.h.
|
inline |
Definition at line 1630 of file queue.pb.h.
|
inline |
Definition at line 1492 of file queue.pb.h.
|
inline |
Definition at line 1654 of file queue.pb.h.
|
inline |
Definition at line 1678 of file queue.pb.h.
|
static |
|
inlinestatic |
Definition at line 356 of file queue.pb.h.
|
final |
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
inline |
Definition at line 1723 of file queue.pb.h.
|
inline |
Definition at line 1708 of file queue.pb.h.
|
inline |
Definition at line 1702 of file queue.pb.h.
|
inline |
Definition at line 1619 of file queue.pb.h.
|
final |
void goby::acomms::protobuf::QueuedMessageEntry::MergeFrom | ( | const QueuedMessageEntry & | from | ) |
|
final |
|
inline |
Definition at line 1728 of file queue.pb.h.
|
inline |
Definition at line 1534 of file queue.pb.h.
|
inline |
Definition at line 1745 of file queue.pb.h.
|
inline |
Definition at line 1740 of file queue.pb.h.
|
inline |
Definition at line 348 of file queue.pb.h.
|
inlinefinalvirtual |
Implements google::protobuf::Message.
Definition at line 370 of file queue.pb.h.
|
inlinefinalvirtual |
Reimplemented from google::protobuf::Message.
Definition at line 374 of file queue.pb.h.
|
inline |
Definition at line 1643 of file queue.pb.h.
|
inline |
Definition at line 326 of file queue.pb.h.
|
inline |
Definition at line 1505 of file queue.pb.h.
|
inline |
Definition at line 1539 of file queue.pb.h.
|
inline |
Definition at line 1758 of file queue.pb.h.
|
inline |
Definition at line 1749 of file queue.pb.h.
|
inline |
Definition at line 1734 of file queue.pb.h.
|
inlinestatic |
Definition at line 430 of file queue.pb.h.
Definition at line 420 of file queue.pb.h.
|
inlinestatic |
Definition at line 433 of file queue.pb.h.
|
inlinestatic |
Definition at line 436 of file queue.pb.h.
|
final |
|
inline |
Definition at line 1575 of file queue.pb.h.
|
inline |
Definition at line 1547 of file queue.pb.h.
|
inline |
Definition at line 1599 of file queue.pb.h.
|
inline |
Definition at line 1712 of file queue.pb.h.
|
inline |
Definition at line 1623 of file queue.pb.h.
|
inline |
Definition at line 1647 of file queue.pb.h.
|
inline |
Definition at line 1509 of file queue.pb.h.
|
inline |
Definition at line 1522 of file queue.pb.h.
|
inline |
Definition at line 1528 of file queue.pb.h.
|
inline |
Definition at line 1671 of file queue.pb.h.
|
inline |
Definition at line 1695 of file queue.pb.h.
void goby::acomms::protobuf::QueuedMessageEntry::Swap | ( | QueuedMessageEntry * | other | ) |
|
inline |
Definition at line 1667 of file queue.pb.h.
|
inline |
Definition at line 345 of file queue.pb.h.
|
inline |
Definition at line 1691 of file queue.pb.h.
|
friend |
Definition at line 551 of file queue.pb.h.
|
friend |
Definition at line 364 of file queue.pb.h.
|
static |
Definition at line 416 of file queue.pb.h.
|
static |
Definition at line 497 of file queue.pb.h.
|
static |
Definition at line 483 of file queue.pb.h.
|
staticconstexpr |
Definition at line 360 of file queue.pb.h.
|
static |
Definition at line 446 of file queue.pb.h.
|
static |
Definition at line 511 of file queue.pb.h.
|
static |
Definition at line 504 of file queue.pb.h.
|
static |
Definition at line 468 of file queue.pb.h.
|
static |
Definition at line 456 of file queue.pb.h.
|
static |
Definition at line 490 of file queue.pb.h.
|
static |
Definition at line 518 of file queue.pb.h.
|
static |
Definition at line 427 of file queue.pb.h.
|
static |
Definition at line 425 of file queue.pb.h.
|
static |
Definition at line 423 of file queue.pb.h.
|
static |
Definition at line 414 of file queue.pb.h.
|
static |
Definition at line 418 of file queue.pb.h.