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

Public Member Functions

 QueueConfig (const QueueConfig &from)
 
QueueConfigoperator= (const QueueConfig &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (QueueConfig *other)
 
QueueConfigNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const QueueConfig &from)
 
void MergeFrom (const QueueConfig &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_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_value_base () const
 
void clear_value_base ()
 
double value_base () const
 
void set_value_base (double value)
 
bool has_ttl () const
 
void clear_ttl ()
 
inline::google::protobuf::uint32 ttl () const
 
void set_ttl (::google::protobuf::uint32 value)
 
bool has_key () const
 
void clear_key ()
 
const ::goby::transitional::protobuf::QueueKeykey () const
 
inline::goby::transitional::protobuf::QueueKey * mutable_key ()
 
inline::goby::transitional::protobuf::QueueKey * release_key ()
 
void set_allocated_key (::goby::transitional::protobuf::QueueKey *key)
 
bool has_name () const
 
void clear_name ()
 
const ::std::string & name () const
 
void set_name (const ::std::string &value)
 
void set_name (const char *value)
 
void set_name (const char *value, size_t size)
 
inline::std::string * mutable_name ()
 
inline::std::string * release_name ()
 
void set_allocated_name (::std::string *name)
 
bool has_in_pubsub_var () const
 
void clear_in_pubsub_var ()
 
const ::std::string & in_pubsub_var () const
 
void set_in_pubsub_var (const ::std::string &value)
 
void set_in_pubsub_var (const char *value)
 
void set_in_pubsub_var (const char *value, size_t size)
 
inline::std::string * mutable_in_pubsub_var ()
 
inline::std::string * release_in_pubsub_var ()
 
void set_allocated_in_pubsub_var (::std::string *in_pubsub_var)
 
bool has_out_pubsub_var () const
 
void clear_out_pubsub_var ()
 
const ::std::string & out_pubsub_var () const
 
void set_out_pubsub_var (const ::std::string &value)
 
void set_out_pubsub_var (const char *value)
 
void set_out_pubsub_var (const char *value, size_t size)
 
inline::std::string * mutable_out_pubsub_var ()
 
inline::std::string * release_out_pubsub_var ()
 
void set_allocated_out_pubsub_var (::std::string *out_pubsub_var)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const QueueConfigdefault_instance ()
 

Static Public Attributes

static const int kAckFieldNumber = 1
 
static const int kBlackoutTimeFieldNumber = 2
 
static const int kMaxQueueFieldNumber = 3
 
static const int kNewestFirstFieldNumber = 4
 
static const int kValueBaseFieldNumber = 5
 
static const int kTtlFieldNumber = 6
 
static const int kKeyFieldNumber = 7
 
static const int kNameFieldNumber = 8
 
static const int kInPubsubVarFieldNumber = 9
 
static const int kOutPubsubVarFieldNumber = 10
 

Friends

void protobuf_AddDesc_goby_2fmoos_2fprotobuf_2ftransitional_2eproto ()
 
void protobuf_AssignDesc_goby_2fmoos_2fprotobuf_2ftransitional_2eproto ()
 
void protobuf_ShutdownFile_goby_2fmoos_2fprotobuf_2ftransitional_2eproto ()
 

Detailed Description

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


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