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

Public Types

typedef LogConfig_SQLiteInfo SQLiteInfo
 
typedef LogConfig_SQLBackend SQLBackend
 

Public Member Functions

 LogConfig (const LogConfig &from)
 
LogConfigoperator= (const LogConfig &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (LogConfig *other)
 
LogConfigNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const LogConfig &from)
 
void MergeFrom (const LogConfig &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_backend () const
 
void clear_backend ()
 
inline::goby::core::proto::LogConfig_SQLBackend backend () const
 
void set_backend (::goby::core::proto::LogConfig_SQLBackend value)
 
bool has_sqlite () const
 
void clear_sqlite ()
 
const ::goby::core::proto::LogConfig_SQLiteInfosqlite () const
 
inline::goby::core::proto::LogConfig_SQLiteInfo * mutable_sqlite ()
 
inline::goby::core::proto::LogConfig_SQLiteInfo * release_sqlite ()
 
void set_allocated_sqlite (::goby::core::proto::LogConfig_SQLiteInfo *sqlite)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const LogConfigdefault_instance ()
 
static bool SQLBackend_IsValid (int value)
 
static const ::google::protobuf::EnumDescriptor * SQLBackend_descriptor ()
 
static const ::std::string & SQLBackend_Name (SQLBackend value)
 
static bool SQLBackend_Parse (const ::std::string &name, SQLBackend *value)
 

Static Public Attributes

static const SQLBackend SQLITE = LogConfig_SQLBackend_SQLITE
 
static const SQLBackend SQLBackend_MIN
 
static const SQLBackend SQLBackend_MAX
 
static const int SQLBackend_ARRAYSIZE
 
static const int kBackendFieldNumber = 1
 
static const int kSqliteFieldNumber = 2
 

Friends

void protobuf_AddDesc_goby_2fpb_2fprotobuf_2fconfig_2eproto ()
 
void protobuf_AssignDesc_goby_2fpb_2fprotobuf_2fconfig_2eproto ()
 
void protobuf_ShutdownFile_goby_2fpb_2fprotobuf_2fconfig_2eproto ()
 

Detailed Description

Definition at line 606 of file config.pb.h.

Member Data Documentation

const int goby::core::proto::LogConfig::SQLBackend_ARRAYSIZE
static
Initial value:
=
LogConfig_SQLBackend_SQLBackend_ARRAYSIZE

Definition at line 668 of file config.pb.h.

const SQLBackend goby::core::proto::LogConfig::SQLBackend_MAX
static
Initial value:
=
LogConfig_SQLBackend_SQLBackend_MAX

Definition at line 666 of file config.pb.h.

const SQLBackend goby::core::proto::LogConfig::SQLBackend_MIN
static
Initial value:
=
LogConfig_SQLBackend_SQLBackend_MIN

Definition at line 664 of file config.pb.h.


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