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

Public Types

typedef QueuedMessageEntry_Role Role
 
typedef QueuedMessageEntry_RoleType RoleType
 

Public Member Functions

 QueuedMessageEntry (const QueuedMessageEntry &from)
 
QueuedMessageEntryoperator= (const QueuedMessageEntry &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (QueuedMessageEntry *other)
 
QueuedMessageEntryNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const QueuedMessageEntry &from)
 
void MergeFrom (const QueuedMessageEntry &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_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)
 
inline::std::string * mutable_protobuf_name ()
 
inline::std::string * release_protobuf_name ()
 
void set_allocated_protobuf_name (::std::string *protobuf_name)
 
bool has_ack () const
 
void clear_ack ()
 
bool ack () const
 
void set_ack (bool value)
 
bool has_blackout_time () const
 
void clear_blackout_time ()
 
inline::google::protobuf::uint32 blackout_time () const
 
void set_blackout_time (::google::protobuf::uint32 value)
 
bool has_max_queue () const
 
void clear_max_queue ()
 
inline::google::protobuf::uint32 max_queue () const
 
void set_max_queue (::google::protobuf::uint32 value)
 
bool has_newest_first () const
 
void clear_newest_first ()
 
bool newest_first () const
 
void set_newest_first (bool value)
 
bool has_ttl () const
 
void clear_ttl ()
 
inline::google::protobuf::int32 ttl () const
 
void set_ttl (::google::protobuf::int32 value)
 
bool has_value_base () const
 
void clear_value_base ()
 
double value_base () const
 
void set_value_base (double value)
 
int manipulator_size () const
 
void clear_manipulator ()
 
inline::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
 
inline::google::protobuf::RepeatedField< int > * mutable_manipulator ()
 
int role_size () const
 
void clear_role ()
 
const ::goby::acomms::protobuf::QueuedMessageEntry_Rolerole (int index) const
 
inline::goby::acomms::protobuf::QueuedMessageEntry_Role * mutable_role (int index)
 
inline::goby::acomms::protobuf::QueuedMessageEntry_Role * add_role ()
 
const ::google::protobuf::RepeatedPtrField< ::goby::acomms::protobuf::QueuedMessageEntry_Role > & role () const
 
inline::google::protobuf::RepeatedPtrField< ::goby::acomms::protobuf::QueuedMessageEntry_Role > * mutable_role ()
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const QueuedMessageEntrydefault_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 const RoleType SOURCE_ID = QueuedMessageEntry_RoleType_SOURCE_ID
 
static const RoleType DESTINATION_ID = QueuedMessageEntry_RoleType_DESTINATION_ID
 
static const RoleType TIMESTAMP = QueuedMessageEntry_RoleType_TIMESTAMP
 
static const RoleType RoleType_MIN
 
static const RoleType RoleType_MAX
 
static const int RoleType_ARRAYSIZE
 
static const int kProtobufNameFieldNumber = 1
 
static const int kAckFieldNumber = 2
 
static const int kBlackoutTimeFieldNumber = 3
 
static const int kMaxQueueFieldNumber = 4
 
static const int kNewestFirstFieldNumber = 5
 
static const int kTtlFieldNumber = 6
 
static const int kValueBaseFieldNumber = 7
 
static const int kManipulatorFieldNumber = 10
 
static const int kRoleFieldNumber = 20
 

Friends

void protobuf_AddDesc_goby_2facomms_2fprotobuf_2fqueue_2eproto ()
 
void protobuf_AssignDesc_goby_2facomms_2fprotobuf_2fqueue_2eproto ()
 
void protobuf_ShutdownFile_goby_2facomms_2fprotobuf_2fqueue_2eproto ()
 

Detailed Description

Examples:
acomms/chat/chat.cpp.

Definition at line 232 of file queue.pb.h.

Member Data Documentation

const int goby::acomms::protobuf::QueuedMessageEntry::RoleType_ARRAYSIZE
static
Initial value:
=
QueuedMessageEntry_RoleType_RoleType_ARRAYSIZE

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

const RoleType goby::acomms::protobuf::QueuedMessageEntry::RoleType_MAX
static
Initial value:
=
QueuedMessageEntry_RoleType_RoleType_MAX

Definition at line 294 of file queue.pb.h.

const RoleType goby::acomms::protobuf::QueuedMessageEntry::RoleType_MIN
static
Initial value:
=
QueuedMessageEntry_RoleType_RoleType_MIN

Definition at line 292 of file queue.pb.h.


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