Goby3
3.1.5a
2024.05.23
|
#include <goby/middleware/protobuf/log_tool_config.pb.h>
Public Types | |
typedef LogToolConfig_OutputFormat | OutputFormat |
Public Types inherited from google::protobuf::Message | |
typedef google::protobuf::Reflection | Reflection |
Public Member Functions | |
LogToolConfig () | |
virtual | ~LogToolConfig () |
LogToolConfig (const LogToolConfig &from) | |
LogToolConfig & | operator= (const LogToolConfig &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline ::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (LogToolConfig *other) |
LogToolConfig * | New () const final |
LogToolConfig * | New (::google::protobuf::Arena *arena) const final |
void | CopyFrom (const ::google::protobuf::Message &from) final |
void | MergeFrom (const ::google::protobuf::Message &from) final |
void | CopyFrom (const LogToolConfig &from) |
void | MergeFrom (const LogToolConfig &from) |
void | Clear () final |
bool | IsInitialized () const final |
size_t | ByteSizeLong () const final |
bool | MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) final |
void | SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const final |
::google::protobuf::uint8 * | InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *target) const final |
int | GetCachedSize () const final |
::google::protobuf::Metadata | GetMetadata () const final |
int | load_shared_library_size () const |
void | clear_load_shared_library () |
const ::std::string & | load_shared_library (int index) const |
::std::string * | mutable_load_shared_library (int index) |
void | set_load_shared_library (int index, const ::std::string &value) |
void | set_load_shared_library (int index, const char *value) |
void | set_load_shared_library (int index, const char *value, size_t size) |
::std::string * | add_load_shared_library () |
void | add_load_shared_library (const ::std::string &value) |
void | add_load_shared_library (const char *value) |
void | add_load_shared_library (const char *value, size_t size) |
const ::google::protobuf::RepeatedPtrField< ::std::string > & | load_shared_library () const |
::google::protobuf::RepeatedPtrField< ::std::string > * | mutable_load_shared_library () |
bool | has_input_file () const |
void | clear_input_file () |
const ::std::string & | input_file () const |
void | set_input_file (const ::std::string &value) |
void | set_input_file (const char *value) |
void | set_input_file (const char *value, size_t size) |
::std::string * | mutable_input_file () |
::std::string * | release_input_file () |
void | set_allocated_input_file (::std::string *input_file) |
bool | has_type_regex () const |
void | clear_type_regex () |
const ::std::string & | type_regex () const |
void | set_type_regex (const ::std::string &value) |
void | set_type_regex (const char *value) |
void | set_type_regex (const char *value, size_t size) |
::std::string * | mutable_type_regex () |
::std::string * | release_type_regex () |
void | set_allocated_type_regex (::std::string *type_regex) |
bool | has_group_regex () const |
void | clear_group_regex () |
const ::std::string & | group_regex () const |
void | set_group_regex (const ::std::string &value) |
void | set_group_regex (const char *value) |
void | set_group_regex (const char *value, size_t size) |
::std::string * | mutable_group_regex () |
::std::string * | release_group_regex () |
void | set_allocated_group_regex (::std::string *group_regex) |
bool | has_exclude_type_regex () const |
void | clear_exclude_type_regex () |
const ::std::string & | exclude_type_regex () const |
void | set_exclude_type_regex (const ::std::string &value) |
void | set_exclude_type_regex (const char *value) |
void | set_exclude_type_regex (const char *value, size_t size) |
::std::string * | mutable_exclude_type_regex () |
::std::string * | release_exclude_type_regex () |
void | set_allocated_exclude_type_regex (::std::string *exclude_type_regex) |
bool | has_exclude_group_regex () const |
void | clear_exclude_group_regex () |
const ::std::string & | exclude_group_regex () const |
void | set_exclude_group_regex (const ::std::string &value) |
void | set_exclude_group_regex (const char *value) |
void | set_exclude_group_regex (const char *value, size_t size) |
::std::string * | mutable_exclude_group_regex () |
::std::string * | release_exclude_group_regex () |
void | set_allocated_exclude_group_regex (::std::string *exclude_group_regex) |
bool | has_output_file () const |
void | clear_output_file () |
const ::std::string & | output_file () const |
void | set_output_file (const ::std::string &value) |
void | set_output_file (const char *value) |
void | set_output_file (const char *value, size_t size) |
::std::string * | mutable_output_file () |
::std::string * | release_output_file () |
void | set_allocated_output_file (::std::string *output_file) |
bool | has_app () const |
void | clear_app () |
const ::goby::middleware::protobuf::AppConfig & | app () const |
::goby::middleware::protobuf::AppConfig * | release_app () |
::goby::middleware::protobuf::AppConfig * | mutable_app () |
void | set_allocated_app (::goby::middleware::protobuf::AppConfig *app) |
bool | has_hdf5_chunk_length () const |
void | clear_hdf5_chunk_length () |
::google::protobuf::int32 | hdf5_chunk_length () const |
void | set_hdf5_chunk_length (::google::protobuf::int32 value) |
bool | has_hdf5_compression_level () const |
void | clear_hdf5_compression_level () |
::google::protobuf::int32 | hdf5_compression_level () const |
void | set_hdf5_compression_level (::google::protobuf::int32 value) |
bool | has_format () const |
void | clear_format () |
::goby::apps::middleware::protobuf::LogToolConfig_OutputFormat | format () const |
void | set_format (::goby::apps::middleware::protobuf::LogToolConfig_OutputFormat value) |
bool | has_write_hdf5_zero_length_dim () const |
void | clear_write_hdf5_zero_length_dim () |
bool | write_hdf5_zero_length_dim () const |
void | set_write_hdf5_zero_length_dim (bool value) |
Public Member Functions inherited from google::protobuf::Message | |
Message () | |
virtual | ~Message () |
virtual void | CopyFrom (const Message &from) |
virtual void | MergeFrom (const Message &from) |
void | CheckInitialized () const |
void | FindInitializationErrors (std::vector< string > *errors) const |
string | InitializationErrorString () const |
virtual void | DiscardUnknownFields () |
virtual size_t | SpaceUsedLong () const |
int | SpaceUsed () const |
string | DebugString () const |
string | ShortDebugString () const |
string | Utf8DebugString () const |
void | PrintDebugString () const |
bool | ParseFromFileDescriptor (int file_descriptor) |
bool | ParsePartialFromFileDescriptor (int file_descriptor) |
bool | ParseFromIstream (std::istream *input) |
bool | ParsePartialFromIstream (std::istream *input) |
bool | SerializeToFileDescriptor (int file_descriptor) const |
bool | SerializePartialToFileDescriptor (int file_descriptor) const |
bool | SerializeToOstream (std::ostream *output) const |
bool | SerializePartialToOstream (std::ostream *output) const |
virtual string | GetTypeName () const |
virtual void | CheckTypeAndMergeFrom (const MessageLite &other) |
virtual bool | MergePartialFromCodedStream (io::CodedInputStream *input) |
virtual void | SerializeWithCachedSizes (io::CodedOutputStream *output) const |
const Descriptor * | GetDescriptor () const |
virtual const Reflection * | GetReflection () const final |
Public Member Functions inherited from google::protobuf::MessageLite | |
MessageLite () | |
virtual | ~MessageLite () |
virtual ::google::protobuf::Arena * | GetArena () const |
virtual void * | GetMaybeArenaPointer () const |
bool | ParseFromCodedStream (io::CodedInputStream *input) |
bool | ParsePartialFromCodedStream (io::CodedInputStream *input) |
bool | ParseFromZeroCopyStream (io::ZeroCopyInputStream *input) |
bool | ParsePartialFromZeroCopyStream (io::ZeroCopyInputStream *input) |
bool | ParseFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size) |
bool | ParsePartialFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size) |
bool | ParseFromString (const string &data) |
bool | ParsePartialFromString (const string &data) |
bool | ParseFromArray (const void *data, int size) |
bool | ParsePartialFromArray (const void *data, int size) |
bool | MergeFromCodedStream (io::CodedInputStream *input) |
bool | SerializeToCodedStream (io::CodedOutputStream *output) const |
bool | SerializePartialToCodedStream (io::CodedOutputStream *output) const |
bool | SerializeToZeroCopyStream (io::ZeroCopyOutputStream *output) const |
bool | SerializePartialToZeroCopyStream (io::ZeroCopyOutputStream *output) const |
bool | SerializeToString (string *output) const |
bool | SerializePartialToString (string *output) const |
bool | SerializeToArray (void *data, int size) const |
bool | SerializePartialToArray (void *data, int size) const |
string | SerializeAsString () const |
string | SerializePartialAsString () const |
bool | AppendToString (string *output) const |
bool | AppendPartialToString (string *output) const |
int | ByteSize () const |
virtual uint8 * | SerializeWithCachedSizesToArray (uint8 *target) const |
virtual uint8 * | InternalSerializeWithCachedSizesToArray (bool deterministic, uint8 *target) const |
Static Public Member Functions | |
static const ::google::protobuf::Descriptor * | descriptor () |
static const LogToolConfig & | default_instance () |
static void | InitAsDefaultInstance () |
static const LogToolConfig * | internal_default_instance () |
static bool | OutputFormat_IsValid (int value) |
static const ::google::protobuf::EnumDescriptor * | OutputFormat_descriptor () |
static const ::std::string & | OutputFormat_Name (OutputFormat value) |
static bool | OutputFormat_Parse (const ::std::string &name, OutputFormat *value) |
Public Attributes | |
static ::google::protobuf::internal::ExplicitlyConstructed< ::std::string > | _i_give_permission_to_break_this_code_default_type_regex_ |
static ::google::protobuf::internal::ExplicitlyConstructed< ::std::string > | _i_give_permission_to_break_this_code_default_group_regex_ |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages |
static const OutputFormat | DEBUG_TEXT |
static const OutputFormat | HDF5 |
static const OutputFormat | JSON |
static const OutputFormat | OutputFormat_MIN |
static const OutputFormat | OutputFormat_MAX |
static const int | OutputFormat_ARRAYSIZE |
static const int | kLoadSharedLibraryFieldNumber = 40 |
static const int | kInputFileFieldNumber = 10 |
static const int | kTypeRegexFieldNumber = 15 |
static const int | kGroupRegexFieldNumber = 16 |
static const int | kExcludeTypeRegexFieldNumber = 17 |
static const int | kExcludeGroupRegexFieldNumber = 18 |
static const int | kOutputFileFieldNumber = 20 |
static const int | kAppFieldNumber = 1 |
static const int | kHdf5ChunkLengthFieldNumber = 32 |
static const int | kHdf5CompressionLevelFieldNumber = 33 |
static const int | kFormatFieldNumber = 30 |
static const int | kWriteHdf5ZeroLengthDimFieldNumber = 31 |
Friends | |
struct | ::protobuf_goby_2fmiddleware_2fprotobuf_2flog_5ftool_5fconfig_2eproto::TableStruct |
void | swap (LogToolConfig &a, LogToolConfig &b) |
Additional Inherited Members | |
Static Protected Member Functions inherited from google::protobuf::MessageLite | |
template<typename T > | |
::google::protobuf::internal::RepeatedPtrFieldBase * | CastToBase (::google::protobuf::RepeatedPtrField< T > *repeated) |
template<typename T > | |
static const ::google::protobuf::internal::RepeatedPtrFieldBase & | CastToBase (const ::google::protobuf::RepeatedPtrField< T > &repeated) |
template<typename T > | |
static T * | CreateMaybeMessage (Arena *arena) |
Definition at line 98 of file log_tool_config.pb.h.
Definition at line 190 of file log_tool_config.pb.h.
goby::apps::middleware::protobuf::LogToolConfig::LogToolConfig | ( | ) |
|
virtual |
goby::apps::middleware::protobuf::LogToolConfig::LogToolConfig | ( | const LogToolConfig & | from | ) |
|
inline |
Definition at line 1013 of file log_tool_config.pb.h.
|
inline |
Definition at line 1017 of file log_tool_config.pb.h.
|
inline |
Definition at line 1027 of file log_tool_config.pb.h.
|
inline |
Definition at line 1032 of file log_tool_config.pb.h.
|
inline |
Definition at line 444 of file log_tool_config.pb.h.
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
finalvirtual |
Reimplemented from google::protobuf::Message.
void goby::apps::middleware::protobuf::LogToolConfig::clear_app | ( | ) |
|
inline |
Definition at line 759 of file log_tool_config.pb.h.
|
inline |
Definition at line 693 of file log_tool_config.pb.h.
|
inline |
Definition at line 891 of file log_tool_config.pb.h.
|
inline |
Definition at line 627 of file log_tool_config.pb.h.
|
inline |
Definition at line 940 of file log_tool_config.pb.h.
|
inline |
Definition at line 964 of file log_tool_config.pb.h.
|
inline |
Definition at line 495 of file log_tool_config.pb.h.
|
inline |
Definition at line 982 of file log_tool_config.pb.h.
|
inline |
Definition at line 825 of file log_tool_config.pb.h.
|
inline |
Definition at line 561 of file log_tool_config.pb.h.
|
inline |
Definition at line 916 of file log_tool_config.pb.h.
|
final |
void goby::apps::middleware::protobuf::LogToolConfig::CopyFrom | ( | const LogToolConfig & | from | ) |
|
static |
|
static |
|
inline |
Definition at line 763 of file log_tool_config.pb.h.
|
inline |
Definition at line 697 of file log_tool_config.pb.h.
|
inline |
Definition at line 895 of file log_tool_config.pb.h.
|
inlinefinalvirtual |
Implements google::protobuf::MessageLite.
Definition at line 170 of file log_tool_config.pb.h.
|
finalvirtual |
Implements google::protobuf::Message.
|
inline |
Definition at line 631 of file log_tool_config.pb.h.
|
inline |
Definition at line 432 of file log_tool_config.pb.h.
|
inline |
Definition at line 750 of file log_tool_config.pb.h.
|
inline |
Definition at line 684 of file log_tool_config.pb.h.
|
inline |
Definition at line 882 of file log_tool_config.pb.h.
|
inline |
Definition at line 618 of file log_tool_config.pb.h.
|
inline |
Definition at line 931 of file log_tool_config.pb.h.
|
inline |
Definition at line 955 of file log_tool_config.pb.h.
|
inline |
Definition at line 486 of file log_tool_config.pb.h.
|
inline |
Definition at line 816 of file log_tool_config.pb.h.
|
inline |
Definition at line 552 of file log_tool_config.pb.h.
|
inline |
Definition at line 907 of file log_tool_config.pb.h.
|
inline |
Definition at line 944 of file log_tool_config.pb.h.
|
inline |
Definition at line 968 of file log_tool_config.pb.h.
|
static |
|
inline |
Definition at line 499 of file log_tool_config.pb.h.
|
inlinestatic |
Definition at line 135 of file log_tool_config.pb.h.
|
final |
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
inline |
Definition at line 1037 of file log_tool_config.pb.h.
|
inline |
Definition at line 985 of file log_tool_config.pb.h.
|
inline |
Definition at line 979 of file log_tool_config.pb.h.
|
final |
void goby::apps::middleware::protobuf::LogToolConfig::MergeFrom | ( | const LogToolConfig & | from | ) |
|
final |
|
inline |
Definition at line 457 of file log_tool_config.pb.h.
|
inline |
Definition at line 792 of file log_tool_config.pb.h.
|
inline |
Definition at line 726 of file log_tool_config.pb.h.
|
inline |
Definition at line 660 of file log_tool_config.pb.h.
|
inline |
Definition at line 528 of file log_tool_config.pb.h.
|
inline |
Definition at line 1042 of file log_tool_config.pb.h.
|
inline |
Definition at line 989 of file log_tool_config.pb.h.
|
inline |
Definition at line 858 of file log_tool_config.pb.h.
|
inline |
Definition at line 594 of file log_tool_config.pb.h.
|
inline |
Definition at line 127 of file log_tool_config.pb.h.
|
inlinefinalvirtual |
Implements google::protobuf::Message.
Definition at line 149 of file log_tool_config.pb.h.
|
inlinefinalvirtual |
Reimplemented from google::protobuf::Message.
Definition at line 153 of file log_tool_config.pb.h.
|
inline |
Definition at line 105 of file log_tool_config.pb.h.
|
inline |
Definition at line 829 of file log_tool_config.pb.h.
|
inlinestatic |
Definition at line 207 of file log_tool_config.pb.h.
|
inlinestatic |
Definition at line 197 of file log_tool_config.pb.h.
|
inlinestatic |
Definition at line 210 of file log_tool_config.pb.h.
|
inlinestatic |
Definition at line 213 of file log_tool_config.pb.h.
|
inline |
Definition at line 450 of file log_tool_config.pb.h.
|
inline |
Definition at line 797 of file log_tool_config.pb.h.
|
inline |
Definition at line 731 of file log_tool_config.pb.h.
|
inline |
Definition at line 665 of file log_tool_config.pb.h.
|
inline |
Definition at line 533 of file log_tool_config.pb.h.
|
inline |
Definition at line 863 of file log_tool_config.pb.h.
|
inline |
Definition at line 599 of file log_tool_config.pb.h.
|
final |
|
inline |
Definition at line 466 of file log_tool_config.pb.h.
|
inline |
Definition at line 805 of file log_tool_config.pb.h.
|
inline |
Definition at line 739 of file log_tool_config.pb.h.
|
inline |
Definition at line 673 of file log_tool_config.pb.h.
|
inline |
Definition at line 541 of file log_tool_config.pb.h.
|
inline |
Definition at line 871 of file log_tool_config.pb.h.
|
inline |
Definition at line 607 of file log_tool_config.pb.h.
|
inline |
Definition at line 767 of file log_tool_config.pb.h.
|
inline |
Definition at line 780 of file log_tool_config.pb.h.
|
inline |
Definition at line 786 of file log_tool_config.pb.h.
|
inline |
Definition at line 701 of file log_tool_config.pb.h.
|
inline |
Definition at line 714 of file log_tool_config.pb.h.
|
inline |
Definition at line 720 of file log_tool_config.pb.h.
|
inline |
Definition at line 899 of file log_tool_config.pb.h.
|
inline |
Definition at line 635 of file log_tool_config.pb.h.
|
inline |
Definition at line 648 of file log_tool_config.pb.h.
|
inline |
Definition at line 654 of file log_tool_config.pb.h.
|
inline |
Definition at line 948 of file log_tool_config.pb.h.
|
inline |
Definition at line 972 of file log_tool_config.pb.h.
|
inline |
Definition at line 503 of file log_tool_config.pb.h.
|
inline |
Definition at line 516 of file log_tool_config.pb.h.
|
inline |
Definition at line 522 of file log_tool_config.pb.h.
|
inline |
Definition at line 993 of file log_tool_config.pb.h.
|
inline |
Definition at line 1003 of file log_tool_config.pb.h.
|
inline |
Definition at line 1008 of file log_tool_config.pb.h.
|
inline |
Definition at line 833 of file log_tool_config.pb.h.
|
inline |
Definition at line 846 of file log_tool_config.pb.h.
|
inline |
Definition at line 852 of file log_tool_config.pb.h.
|
inline |
Definition at line 569 of file log_tool_config.pb.h.
|
inline |
Definition at line 582 of file log_tool_config.pb.h.
|
inline |
Definition at line 588 of file log_tool_config.pb.h.
|
inline |
Definition at line 924 of file log_tool_config.pb.h.
void goby::apps::middleware::protobuf::LogToolConfig::Swap | ( | LogToolConfig * | other | ) |
|
inline |
Definition at line 565 of file log_tool_config.pb.h.
|
inline |
Definition at line 124 of file log_tool_config.pb.h.
|
inline |
Definition at line 920 of file log_tool_config.pb.h.
|
friend |
Definition at line 418 of file log_tool_config.pb.h.
|
friend |
Definition at line 143 of file log_tool_config.pb.h.
::google::protobuf::internal::ExplicitlyConstructed< ::std::string> goby::apps::middleware::protobuf::LogToolConfig::_i_give_permission_to_break_this_code_default_group_regex_ |
Definition at line 407 of file log_tool_config.pb.h.
::google::protobuf::internal::ExplicitlyConstructed< ::std::string> goby::apps::middleware::protobuf::LogToolConfig::_i_give_permission_to_break_this_code_default_type_regex_ |
Definition at line 403 of file log_tool_config.pb.h.
|
static |
Definition at line 191 of file log_tool_config.pb.h.
|
static |
Definition at line 193 of file log_tool_config.pb.h.
|
static |
Definition at line 195 of file log_tool_config.pb.h.
|
static |
Definition at line 335 of file log_tool_config.pb.h.
|
static |
Definition at line 305 of file log_tool_config.pb.h.
|
static |
Definition at line 290 of file log_tool_config.pb.h.
|
static |
Definition at line 361 of file log_tool_config.pb.h.
|
static |
Definition at line 275 of file log_tool_config.pb.h.
|
static |
Definition at line 347 of file log_tool_config.pb.h.
|
static |
Definition at line 354 of file log_tool_config.pb.h.
|
staticconstexpr |
Definition at line 139 of file log_tool_config.pb.h.
|
static |
Definition at line 245 of file log_tool_config.pb.h.
|
static |
Definition at line 223 of file log_tool_config.pb.h.
|
static |
Definition at line 320 of file log_tool_config.pb.h.
|
static |
Definition at line 260 of file log_tool_config.pb.h.
|
static |
Definition at line 368 of file log_tool_config.pb.h.
|
static |
Definition at line 204 of file log_tool_config.pb.h.
|
static |
Definition at line 202 of file log_tool_config.pb.h.
|
static |
Definition at line 200 of file log_tool_config.pb.h.