Goby3
3.1.5
2024.05.14
|
#include <goby/util/protobuf/debug_logger.pb.h>
Public Types | |
enum | : int { kFileTimestampFieldNumber = 1 , kLatestSymlinkFieldNumber = 2 } |
enum | : int { kFileNameFieldNumber = 1 , kFileDirFieldNumber = 2 , kOmitFieldNumber = 5 , kLogRotateSecFieldNumber = 4 , kVerbosityFieldNumber = 3 } |
enum | : int { kFileLogFieldNumber = 3 , kShowGuiFieldNumber = 2 , kShowDcclLogFieldNumber = 4 , kTtyVerbosityFieldNumber = 1 } |
enum | : int { kDataFieldNumber = 1 , kSrcFieldNumber = 2 , kDestFieldNumber = 3 , kTimeFieldNumber = 4 } |
typedef GLogConfig_FileLog_Omit | Omit |
typedef boost::units::derived_dimension< boost::units::time_base_dimension, 1 >::type | log_rotate_sec_dimension |
typedef boost::units::unit< log_rotate_sec_dimension, boost::units::si::system > | log_rotate_sec_unit |
typedef GLogConfig_FileLog | FileLog |
typedef GLogConfig_Verbosity | Verbosity |
Public Member Functions | |
GLogConfig_FileLog_Omit () | |
virtual | ~GLogConfig_FileLog_Omit () |
GLogConfig_FileLog_Omit (const GLogConfig_FileLog_Omit &from) | |
GLogConfig_FileLog_Omit (GLogConfig_FileLog_Omit &&from) noexcept | |
GLogConfig_FileLog_Omit & | operator= (const GLogConfig_FileLog_Omit &from) |
GLogConfig_FileLog_Omit & | operator= (GLogConfig_FileLog_Omit &&from) noexcept |
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (GLogConfig_FileLog_Omit *other) |
void | UnsafeArenaSwap (GLogConfig_FileLog_Omit *other) |
GLogConfig_FileLog_Omit * | New () const final |
GLogConfig_FileLog_Omit * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final |
void | CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final |
void | MergeFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final |
void | CopyFrom (const GLogConfig_FileLog_Omit &from) |
void | MergeFrom (const GLogConfig_FileLog_Omit &from) |
PROTOBUF_ATTRIBUTE_REINITIALIZES void | Clear () final |
bool | IsInitialized () const final |
size_t | ByteSizeLong () const final |
const char * | _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final |
::PROTOBUF_NAMESPACE_ID::uint8 * | _InternalSerialize (::PROTOBUF_NAMESPACE_ID::uint8 *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final |
int | GetCachedSize () const final |
::PROTOBUF_NAMESPACE_ID::Metadata | GetMetadata () const final |
bool | has_file_timestamp () const |
void | clear_file_timestamp () |
bool | file_timestamp () const |
void | set_file_timestamp (bool value) |
bool | has_latest_symlink () const |
void | clear_latest_symlink () |
bool | latest_symlink () const |
void | set_latest_symlink (bool value) |
GLogConfig_FileLog () | |
virtual | ~GLogConfig_FileLog () |
GLogConfig_FileLog (const GLogConfig_FileLog &from) | |
GLogConfig_FileLog (GLogConfig_FileLog &&from) noexcept | |
GLogConfig_FileLog & | operator= (const GLogConfig_FileLog &from) |
GLogConfig_FileLog & | operator= (GLogConfig_FileLog &&from) noexcept |
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (GLogConfig_FileLog *other) |
void | UnsafeArenaSwap (GLogConfig_FileLog *other) |
GLogConfig_FileLog * | New () const final |
GLogConfig_FileLog * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final |
void | CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final |
void | MergeFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final |
void | CopyFrom (const GLogConfig_FileLog &from) |
void | MergeFrom (const GLogConfig_FileLog &from) |
PROTOBUF_ATTRIBUTE_REINITIALIZES void | Clear () final |
bool | IsInitialized () const final |
size_t | ByteSizeLong () const final |
const char * | _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final |
::PROTOBUF_NAMESPACE_ID::uint8 * | _InternalSerialize (::PROTOBUF_NAMESPACE_ID::uint8 *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final |
int | GetCachedSize () const final |
::PROTOBUF_NAMESPACE_ID::Metadata | GetMetadata () const final |
bool | has_file_name () const |
void | clear_file_name () |
const std::string & | file_name () const |
void | set_file_name (const std::string &value) |
void | set_file_name (std::string &&value) |
void | set_file_name (const char *value) |
void | set_file_name (const char *value, size_t size) |
std::string * | mutable_file_name () |
std::string * | release_file_name () |
void | set_allocated_file_name (std::string *file_name) |
bool | has_file_dir () const |
void | clear_file_dir () |
const std::string & | file_dir () const |
void | set_file_dir (const std::string &value) |
void | set_file_dir (std::string &&value) |
void | set_file_dir (const char *value) |
void | set_file_dir (const char *value, size_t size) |
std::string * | mutable_file_dir () |
std::string * | release_file_dir () |
void | set_allocated_file_dir (std::string *file_dir) |
bool | has_omit () const |
void | clear_omit () |
const ::goby::util::protobuf::GLogConfig_FileLog_Omit & | omit () const |
::goby::util::protobuf::GLogConfig_FileLog_Omit * | release_omit () |
::goby::util::protobuf::GLogConfig_FileLog_Omit * | mutable_omit () |
void | set_allocated_omit (::goby::util::protobuf::GLogConfig_FileLog_Omit *omit) |
void | unsafe_arena_set_allocated_omit (::goby::util::protobuf::GLogConfig_FileLog_Omit *omit) |
::goby::util::protobuf::GLogConfig_FileLog_Omit * | unsafe_arena_release_omit () |
bool | has_log_rotate_sec () const |
void | clear_log_rotate_sec () |
::PROTOBUF_NAMESPACE_ID::uint32 | log_rotate_sec () const |
void | set_log_rotate_sec (::PROTOBUF_NAMESPACE_ID::uint32 value) |
bool | has_verbosity () const |
void | clear_verbosity () |
::goby::util::protobuf::GLogConfig_Verbosity | verbosity () const |
void | set_verbosity (::goby::util::protobuf::GLogConfig_Verbosity value) |
template<typename Quantity > | |
void | set_log_rotate_sec_with_units (Quantity value_w_units) |
template<typename Quantity > | |
Quantity | log_rotate_sec_with_units () const |
boost::units::quantity< log_rotate_sec_unit, google::protobuf::uint32 > | log_rotate_sec_with_units () const |
GLogConfig () | |
virtual | ~GLogConfig () |
GLogConfig (const GLogConfig &from) | |
GLogConfig (GLogConfig &&from) noexcept | |
GLogConfig & | operator= (const GLogConfig &from) |
GLogConfig & | operator= (GLogConfig &&from) noexcept |
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (GLogConfig *other) |
void | UnsafeArenaSwap (GLogConfig *other) |
GLogConfig * | New () const final |
GLogConfig * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final |
void | CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final |
void | MergeFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final |
void | CopyFrom (const GLogConfig &from) |
void | MergeFrom (const GLogConfig &from) |
PROTOBUF_ATTRIBUTE_REINITIALIZES void | Clear () final |
bool | IsInitialized () const final |
size_t | ByteSizeLong () const final |
const char * | _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final |
::PROTOBUF_NAMESPACE_ID::uint8 * | _InternalSerialize (::PROTOBUF_NAMESPACE_ID::uint8 *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final |
int | GetCachedSize () const final |
::PROTOBUF_NAMESPACE_ID::Metadata | GetMetadata () const final |
bool | has_file_log () const |
void | clear_file_log () |
const ::goby::util::protobuf::GLogConfig_FileLog & | file_log () const |
::goby::util::protobuf::GLogConfig_FileLog * | release_file_log () |
::goby::util::protobuf::GLogConfig_FileLog * | mutable_file_log () |
void | set_allocated_file_log (::goby::util::protobuf::GLogConfig_FileLog *file_log) |
void | unsafe_arena_set_allocated_file_log (::goby::util::protobuf::GLogConfig_FileLog *file_log) |
::goby::util::protobuf::GLogConfig_FileLog * | unsafe_arena_release_file_log () |
bool | has_show_gui () const |
void | clear_show_gui () |
bool | show_gui () const |
void | set_show_gui (bool value) |
bool | has_show_dccl_log () const |
void | clear_show_dccl_log () |
bool | show_dccl_log () const |
void | set_show_dccl_log (bool value) |
bool | has_tty_verbosity () const |
void | clear_tty_verbosity () |
::goby::util::protobuf::GLogConfig_Verbosity | tty_verbosity () const |
void | set_tty_verbosity (::goby::util::protobuf::GLogConfig_Verbosity value) |
Datagram () | |
virtual | ~Datagram () |
Datagram (const Datagram &from) | |
Datagram (Datagram &&from) noexcept | |
Datagram & | operator= (const Datagram &from) |
Datagram & | operator= (Datagram &&from) noexcept |
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (Datagram *other) |
void | UnsafeArenaSwap (Datagram *other) |
Datagram * | New () const final |
Datagram * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final |
void | CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final |
void | MergeFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final |
void | CopyFrom (const Datagram &from) |
void | MergeFrom (const Datagram &from) |
PROTOBUF_ATTRIBUTE_REINITIALIZES void | Clear () final |
bool | IsInitialized () const final |
size_t | ByteSizeLong () const final |
const char * | _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final |
::PROTOBUF_NAMESPACE_ID::uint8 * | _InternalSerialize (::PROTOBUF_NAMESPACE_ID::uint8 *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final |
int | GetCachedSize () const final |
::PROTOBUF_NAMESPACE_ID::Metadata | GetMetadata () const final |
bool | has_data () const |
void | clear_data () |
const std::string & | data () const |
void | set_data (const std::string &value) |
void | set_data (std::string &&value) |
void | set_data (const char *value) |
void | set_data (const char *value, size_t size) |
std::string * | mutable_data () |
std::string * | release_data () |
void | set_allocated_data (std::string *data) |
bool | has_src () const |
void | clear_src () |
const std::string & | src () const |
void | set_src (const std::string &value) |
void | set_src (std::string &&value) |
void | set_src (const char *value) |
void | set_src (const char *value, size_t size) |
std::string * | mutable_src () |
std::string * | release_src () |
void | set_allocated_src (std::string *src) |
bool | has_dest () const |
void | clear_dest () |
const std::string & | dest () const |
void | set_dest (const std::string &value) |
void | set_dest (std::string &&value) |
void | set_dest (const char *value) |
void | set_dest (const char *value, size_t size) |
std::string * | mutable_dest () |
std::string * | release_dest () |
void | set_allocated_dest (std::string *dest) |
bool | has_time () const |
void | clear_time () |
double | time () const |
void | set_time (double value) |
Static Public Member Functions | |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | descriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | GetDescriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Reflection * | GetReflection () |
static const GLogConfig_FileLog_Omit & | default_instance () |
static void | InitAsDefaultInstance () |
static const GLogConfig_FileLog_Omit * | internal_default_instance () |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | descriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | GetDescriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Reflection * | GetReflection () |
static const GLogConfig_FileLog & | default_instance () |
static void | InitAsDefaultInstance () |
static const GLogConfig_FileLog * | internal_default_instance () |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | descriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | GetDescriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Reflection * | GetReflection () |
static const GLogConfig & | default_instance () |
static void | InitAsDefaultInstance () |
static const GLogConfig * | internal_default_instance () |
static bool | Verbosity_IsValid (int value) |
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | Verbosity_descriptor () |
template<typename T > | |
static const std::string & | Verbosity_Name (T enum_t_value) |
static bool | Verbosity_Parse (const std::string &name, Verbosity *value) |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | descriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | GetDescriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Reflection * | GetReflection () |
static const Datagram & | default_instance () |
static void | InitAsDefaultInstance () |
static const Datagram * | internal_default_instance () |
Public Attributes | |
static ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed< std::string > | _i_give_permission_to_break_this_code_default_file_name_ |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages |
static constexpr Verbosity | QUIET |
static constexpr Verbosity | WARN |
static constexpr Verbosity | VERBOSE |
static constexpr Verbosity | DEBUG1 |
static constexpr Verbosity | DEBUG2 |
static constexpr Verbosity | DEBUG3 |
static constexpr Verbosity | Verbosity_MIN |
static constexpr Verbosity | Verbosity_MAX |
static constexpr int | Verbosity_ARRAYSIZE |
Protected Member Functions | |
GLogConfig_FileLog_Omit (::PROTOBUF_NAMESPACE_ID::Arena *arena) | |
GLogConfig_FileLog (::PROTOBUF_NAMESPACE_ID::Arena *arena) | |
GLogConfig (::PROTOBUF_NAMESPACE_ID::Arena *arena) | |
Datagram (::PROTOBUF_NAMESPACE_ID::Arena *arena) | |
Friends | |
class | ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata |
template<typename T > | |
class | ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper |
struct | ::TableStruct_goby_2futil_2fprotobuf_2fdebug_5flogger_2eproto |
struct | ::TableStruct_goby_2futil_2fprotobuf_2flinebasedcomms_2eproto |
void | swap (GLogConfig_FileLog_Omit &a, GLogConfig_FileLog_Omit &b) |
void | swap (GLogConfig_FileLog &a, GLogConfig_FileLog &b) |
void | swap (GLogConfig &a, GLogConfig &b) |
void | swap (Datagram &a, Datagram &b) |
Definition at line 119 of file debug_logger.pb.h.
Definition at line 666 of file debug_logger.pb.h.
typedef boost::units::derived_dimension< boost::units::time_base_dimension,1 >::type goby::util::protobuf::PROTOBUF_FINAL::log_rotate_sec_dimension |
Definition at line 513 of file debug_logger.pb.h.
typedef boost::units::unit<log_rotate_sec_dimension,boost::units::si::system> goby::util::protobuf::PROTOBUF_FINAL::log_rotate_sec_unit |
Definition at line 515 of file debug_logger.pb.h.
Definition at line 400 of file debug_logger.pb.h.
Definition at line 668 of file debug_logger.pb.h.
anonymous enum : int |
Enumerator | |
---|---|
kFileTimestampFieldNumber | |
kLatestSymlinkFieldNumber |
Definition at line 238 of file debug_logger.pb.h.
anonymous enum : int |
Enumerator | |
---|---|
kFileNameFieldNumber | |
kFileDirFieldNumber | |
kOmitFieldNumber | |
kLogRotateSecFieldNumber | |
kVerbosityFieldNumber |
Definition at line 404 of file debug_logger.pb.h.
anonymous enum : int |
Enumerator | |
---|---|
kFileLogFieldNumber | |
kShowGuiFieldNumber | |
kShowDcclLogFieldNumber | |
kTtyVerbosityFieldNumber |
Definition at line 708 of file debug_logger.pb.h.
anonymous enum : int |
Enumerator | |
---|---|
kDataFieldNumber | |
kSrcFieldNumber | |
kDestFieldNumber | |
kTimeFieldNumber |
Definition at line 199 of file linebasedcomms.pb.h.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
void goby::util::protobuf::PROTOBUF_FINAL::clear_data | ( | ) |
void goby::util::protobuf::PROTOBUF_FINAL::clear_dest | ( | ) |
void goby::util::protobuf::PROTOBUF_FINAL::clear_file_dir | ( | ) |
void goby::util::protobuf::PROTOBUF_FINAL::clear_file_log | ( | ) |
void goby::util::protobuf::PROTOBUF_FINAL::clear_file_name | ( | ) |
void goby::util::protobuf::PROTOBUF_FINAL::clear_file_timestamp | ( | ) |
void goby::util::protobuf::PROTOBUF_FINAL::clear_latest_symlink | ( | ) |
void goby::util::protobuf::PROTOBUF_FINAL::clear_log_rotate_sec | ( | ) |
void goby::util::protobuf::PROTOBUF_FINAL::clear_omit | ( | ) |
void goby::util::protobuf::PROTOBUF_FINAL::clear_show_dccl_log | ( | ) |
void goby::util::protobuf::PROTOBUF_FINAL::clear_show_gui | ( | ) |
void goby::util::protobuf::PROTOBUF_FINAL::clear_src | ( | ) |
void goby::util::protobuf::PROTOBUF_FINAL::clear_time | ( | ) |
void goby::util::protobuf::PROTOBUF_FINAL::clear_tty_verbosity | ( | ) |
void goby::util::protobuf::PROTOBUF_FINAL::clear_verbosity | ( | ) |
|
final |
|
final |
|
final |
|
final |
void goby::util::protobuf::PROTOBUF_FINAL::CopyFrom | ( | const Datagram & | from | ) |
void goby::util::protobuf::PROTOBUF_FINAL::CopyFrom | ( | const GLogConfig & | from | ) |
void goby::util::protobuf::PROTOBUF_FINAL::CopyFrom | ( | const GLogConfig_FileLog & | from | ) |
void goby::util::protobuf::PROTOBUF_FINAL::CopyFrom | ( | const GLogConfig_FileLog_Omit & | from | ) |
const std::string& goby::util::protobuf::PROTOBUF_FINAL::data | ( | ) | const |
|
inline |
Definition at line 83 of file linebasedcomms.pb.h.
|
explicitprotected |
goby::util::protobuf::PROTOBUF_FINAL::Datagram | ( | const Datagram & | from | ) |
|
inlinenoexcept |
Definition at line 87 of file linebasedcomms.pb.h.
|
static |
|
static |
|
static |
|
static |
|
inlinestatic |
Definition at line 151 of file debug_logger.pb.h.
|
inlinestatic |
Definition at line 315 of file debug_logger.pb.h.
|
inlinestatic |
Definition at line 581 of file debug_logger.pb.h.
|
inlinestatic |
Definition at line 112 of file linebasedcomms.pb.h.
const std::string& goby::util::protobuf::PROTOBUF_FINAL::dest | ( | ) | const |
const std::string& goby::util::protobuf::PROTOBUF_FINAL::file_dir | ( | ) | const |
const ::goby::util::protobuf::GLogConfig_FileLog& goby::util::protobuf::PROTOBUF_FINAL::file_log | ( | ) | const |
const std::string& goby::util::protobuf::PROTOBUF_FINAL::file_name | ( | ) | const |
bool goby::util::protobuf::PROTOBUF_FINAL::file_timestamp | ( | ) | const |
|
inlinefinal |
Definition at line 207 of file debug_logger.pb.h.
|
inlinefinal |
Definition at line 371 of file debug_logger.pb.h.
|
inlinefinal |
Definition at line 637 of file debug_logger.pb.h.
|
inlinefinal |
Definition at line 168 of file linebasedcomms.pb.h.
|
inlinestatic |
Definition at line 154 of file debug_logger.pb.h.
|
inlinestatic |
Definition at line 318 of file debug_logger.pb.h.
|
inlinestatic |
Definition at line 584 of file debug_logger.pb.h.
|
inlinestatic |
Definition at line 115 of file linebasedcomms.pb.h.
|
final |
|
final |
|
final |
|
final |
|
inlinestatic |
Definition at line 157 of file debug_logger.pb.h.
|
inlinestatic |
Definition at line 321 of file debug_logger.pb.h.
|
inlinestatic |
Definition at line 587 of file debug_logger.pb.h.
|
inlinestatic |
Definition at line 118 of file linebasedcomms.pb.h.
|
inline |
Definition at line 552 of file debug_logger.pb.h.
|
explicitprotected |
goby::util::protobuf::PROTOBUF_FINAL::GLogConfig | ( | const GLogConfig & | from | ) |
|
inlinenoexcept |
Definition at line 556 of file debug_logger.pb.h.
|
inline |
Definition at line 286 of file debug_logger.pb.h.
|
explicitprotected |
goby::util::protobuf::PROTOBUF_FINAL::GLogConfig_FileLog | ( | const GLogConfig_FileLog & | from | ) |
|
inlinenoexcept |
Definition at line 290 of file debug_logger.pb.h.
|
inline |
Definition at line 122 of file debug_logger.pb.h.
|
explicitprotected |
goby::util::protobuf::PROTOBUF_FINAL::GLogConfig_FileLog_Omit | ( | const GLogConfig_FileLog_Omit & | from | ) |
|
inlinenoexcept |
Definition at line 126 of file debug_logger.pb.h.
bool goby::util::protobuf::PROTOBUF_FINAL::has_data | ( | ) | const |
bool goby::util::protobuf::PROTOBUF_FINAL::has_dest | ( | ) | const |
bool goby::util::protobuf::PROTOBUF_FINAL::has_file_dir | ( | ) | const |
bool goby::util::protobuf::PROTOBUF_FINAL::has_file_log | ( | ) | const |
bool goby::util::protobuf::PROTOBUF_FINAL::has_file_name | ( | ) | const |
bool goby::util::protobuf::PROTOBUF_FINAL::has_file_timestamp | ( | ) | const |
bool goby::util::protobuf::PROTOBUF_FINAL::has_latest_symlink | ( | ) | const |
bool goby::util::protobuf::PROTOBUF_FINAL::has_log_rotate_sec | ( | ) | const |
bool goby::util::protobuf::PROTOBUF_FINAL::has_omit | ( | ) | const |
bool goby::util::protobuf::PROTOBUF_FINAL::has_show_dccl_log | ( | ) | const |
bool goby::util::protobuf::PROTOBUF_FINAL::has_show_gui | ( | ) | const |
bool goby::util::protobuf::PROTOBUF_FINAL::has_src | ( | ) | const |
bool goby::util::protobuf::PROTOBUF_FINAL::has_time | ( | ) | const |
bool goby::util::protobuf::PROTOBUF_FINAL::has_tty_verbosity | ( | ) | const |
bool goby::util::protobuf::PROTOBUF_FINAL::has_verbosity | ( | ) | const |
|
static |
|
static |
|
static |
|
static |
|
inlinestatic |
Definition at line 163 of file debug_logger.pb.h.
|
inlinestatic |
Definition at line 327 of file debug_logger.pb.h.
|
inlinestatic |
Definition at line 593 of file debug_logger.pb.h.
|
inlinestatic |
Definition at line 124 of file linebasedcomms.pb.h.
|
final |
|
final |
|
final |
|
final |
bool goby::util::protobuf::PROTOBUF_FINAL::latest_symlink | ( | ) | const |
::PROTOBUF_NAMESPACE_ID::uint32 goby::util::protobuf::PROTOBUF_FINAL::log_rotate_sec | ( | ) | const |
|
inline |
Definition at line 522 of file debug_logger.pb.h.
|
inline |
Definition at line 525 of file debug_logger.pb.h.
|
final |
|
final |
|
final |
|
final |
void goby::util::protobuf::PROTOBUF_FINAL::MergeFrom | ( | const Datagram & | from | ) |
void goby::util::protobuf::PROTOBUF_FINAL::MergeFrom | ( | const GLogConfig & | from | ) |
void goby::util::protobuf::PROTOBUF_FINAL::MergeFrom | ( | const GLogConfig_FileLog & | from | ) |
void goby::util::protobuf::PROTOBUF_FINAL::MergeFrom | ( | const GLogConfig_FileLog_Omit & | from | ) |
std::string* goby::util::protobuf::PROTOBUF_FINAL::mutable_data | ( | ) |
std::string* goby::util::protobuf::PROTOBUF_FINAL::mutable_dest | ( | ) |
std::string* goby::util::protobuf::PROTOBUF_FINAL::mutable_file_dir | ( | ) |
::goby::util::protobuf::GLogConfig_FileLog* goby::util::protobuf::PROTOBUF_FINAL::mutable_file_log | ( | ) |
std::string* goby::util::protobuf::PROTOBUF_FINAL::mutable_file_name | ( | ) |
::goby::util::protobuf::GLogConfig_FileLog_Omit* goby::util::protobuf::PROTOBUF_FINAL::mutable_omit | ( | ) |
std::string* goby::util::protobuf::PROTOBUF_FINAL::mutable_src | ( | ) |
|
inline |
Definition at line 147 of file debug_logger.pb.h.
|
inline |
Definition at line 311 of file debug_logger.pb.h.
|
inline |
Definition at line 577 of file debug_logger.pb.h.
|
inline |
Definition at line 108 of file linebasedcomms.pb.h.
|
inlinefinal |
Definition at line 189 of file debug_logger.pb.h.
|
inlinefinal |
Definition at line 353 of file debug_logger.pb.h.
|
inlinefinal |
Definition at line 619 of file debug_logger.pb.h.
|
inlinefinal |
Definition at line 150 of file linebasedcomms.pb.h.
|
inlinefinal |
Definition at line 193 of file debug_logger.pb.h.
|
inlinefinal |
Definition at line 357 of file debug_logger.pb.h.
|
inlinefinal |
Definition at line 623 of file debug_logger.pb.h.
|
inlinefinal |
Definition at line 154 of file linebasedcomms.pb.h.
const ::goby::util::protobuf::GLogConfig_FileLog_Omit& goby::util::protobuf::PROTOBUF_FINAL::omit | ( | ) | const |
Definition at line 92 of file linebasedcomms.pb.h.
|
inline |
Definition at line 561 of file debug_logger.pb.h.
|
inline |
Definition at line 295 of file debug_logger.pb.h.
|
inline |
Definition at line 131 of file debug_logger.pb.h.
Definition at line 96 of file linebasedcomms.pb.h.
|
inlinenoexcept |
Definition at line 565 of file debug_logger.pb.h.
|
inlinenoexcept |
Definition at line 299 of file debug_logger.pb.h.
|
inlinenoexcept |
Definition at line 135 of file debug_logger.pb.h.
std::string* goby::util::protobuf::PROTOBUF_FINAL::release_data | ( | ) |
std::string* goby::util::protobuf::PROTOBUF_FINAL::release_dest | ( | ) |
std::string* goby::util::protobuf::PROTOBUF_FINAL::release_file_dir | ( | ) |
::goby::util::protobuf::GLogConfig_FileLog* goby::util::protobuf::PROTOBUF_FINAL::release_file_log | ( | ) |
std::string* goby::util::protobuf::PROTOBUF_FINAL::release_file_name | ( | ) |
::goby::util::protobuf::GLogConfig_FileLog_Omit* goby::util::protobuf::PROTOBUF_FINAL::release_omit | ( | ) |
std::string* goby::util::protobuf::PROTOBUF_FINAL::release_src | ( | ) |
void goby::util::protobuf::PROTOBUF_FINAL::set_allocated_data | ( | std::string * | data | ) |
void goby::util::protobuf::PROTOBUF_FINAL::set_allocated_dest | ( | std::string * | dest | ) |
void goby::util::protobuf::PROTOBUF_FINAL::set_allocated_file_dir | ( | std::string * | file_dir | ) |
void goby::util::protobuf::PROTOBUF_FINAL::set_allocated_file_log | ( | ::goby::util::protobuf::GLogConfig_FileLog * | file_log | ) |
void goby::util::protobuf::PROTOBUF_FINAL::set_allocated_file_name | ( | std::string * | file_name | ) |
void goby::util::protobuf::PROTOBUF_FINAL::set_allocated_omit | ( | ::goby::util::protobuf::GLogConfig_FileLog_Omit * | omit | ) |
void goby::util::protobuf::PROTOBUF_FINAL::set_allocated_src | ( | std::string * | src | ) |
void goby::util::protobuf::PROTOBUF_FINAL::set_data | ( | const char * | value | ) |
void goby::util::protobuf::PROTOBUF_FINAL::set_data | ( | const char * | value, |
size_t | size | ||
) |
void goby::util::protobuf::PROTOBUF_FINAL::set_data | ( | const std::string & | value | ) |
void goby::util::protobuf::PROTOBUF_FINAL::set_data | ( | std::string && | value | ) |
void goby::util::protobuf::PROTOBUF_FINAL::set_dest | ( | const char * | value | ) |
void goby::util::protobuf::PROTOBUF_FINAL::set_dest | ( | const char * | value, |
size_t | size | ||
) |
void goby::util::protobuf::PROTOBUF_FINAL::set_dest | ( | const std::string & | value | ) |
void goby::util::protobuf::PROTOBUF_FINAL::set_dest | ( | std::string && | value | ) |
void goby::util::protobuf::PROTOBUF_FINAL::set_file_dir | ( | const char * | value | ) |
void goby::util::protobuf::PROTOBUF_FINAL::set_file_dir | ( | const char * | value, |
size_t | size | ||
) |
void goby::util::protobuf::PROTOBUF_FINAL::set_file_dir | ( | const std::string & | value | ) |
void goby::util::protobuf::PROTOBUF_FINAL::set_file_dir | ( | std::string && | value | ) |
void goby::util::protobuf::PROTOBUF_FINAL::set_file_name | ( | const char * | value | ) |
void goby::util::protobuf::PROTOBUF_FINAL::set_file_name | ( | const char * | value, |
size_t | size | ||
) |
void goby::util::protobuf::PROTOBUF_FINAL::set_file_name | ( | const std::string & | value | ) |
void goby::util::protobuf::PROTOBUF_FINAL::set_file_name | ( | std::string && | value | ) |
void goby::util::protobuf::PROTOBUF_FINAL::set_file_timestamp | ( | bool | value | ) |
void goby::util::protobuf::PROTOBUF_FINAL::set_latest_symlink | ( | bool | value | ) |
void goby::util::protobuf::PROTOBUF_FINAL::set_log_rotate_sec | ( | ::PROTOBUF_NAMESPACE_ID::uint32 | value | ) |
|
inline |
Definition at line 518 of file debug_logger.pb.h.
void goby::util::protobuf::PROTOBUF_FINAL::set_show_dccl_log | ( | bool | value | ) |
void goby::util::protobuf::PROTOBUF_FINAL::set_show_gui | ( | bool | value | ) |
void goby::util::protobuf::PROTOBUF_FINAL::set_src | ( | const char * | value | ) |
void goby::util::protobuf::PROTOBUF_FINAL::set_src | ( | const char * | value, |
size_t | size | ||
) |
void goby::util::protobuf::PROTOBUF_FINAL::set_src | ( | const std::string & | value | ) |
void goby::util::protobuf::PROTOBUF_FINAL::set_src | ( | std::string && | value | ) |
void goby::util::protobuf::PROTOBUF_FINAL::set_time | ( | double | value | ) |
void goby::util::protobuf::PROTOBUF_FINAL::set_tty_verbosity | ( | ::goby::util::protobuf::GLogConfig_Verbosity | value | ) |
void goby::util::protobuf::PROTOBUF_FINAL::set_verbosity | ( | ::goby::util::protobuf::GLogConfig_Verbosity | value | ) |
bool goby::util::protobuf::PROTOBUF_FINAL::show_dccl_log | ( | ) | const |
bool goby::util::protobuf::PROTOBUF_FINAL::show_gui | ( | ) | const |
const std::string& goby::util::protobuf::PROTOBUF_FINAL::src | ( | ) | const |
|
inline |
Definition at line 134 of file linebasedcomms.pb.h.
|
inline |
Definition at line 603 of file debug_logger.pb.h.
|
inline |
Definition at line 337 of file debug_logger.pb.h.
|
inline |
Definition at line 173 of file debug_logger.pb.h.
double goby::util::protobuf::PROTOBUF_FINAL::time | ( | ) | const |
::goby::util::protobuf::GLogConfig_Verbosity goby::util::protobuf::PROTOBUF_FINAL::tty_verbosity | ( | ) | const |
|
inline |
Definition at line 144 of file debug_logger.pb.h.
|
inline |
Definition at line 308 of file debug_logger.pb.h.
|
inline |
Definition at line 574 of file debug_logger.pb.h.
|
inline |
Definition at line 105 of file linebasedcomms.pb.h.
::goby::util::protobuf::GLogConfig_FileLog* goby::util::protobuf::PROTOBUF_FINAL::unsafe_arena_release_file_log | ( | ) |
::goby::util::protobuf::GLogConfig_FileLog_Omit* goby::util::protobuf::PROTOBUF_FINAL::unsafe_arena_release_omit | ( | ) |
void goby::util::protobuf::PROTOBUF_FINAL::unsafe_arena_set_allocated_file_log | ( | ::goby::util::protobuf::GLogConfig_FileLog * | file_log | ) |
void goby::util::protobuf::PROTOBUF_FINAL::unsafe_arena_set_allocated_omit | ( | ::goby::util::protobuf::GLogConfig_FileLog_Omit * | omit | ) |
|
inline |
Definition at line 142 of file linebasedcomms.pb.h.
|
inline |
Definition at line 611 of file debug_logger.pb.h.
|
inline |
Definition at line 345 of file debug_logger.pb.h.
|
inline |
Definition at line 181 of file debug_logger.pb.h.
::goby::util::protobuf::GLogConfig_Verbosity goby::util::protobuf::PROTOBUF_FINAL::verbosity | ( | ) | const |
|
inlinestatic |
Definition at line 691 of file debug_logger.pb.h.
Definition at line 681 of file debug_logger.pb.h.
|
inlinestatic |
Definition at line 695 of file debug_logger.pb.h.
|
inlinestatic |
Definition at line 701 of file debug_logger.pb.h.
|
friend |
Definition at line 272 of file debug_logger.pb.h.
|
friend |
Definition at line 214 of file debug_logger.pb.h.
|
friend |
Definition at line 279 of file debug_logger.pb.h.
|
friend |
Definition at line 318 of file linebasedcomms.pb.h.
Definition at line 131 of file linebasedcomms.pb.h.
|
friend |
Definition at line 600 of file debug_logger.pb.h.
|
friend |
Definition at line 334 of file debug_logger.pb.h.
|
friend |
Definition at line 170 of file debug_logger.pb.h.
::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<std::string> goby::util::protobuf::PROTOBUF_FINAL::_i_give_permission_to_break_this_code_default_file_name_ |
Definition at line 538 of file debug_logger.pb.h.
|
staticconstexpr |
Definition at line 675 of file debug_logger.pb.h.
|
staticconstexpr |
Definition at line 677 of file debug_logger.pb.h.
|
staticconstexpr |
Definition at line 679 of file debug_logger.pb.h.
|
staticconstexpr |
Definition at line 167 of file debug_logger.pb.h.
|
staticconstexpr |
Definition at line 669 of file debug_logger.pb.h.
|
staticconstexpr |
Definition at line 673 of file debug_logger.pb.h.
|
staticconstexpr |
Definition at line 688 of file debug_logger.pb.h.
|
staticconstexpr |
Definition at line 686 of file debug_logger.pb.h.
|
staticconstexpr |
Definition at line 684 of file debug_logger.pb.h.
|
staticconstexpr |
Definition at line 671 of file debug_logger.pb.h.