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

Public Member Functions

 AppBaseConfig (const AppBaseConfig &from)
 
AppBaseConfigoperator= (const AppBaseConfig &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (AppBaseConfig *other)
 
AppBaseConfigNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const AppBaseConfig &from)
 
void MergeFrom (const AppBaseConfig &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_app_name () const
 
void clear_app_name ()
 
const ::std::string & app_name () const
 
void set_app_name (const ::std::string &value)
 
void set_app_name (const char *value)
 
void set_app_name (const char *value, size_t size)
 
inline::std::string * mutable_app_name ()
 
inline::std::string * release_app_name ()
 
void set_allocated_app_name (::std::string *app_name)
 
bool has_loop_freq () const
 
void clear_loop_freq ()
 
float loop_freq () const
 
void set_loop_freq (float value)
 
bool has_platform_name () const
 
void clear_platform_name ()
 
const ::std::string & platform_name () const
 
void set_platform_name (const ::std::string &value)
 
void set_platform_name (const char *value)
 
void set_platform_name (const char *value, size_t size)
 
inline::std::string * mutable_platform_name ()
 
inline::std::string * release_platform_name ()
 
void set_allocated_platform_name (::std::string *platform_name)
 
bool has_pubsub_config () const
 
void clear_pubsub_config ()
 
const ::goby::common::protobuf::PubSubSocketConfigpubsub_config () const
 
inline::goby::common::protobuf::PubSubSocketConfig * mutable_pubsub_config ()
 
inline::goby::common::protobuf::PubSubSocketConfig * release_pubsub_config ()
 
void set_allocated_pubsub_config (::goby::common::protobuf::PubSubSocketConfig *pubsub_config)
 
bool has_additional_socket_config () const
 
void clear_additional_socket_config ()
 
const ::goby::common::protobuf::ZeroMQServiceConfigadditional_socket_config () const
 
inline::goby::common::protobuf::ZeroMQServiceConfig * mutable_additional_socket_config ()
 
inline::goby::common::protobuf::ZeroMQServiceConfig * release_additional_socket_config ()
 
void set_allocated_additional_socket_config (::goby::common::protobuf::ZeroMQServiceConfig *additional_socket_config)
 
bool has_glog_config () const
 
void clear_glog_config ()
 
const ::goby::common::protobuf::GLogConfigglog_config () const
 
inline::goby::common::protobuf::GLogConfig * mutable_glog_config ()
 
inline::goby::common::protobuf::GLogConfig * release_glog_config ()
 
void set_allocated_glog_config (::goby::common::protobuf::GLogConfig *glog_config)
 

Static Public Member Functions

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

Static Public Attributes

static const int kAppNameFieldNumber = 1
 
static const int kLoopFreqFieldNumber = 2
 
static const int kPlatformNameFieldNumber = 3
 
static const int kPubsubConfigFieldNumber = 10
 
static const int kAdditionalSocketConfigFieldNumber = 100
 
static const int kGlogConfigFieldNumber = 11
 

Friends

void protobuf_AddDesc_goby_2fcommon_2fprotobuf_2fapp_5fbase_5fconfig_2eproto ()
 
void protobuf_AssignDesc_goby_2fcommon_2fprotobuf_2fapp_5fbase_5fconfig_2eproto ()
 
void protobuf_ShutdownFile_goby_2fcommon_2fprotobuf_2fapp_5fbase_5fconfig_2eproto ()
 

Detailed Description

Definition at line 46 of file app_base_config.pb.h.


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