Goby3 3.2.3
2025.05.13
Loading...
Searching...
No Matches
goby::apps::middleware::protobuf::LogConvertToolConfig Class Referencefinal

#include <goby/middleware/protobuf/log_convert_tool_config.pb.h>

Inheritance diagram for goby::apps::middleware::protobuf::LogConvertToolConfig:

Public Types

enum  : int {
  kInputFileFieldNumber = 10 , kLoadSharedLibraryFieldNumber = 40 , kTypeRegexFieldNumber = 15 , kGroupRegexFieldNumber = 16 ,
  kExcludeTypeRegexFieldNumber = 17 , kExcludeGroupRegexFieldNumber = 18 , kOutputFileFieldNumber = 20 , kAppFieldNumber = 1 ,
  kHdf5ChunkLengthFieldNumber = 32 , kHdf5CompressionLevelFieldNumber = 33 , kJobsFieldNumber = 41 , kFormatFieldNumber = 30 ,
  kWriteHdf5ZeroLengthDimFieldNumber = 31
}
 
typedef LogConvertToolConfig_OutputFormat OutputFormat
 

Public Member Functions

 LogConvertToolConfig ()
 
 ~LogConvertToolConfig () override
 
PROTOBUF_CONSTEXPR LogConvertToolConfig (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 LogConvertToolConfig (const LogConvertToolConfig &from)
 
 LogConvertToolConfig (LogConvertToolConfig &&from) noexcept
 
LogConvertToolConfigoperator= (const LogConvertToolConfig &from)
 
LogConvertToolConfigoperator= (LogConvertToolConfig &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (LogConvertToolConfig *other)
 
void UnsafeArenaSwap (LogConvertToolConfig *other)
 
LogConvertToolConfigNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const LogConvertToolConfig &from)
 
void MergeFrom (const LogConvertToolConfig &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
 
uint8_t * _InternalSerialize (uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
 
int GetCachedSize () const final
 
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
int input_file_size () const
 
void clear_input_file ()
 
const std::string & input_file (int index) const
 
std::string * mutable_input_file (int index)
 
void set_input_file (int index, const std::string &value)
 
void set_input_file (int index, std::string &&value)
 
void set_input_file (int index, const char *value)
 
void set_input_file (int index, const char *value, size_t size)
 
std::string * add_input_file ()
 
void add_input_file (const std::string &value)
 
void add_input_file (std::string &&value)
 
void add_input_file (const char *value)
 
void add_input_file (const char *value, size_t size)
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > & input_file () const
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > * mutable_input_file ()
 
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, 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 (std::string &&value)
 
void add_load_shared_library (const char *value)
 
void add_load_shared_library (const char *value, size_t size)
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > & load_shared_library () const
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > * mutable_load_shared_library ()
 
bool has_type_regex () const
 
void clear_type_regex ()
 
const std::string & type_regex () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_type_regex (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_type_regex ()
 
PROTOBUF_NODISCARD 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
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_group_regex (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_group_regex ()
 
PROTOBUF_NODISCARD 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
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_exclude_type_regex (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_exclude_type_regex ()
 
PROTOBUF_NODISCARD 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
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_exclude_group_regex (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_exclude_group_regex ()
 
PROTOBUF_NODISCARD 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
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_output_file (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_output_file ()
 
PROTOBUF_NODISCARD 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::AppConfigapp () const
 
PROTOBUF_NODISCARD::goby::middleware::protobuf::AppConfig * release_app ()
 
::goby::middleware::protobuf::AppConfigmutable_app ()
 
void set_allocated_app (::goby::middleware::protobuf::AppConfig *app)
 
void unsafe_arena_set_allocated_app (::goby::middleware::protobuf::AppConfig *app)
 
::goby::middleware::protobuf::AppConfigunsafe_arena_release_app ()
 
bool has_hdf5_chunk_length () const
 
void clear_hdf5_chunk_length ()
 
int32_t hdf5_chunk_length () const
 
void set_hdf5_chunk_length (int32_t value)
 
bool has_hdf5_compression_level () const
 
void clear_hdf5_compression_level ()
 
int32_t hdf5_compression_level () const
 
void set_hdf5_compression_level (int32_t value)
 
bool has_jobs () const
 
void clear_jobs ()
 
int32_t jobs () const
 
void set_jobs (int32_t value)
 
bool has_format () const
 
void clear_format ()
 
::goby::apps::middleware::protobuf::LogConvertToolConfig_OutputFormat format () const
 
void set_format (::goby::apps::middleware::protobuf::LogConvertToolConfig_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)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_type_regex (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_group_regex (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_exclude_type_regex (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_exclude_group_regex (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_output_file (ArgT0 &&arg0, ArgT... args)
 

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 LogConvertToolConfigdefault_instance ()
 
static const LogConvertToolConfiginternal_default_instance ()
 
static bool OutputFormat_IsValid (int value)
 
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * OutputFormat_descriptor ()
 
template<typename T >
static const std::string & OutputFormat_Name (T enum_t_value)
 
static bool OutputFormat_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, OutputFormat *value)
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 
static constexpr OutputFormat DEBUG_TEXT
 
static constexpr OutputFormat HDF5
 
static constexpr OutputFormat JSON
 
static constexpr OutputFormat OutputFormat_MIN
 
static constexpr OutputFormat OutputFormat_MAX
 
static constexpr int OutputFormat_ARRAYSIZE
 

Protected Member Functions

 LogConvertToolConfig (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
 

Friends

class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
 
template<typename T >
class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
 
struct ::TableStruct_goby_2fmiddleware_2fprotobuf_2flog_5fconvert_5ftool_5fconfig_2eproto
 
void swap (LogConvertToolConfig &a, LogConvertToolConfig &b)
 

Detailed Description

Definition at line 99 of file log_convert_tool_config.pb.h.

Member Typedef Documentation

◆ OutputFormat

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kInputFileFieldNumber 
kLoadSharedLibraryFieldNumber 
kTypeRegexFieldNumber 
kGroupRegexFieldNumber 
kExcludeTypeRegexFieldNumber 
kExcludeGroupRegexFieldNumber 
kOutputFileFieldNumber 
kAppFieldNumber 
kHdf5ChunkLengthFieldNumber 
kHdf5CompressionLevelFieldNumber 
kJobsFieldNumber 
kFormatFieldNumber 
kWriteHdf5ZeroLengthDimFieldNumber 

Definition at line 258 of file log_convert_tool_config.pb.h.

Constructor & Destructor Documentation

◆ LogConvertToolConfig() [1/5]

goby::apps::middleware::protobuf::LogConvertToolConfig::LogConvertToolConfig ( )
inline

Definition at line 102 of file log_convert_tool_config.pb.h.

◆ ~LogConvertToolConfig()

goby::apps::middleware::protobuf::LogConvertToolConfig::~LogConvertToolConfig ( )
override

◆ LogConvertToolConfig() [2/5]

PROTOBUF_CONSTEXPR goby::apps::middleware::protobuf::LogConvertToolConfig::LogConvertToolConfig ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ LogConvertToolConfig() [3/5]

goby::apps::middleware::protobuf::LogConvertToolConfig::LogConvertToolConfig ( const LogConvertToolConfig from)

◆ LogConvertToolConfig() [4/5]

goby::apps::middleware::protobuf::LogConvertToolConfig::LogConvertToolConfig ( LogConvertToolConfig &&  from)
inlinenoexcept

Definition at line 107 of file log_convert_tool_config.pb.h.

◆ LogConvertToolConfig() [5/5]

goby::apps::middleware::protobuf::LogConvertToolConfig::LogConvertToolConfig ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena,
bool  is_message_owned = false 
)
explicitprotected

Member Function Documentation

◆ _InternalParse()

const char * goby::apps::middleware::protobuf::LogConvertToolConfig::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalSerialize()

uint8_t * goby::apps::middleware::protobuf::LogConvertToolConfig::_InternalSerialize ( uint8_t *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ add_input_file() [1/5]

std::string * goby::apps::middleware::protobuf::LogConvertToolConfig::add_input_file ( )
inline

Definition at line 631 of file log_convert_tool_config.pb.h.

◆ add_input_file() [2/5]

void goby::apps::middleware::protobuf::LogConvertToolConfig::add_input_file ( const char *  value)
inline

Definition at line 676 of file log_convert_tool_config.pb.h.

◆ add_input_file() [3/5]

void goby::apps::middleware::protobuf::LogConvertToolConfig::add_input_file ( const char *  value,
size_t  size 
)
inline

Definition at line 681 of file log_convert_tool_config.pb.h.

◆ add_input_file() [4/5]

void goby::apps::middleware::protobuf::LogConvertToolConfig::add_input_file ( const std::string &  value)
inline

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

◆ add_input_file() [5/5]

void goby::apps::middleware::protobuf::LogConvertToolConfig::add_input_file ( std::string &&  value)
inline

Definition at line 672 of file log_convert_tool_config.pb.h.

◆ add_load_shared_library() [1/5]

std::string * goby::apps::middleware::protobuf::LogConvertToolConfig::add_load_shared_library ( )
inline

Definition at line 1141 of file log_convert_tool_config.pb.h.

◆ add_load_shared_library() [2/5]

void goby::apps::middleware::protobuf::LogConvertToolConfig::add_load_shared_library ( const char *  value)
inline

Definition at line 1186 of file log_convert_tool_config.pb.h.

◆ add_load_shared_library() [3/5]

void goby::apps::middleware::protobuf::LogConvertToolConfig::add_load_shared_library ( const char *  value,
size_t  size 
)
inline

Definition at line 1191 of file log_convert_tool_config.pb.h.

◆ add_load_shared_library() [4/5]

void goby::apps::middleware::protobuf::LogConvertToolConfig::add_load_shared_library ( const std::string &  value)
inline

Definition at line 1178 of file log_convert_tool_config.pb.h.

◆ add_load_shared_library() [5/5]

void goby::apps::middleware::protobuf::LogConvertToolConfig::add_load_shared_library ( std::string &&  value)
inline

Definition at line 1182 of file log_convert_tool_config.pb.h.

◆ app()

const ::goby::middleware::protobuf::AppConfig & goby::apps::middleware::protobuf::LogConvertToolConfig::app ( ) const
inline

Definition at line 548 of file log_convert_tool_config.pb.h.

◆ ByteSizeLong()

size_t goby::apps::middleware::protobuf::LogConvertToolConfig::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::apps::middleware::protobuf::LogConvertToolConfig::Clear ( )
final

◆ clear_app()

void goby::apps::middleware::protobuf::LogConvertToolConfig::clear_app ( )

◆ clear_exclude_group_regex()

void goby::apps::middleware::protobuf::LogConvertToolConfig::clear_exclude_group_regex ( )
inline

Definition at line 890 of file log_convert_tool_config.pb.h.

◆ clear_exclude_type_regex()

void goby::apps::middleware::protobuf::LogConvertToolConfig::clear_exclude_type_regex ( )
inline

Definition at line 822 of file log_convert_tool_config.pb.h.

◆ clear_format()

void goby::apps::middleware::protobuf::LogConvertToolConfig::clear_format ( )
inline

Definition at line 1026 of file log_convert_tool_config.pb.h.

◆ clear_group_regex()

void goby::apps::middleware::protobuf::LogConvertToolConfig::clear_group_regex ( )
inline

Definition at line 763 of file log_convert_tool_config.pb.h.

◆ clear_hdf5_chunk_length()

void goby::apps::middleware::protobuf::LogConvertToolConfig::clear_hdf5_chunk_length ( )
inline

Definition at line 1083 of file log_convert_tool_config.pb.h.

◆ clear_hdf5_compression_level()

void goby::apps::middleware::protobuf::LogConvertToolConfig::clear_hdf5_compression_level ( )
inline

Definition at line 1111 of file log_convert_tool_config.pb.h.

◆ clear_input_file()

void goby::apps::middleware::protobuf::LogConvertToolConfig::clear_input_file ( )
inline

Definition at line 628 of file log_convert_tool_config.pb.h.

◆ clear_jobs()

void goby::apps::middleware::protobuf::LogConvertToolConfig::clear_jobs ( )
inline

Definition at line 1214 of file log_convert_tool_config.pb.h.

◆ clear_load_shared_library()

void goby::apps::middleware::protobuf::LogConvertToolConfig::clear_load_shared_library ( )
inline

Definition at line 1138 of file log_convert_tool_config.pb.h.

◆ clear_output_file()

void goby::apps::middleware::protobuf::LogConvertToolConfig::clear_output_file ( )
inline

Definition at line 958 of file log_convert_tool_config.pb.h.

◆ clear_type_regex()

void goby::apps::middleware::protobuf::LogConvertToolConfig::clear_type_regex ( )
inline

Definition at line 704 of file log_convert_tool_config.pb.h.

◆ clear_write_hdf5_zero_length_dim()

void goby::apps::middleware::protobuf::LogConvertToolConfig::clear_write_hdf5_zero_length_dim ( )
inline

Definition at line 1055 of file log_convert_tool_config.pb.h.

◆ CopyFrom()

void goby::apps::middleware::protobuf::LogConvertToolConfig::CopyFrom ( const LogConvertToolConfig from)

◆ default_instance()

static const LogConvertToolConfig & goby::apps::middleware::protobuf::LogConvertToolConfig::default_instance ( )
inlinestatic

Definition at line 146 of file log_convert_tool_config.pb.h.

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::apps::middleware::protobuf::LogConvertToolConfig::descriptor ( )
inlinestatic

Definition at line 137 of file log_convert_tool_config.pb.h.

◆ exclude_group_regex()

const std::string & goby::apps::middleware::protobuf::LogConvertToolConfig::exclude_group_regex ( ) const
inline

Definition at line 894 of file log_convert_tool_config.pb.h.

◆ exclude_type_regex()

const std::string & goby::apps::middleware::protobuf::LogConvertToolConfig::exclude_type_regex ( ) const
inline

Definition at line 826 of file log_convert_tool_config.pb.h.

◆ format()

goby::apps::middleware::protobuf::LogConvertToolConfig_OutputFormat goby::apps::middleware::protobuf::LogConvertToolConfig::format ( ) const
inline

Definition at line 1033 of file log_convert_tool_config.pb.h.

◆ GetCachedSize()

int goby::apps::middleware::protobuf::LogConvertToolConfig::GetCachedSize ( ) const
inlinefinal

Definition at line 199 of file log_convert_tool_config.pb.h.

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * goby::apps::middleware::protobuf::LogConvertToolConfig::GetClassData ( ) const
final

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::apps::middleware::protobuf::LogConvertToolConfig::GetDescriptor ( )
inlinestatic

Definition at line 140 of file log_convert_tool_config.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata goby::apps::middleware::protobuf::LogConvertToolConfig::GetMetadata ( ) const
final

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection * goby::apps::middleware::protobuf::LogConvertToolConfig::GetReflection ( )
inlinestatic

Definition at line 143 of file log_convert_tool_config.pb.h.

◆ group_regex()

const std::string & goby::apps::middleware::protobuf::LogConvertToolConfig::group_regex ( ) const
inline

Definition at line 767 of file log_convert_tool_config.pb.h.

◆ has_app()

bool goby::apps::middleware::protobuf::LogConvertToolConfig::has_app ( ) const
inline

Definition at line 540 of file log_convert_tool_config.pb.h.

◆ has_exclude_group_regex()

bool goby::apps::middleware::protobuf::LogConvertToolConfig::has_exclude_group_regex ( ) const
inline

Definition at line 887 of file log_convert_tool_config.pb.h.

◆ has_exclude_type_regex()

bool goby::apps::middleware::protobuf::LogConvertToolConfig::has_exclude_type_regex ( ) const
inline

Definition at line 819 of file log_convert_tool_config.pb.h.

◆ has_format()

bool goby::apps::middleware::protobuf::LogConvertToolConfig::has_format ( ) const
inline

Definition at line 1023 of file log_convert_tool_config.pb.h.

◆ has_group_regex()

bool goby::apps::middleware::protobuf::LogConvertToolConfig::has_group_regex ( ) const
inline

Definition at line 760 of file log_convert_tool_config.pb.h.

◆ has_hdf5_chunk_length()

bool goby::apps::middleware::protobuf::LogConvertToolConfig::has_hdf5_chunk_length ( ) const
inline

Definition at line 1080 of file log_convert_tool_config.pb.h.

◆ has_hdf5_compression_level()

bool goby::apps::middleware::protobuf::LogConvertToolConfig::has_hdf5_compression_level ( ) const
inline

Definition at line 1108 of file log_convert_tool_config.pb.h.

◆ has_jobs()

bool goby::apps::middleware::protobuf::LogConvertToolConfig::has_jobs ( ) const
inline

Definition at line 1211 of file log_convert_tool_config.pb.h.

◆ has_output_file()

bool goby::apps::middleware::protobuf::LogConvertToolConfig::has_output_file ( ) const
inline

Definition at line 955 of file log_convert_tool_config.pb.h.

◆ has_type_regex()

bool goby::apps::middleware::protobuf::LogConvertToolConfig::has_type_regex ( ) const
inline

Definition at line 701 of file log_convert_tool_config.pb.h.

◆ has_write_hdf5_zero_length_dim()

bool goby::apps::middleware::protobuf::LogConvertToolConfig::has_write_hdf5_zero_length_dim ( ) const
inline

Definition at line 1052 of file log_convert_tool_config.pb.h.

◆ hdf5_chunk_length()

int32_t goby::apps::middleware::protobuf::LogConvertToolConfig::hdf5_chunk_length ( ) const
inline

Definition at line 1090 of file log_convert_tool_config.pb.h.

◆ hdf5_compression_level()

int32_t goby::apps::middleware::protobuf::LogConvertToolConfig::hdf5_compression_level ( ) const
inline

Definition at line 1118 of file log_convert_tool_config.pb.h.

◆ input_file() [1/2]

const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > & goby::apps::middleware::protobuf::LogConvertToolConfig::input_file ( ) const
inline

Definition at line 686 of file log_convert_tool_config.pb.h.

◆ input_file() [2/2]

const std::string & goby::apps::middleware::protobuf::LogConvertToolConfig::input_file ( int  index) const
inline

Definition at line 639 of file log_convert_tool_config.pb.h.

◆ input_file_size()

int goby::apps::middleware::protobuf::LogConvertToolConfig::input_file_size ( ) const
inline

Definition at line 625 of file log_convert_tool_config.pb.h.

◆ internal_default_instance()

static const LogConvertToolConfig * goby::apps::middleware::protobuf::LogConvertToolConfig::internal_default_instance ( )
inlinestatic

Definition at line 149 of file log_convert_tool_config.pb.h.

◆ IsInitialized()

bool goby::apps::middleware::protobuf::LogConvertToolConfig::IsInitialized ( ) const
final

◆ jobs()

int32_t goby::apps::middleware::protobuf::LogConvertToolConfig::jobs ( ) const
inline

Definition at line 1221 of file log_convert_tool_config.pb.h.

◆ load_shared_library() [1/2]

const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > & goby::apps::middleware::protobuf::LogConvertToolConfig::load_shared_library ( ) const
inline

Definition at line 1196 of file log_convert_tool_config.pb.h.

◆ load_shared_library() [2/2]

const std::string & goby::apps::middleware::protobuf::LogConvertToolConfig::load_shared_library ( int  index) const
inline

Definition at line 1149 of file log_convert_tool_config.pb.h.

◆ load_shared_library_size()

int goby::apps::middleware::protobuf::LogConvertToolConfig::load_shared_library_size ( ) const
inline

Definition at line 1135 of file log_convert_tool_config.pb.h.

◆ MergeFrom()

void goby::apps::middleware::protobuf::LogConvertToolConfig::MergeFrom ( const LogConvertToolConfig from)
inline

Definition at line 186 of file log_convert_tool_config.pb.h.

◆ mutable_app()

goby::middleware::protobuf::AppConfig * goby::apps::middleware::protobuf::LogConvertToolConfig::mutable_app ( )
inline

Definition at line 595 of file log_convert_tool_config.pb.h.

◆ mutable_exclude_group_regex()

std::string * goby::apps::middleware::protobuf::LogConvertToolConfig::mutable_exclude_group_regex ( )
inline

Definition at line 905 of file log_convert_tool_config.pb.h.

◆ mutable_exclude_type_regex()

std::string * goby::apps::middleware::protobuf::LogConvertToolConfig::mutable_exclude_type_regex ( )
inline

Definition at line 837 of file log_convert_tool_config.pb.h.

◆ mutable_group_regex()

std::string * goby::apps::middleware::protobuf::LogConvertToolConfig::mutable_group_regex ( )
inline

Definition at line 779 of file log_convert_tool_config.pb.h.

◆ mutable_input_file() [1/2]

PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > * goby::apps::middleware::protobuf::LogConvertToolConfig::mutable_input_file ( )
inline

Definition at line 691 of file log_convert_tool_config.pb.h.

◆ mutable_input_file() [2/2]

std::string * goby::apps::middleware::protobuf::LogConvertToolConfig::mutable_input_file ( int  index)
inline

Definition at line 643 of file log_convert_tool_config.pb.h.

◆ mutable_load_shared_library() [1/2]

PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > * goby::apps::middleware::protobuf::LogConvertToolConfig::mutable_load_shared_library ( )
inline

Definition at line 1201 of file log_convert_tool_config.pb.h.

◆ mutable_load_shared_library() [2/2]

std::string * goby::apps::middleware::protobuf::LogConvertToolConfig::mutable_load_shared_library ( int  index)
inline

Definition at line 1153 of file log_convert_tool_config.pb.h.

◆ mutable_output_file()

std::string * goby::apps::middleware::protobuf::LogConvertToolConfig::mutable_output_file ( )
inline

Definition at line 973 of file log_convert_tool_config.pb.h.

◆ mutable_type_regex()

std::string * goby::apps::middleware::protobuf::LogConvertToolConfig::mutable_type_regex ( )
inline

Definition at line 720 of file log_convert_tool_config.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * goby::apps::middleware::protobuf::LogConvertToolConfig::mutable_unknown_fields ( )
inline

Definition at line 133 of file log_convert_tool_config.pb.h.

◆ New()

LogConvertToolConfig * goby::apps::middleware::protobuf::LogConvertToolConfig::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

Definition at line 180 of file log_convert_tool_config.pb.h.

◆ operator=() [1/2]

LogConvertToolConfig & goby::apps::middleware::protobuf::LogConvertToolConfig::operator= ( const LogConvertToolConfig from)
inline

Definition at line 112 of file log_convert_tool_config.pb.h.

◆ operator=() [2/2]

LogConvertToolConfig & goby::apps::middleware::protobuf::LogConvertToolConfig::operator= ( LogConvertToolConfig &&  from)
inlinenoexcept

Definition at line 116 of file log_convert_tool_config.pb.h.

◆ output_file()

const std::string & goby::apps::middleware::protobuf::LogConvertToolConfig::output_file ( ) const
inline

Definition at line 962 of file log_convert_tool_config.pb.h.

◆ OutputFormat_descriptor()

static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * goby::apps::middleware::protobuf::LogConvertToolConfig::OutputFormat_descriptor ( )
inlinestatic

Definition at line 241 of file log_convert_tool_config.pb.h.

◆ OutputFormat_IsValid()

static bool goby::apps::middleware::protobuf::LogConvertToolConfig::OutputFormat_IsValid ( int  value)
inlinestatic

Definition at line 231 of file log_convert_tool_config.pb.h.

◆ OutputFormat_Name()

template<typename T >
static const std::string & goby::apps::middleware::protobuf::LogConvertToolConfig::OutputFormat_Name ( enum_t_value)
inlinestatic

Definition at line 245 of file log_convert_tool_config.pb.h.

◆ OutputFormat_Parse()

static bool goby::apps::middleware::protobuf::LogConvertToolConfig::OutputFormat_Parse ( ::PROTOBUF_NAMESPACE_ID::ConstStringParam  name,
OutputFormat value 
)
inlinestatic

Definition at line 251 of file log_convert_tool_config.pb.h.

◆ release_app()

goby::middleware::protobuf::AppConfig * goby::apps::middleware::protobuf::LogConvertToolConfig::release_app ( )
inline

Definition at line 565 of file log_convert_tool_config.pb.h.

◆ release_exclude_group_regex()

std::string * goby::apps::middleware::protobuf::LogConvertToolConfig::release_exclude_group_regex ( )
inline

Definition at line 921 of file log_convert_tool_config.pb.h.

◆ release_exclude_type_regex()

std::string * goby::apps::middleware::protobuf::LogConvertToolConfig::release_exclude_type_regex ( )
inline

Definition at line 853 of file log_convert_tool_config.pb.h.

◆ release_group_regex()

std::string * goby::apps::middleware::protobuf::LogConvertToolConfig::release_group_regex ( )
inline

Definition at line 795 of file log_convert_tool_config.pb.h.

◆ release_output_file()

std::string * goby::apps::middleware::protobuf::LogConvertToolConfig::release_output_file ( )
inline

Definition at line 989 of file log_convert_tool_config.pb.h.

◆ release_type_regex()

std::string * goby::apps::middleware::protobuf::LogConvertToolConfig::release_type_regex ( )
inline

Definition at line 736 of file log_convert_tool_config.pb.h.

◆ set_allocated_app()

void goby::apps::middleware::protobuf::LogConvertToolConfig::set_allocated_app ( ::goby::middleware::protobuf::AppConfig app)
inline

Definition at line 600 of file log_convert_tool_config.pb.h.

◆ set_allocated_exclude_group_regex()

void goby::apps::middleware::protobuf::LogConvertToolConfig::set_allocated_exclude_group_regex ( std::string *  exclude_group_regex)
inline

Definition at line 935 of file log_convert_tool_config.pb.h.

◆ set_allocated_exclude_type_regex()

void goby::apps::middleware::protobuf::LogConvertToolConfig::set_allocated_exclude_type_regex ( std::string *  exclude_type_regex)
inline

Definition at line 867 of file log_convert_tool_config.pb.h.

◆ set_allocated_group_regex()

void goby::apps::middleware::protobuf::LogConvertToolConfig::set_allocated_group_regex ( std::string *  group_regex)
inline

Definition at line 804 of file log_convert_tool_config.pb.h.

◆ set_allocated_output_file()

void goby::apps::middleware::protobuf::LogConvertToolConfig::set_allocated_output_file ( std::string *  output_file)
inline

Definition at line 1003 of file log_convert_tool_config.pb.h.

◆ set_allocated_type_regex()

void goby::apps::middleware::protobuf::LogConvertToolConfig::set_allocated_type_regex ( std::string *  type_regex)
inline

Definition at line 745 of file log_convert_tool_config.pb.h.

◆ set_exclude_group_regex() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void goby::apps::middleware::protobuf::LogConvertToolConfig::set_exclude_group_regex ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_exclude_group_regex() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void goby::apps::middleware::protobuf::LogConvertToolConfig::set_exclude_group_regex ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

Definition at line 900 of file log_convert_tool_config.pb.h.

◆ set_exclude_type_regex() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void goby::apps::middleware::protobuf::LogConvertToolConfig::set_exclude_type_regex ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_exclude_type_regex() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void goby::apps::middleware::protobuf::LogConvertToolConfig::set_exclude_type_regex ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

Definition at line 832 of file log_convert_tool_config.pb.h.

◆ set_format()

void goby::apps::middleware::protobuf::LogConvertToolConfig::set_format ( ::goby::apps::middleware::protobuf::LogConvertToolConfig_OutputFormat  value)
inline

Definition at line 1042 of file log_convert_tool_config.pb.h.

◆ set_group_regex() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void goby::apps::middleware::protobuf::LogConvertToolConfig::set_group_regex ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_group_regex() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void goby::apps::middleware::protobuf::LogConvertToolConfig::set_group_regex ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

Definition at line 774 of file log_convert_tool_config.pb.h.

◆ set_hdf5_chunk_length()

void goby::apps::middleware::protobuf::LogConvertToolConfig::set_hdf5_chunk_length ( int32_t  value)
inline

Definition at line 1098 of file log_convert_tool_config.pb.h.

◆ set_hdf5_compression_level()

void goby::apps::middleware::protobuf::LogConvertToolConfig::set_hdf5_compression_level ( int32_t  value)
inline

Definition at line 1126 of file log_convert_tool_config.pb.h.

◆ set_input_file() [1/4]

void goby::apps::middleware::protobuf::LogConvertToolConfig::set_input_file ( int  index,
const char *  value 
)
inline

Definition at line 655 of file log_convert_tool_config.pb.h.

◆ set_input_file() [2/4]

void goby::apps::middleware::protobuf::LogConvertToolConfig::set_input_file ( int  index,
const char *  value,
size_t  size 
)
inline

Definition at line 660 of file log_convert_tool_config.pb.h.

◆ set_input_file() [3/4]

void goby::apps::middleware::protobuf::LogConvertToolConfig::set_input_file ( int  index,
const std::string &  value 
)
inline

Definition at line 647 of file log_convert_tool_config.pb.h.

◆ set_input_file() [4/4]

void goby::apps::middleware::protobuf::LogConvertToolConfig::set_input_file ( int  index,
std::string &&  value 
)
inline

Definition at line 651 of file log_convert_tool_config.pb.h.

◆ set_jobs()

void goby::apps::middleware::protobuf::LogConvertToolConfig::set_jobs ( int32_t  value)
inline

Definition at line 1229 of file log_convert_tool_config.pb.h.

◆ set_load_shared_library() [1/4]

void goby::apps::middleware::protobuf::LogConvertToolConfig::set_load_shared_library ( int  index,
const char *  value 
)
inline

Definition at line 1165 of file log_convert_tool_config.pb.h.

◆ set_load_shared_library() [2/4]

void goby::apps::middleware::protobuf::LogConvertToolConfig::set_load_shared_library ( int  index,
const char *  value,
size_t  size 
)
inline

Definition at line 1170 of file log_convert_tool_config.pb.h.

◆ set_load_shared_library() [3/4]

void goby::apps::middleware::protobuf::LogConvertToolConfig::set_load_shared_library ( int  index,
const std::string &  value 
)
inline

Definition at line 1157 of file log_convert_tool_config.pb.h.

◆ set_load_shared_library() [4/4]

void goby::apps::middleware::protobuf::LogConvertToolConfig::set_load_shared_library ( int  index,
std::string &&  value 
)
inline

Definition at line 1161 of file log_convert_tool_config.pb.h.

◆ set_output_file() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void goby::apps::middleware::protobuf::LogConvertToolConfig::set_output_file ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_output_file() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void goby::apps::middleware::protobuf::LogConvertToolConfig::set_output_file ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

Definition at line 968 of file log_convert_tool_config.pb.h.

◆ set_type_regex() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void goby::apps::middleware::protobuf::LogConvertToolConfig::set_type_regex ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_type_regex() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void goby::apps::middleware::protobuf::LogConvertToolConfig::set_type_regex ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

Definition at line 715 of file log_convert_tool_config.pb.h.

◆ set_write_hdf5_zero_length_dim()

void goby::apps::middleware::protobuf::LogConvertToolConfig::set_write_hdf5_zero_length_dim ( bool  value)
inline

Definition at line 1070 of file log_convert_tool_config.pb.h.

◆ Swap()

void goby::apps::middleware::protobuf::LogConvertToolConfig::Swap ( LogConvertToolConfig other)
inline

Definition at line 159 of file log_convert_tool_config.pb.h.

◆ type_regex()

const std::string & goby::apps::middleware::protobuf::LogConvertToolConfig::type_regex ( ) const
inline

Definition at line 708 of file log_convert_tool_config.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & goby::apps::middleware::protobuf::LogConvertToolConfig::unknown_fields ( ) const
inline

Definition at line 130 of file log_convert_tool_config.pb.h.

◆ unsafe_arena_release_app()

goby::middleware::protobuf::AppConfig * goby::apps::middleware::protobuf::LogConvertToolConfig::unsafe_arena_release_app ( )
inline

Definition at line 580 of file log_convert_tool_config.pb.h.

◆ unsafe_arena_set_allocated_app()

void goby::apps::middleware::protobuf::LogConvertToolConfig::unsafe_arena_set_allocated_app ( ::goby::middleware::protobuf::AppConfig app)
inline

Definition at line 552 of file log_convert_tool_config.pb.h.

◆ UnsafeArenaSwap()

void goby::apps::middleware::protobuf::LogConvertToolConfig::UnsafeArenaSwap ( LogConvertToolConfig other)
inline

Definition at line 172 of file log_convert_tool_config.pb.h.

◆ write_hdf5_zero_length_dim()

bool goby::apps::middleware::protobuf::LogConvertToolConfig::write_hdf5_zero_length_dim ( ) const
inline

Definition at line 1062 of file log_convert_tool_config.pb.h.

Friends And Related Symbol Documentation

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

template<typename T >
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
friend

Definition at line 498 of file log_convert_tool_config.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
friend

Definition at line 208 of file log_convert_tool_config.pb.h.

◆ ::TableStruct_goby_2fmiddleware_2fprotobuf_2flog_5fconvert_5ftool_5fconfig_2eproto

◆ swap

void swap ( LogConvertToolConfig a,
LogConvertToolConfig b 
)
friend

Definition at line 156 of file log_convert_tool_config.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData goby::apps::middleware::protobuf::LogConvertToolConfig::_class_data_
static

Definition at line 217 of file log_convert_tool_config.pb.h.

◆ _impl_

Impl_ goby::apps::middleware::protobuf::LogConvertToolConfig::_impl_

Definition at line 520 of file log_convert_tool_config.pb.h.

◆ DEBUG_TEXT

constexpr OutputFormat goby::apps::middleware::protobuf::LogConvertToolConfig::DEBUG_TEXT
staticconstexpr

◆ HDF5

constexpr OutputFormat goby::apps::middleware::protobuf::LogConvertToolConfig::HDF5
staticconstexpr

◆ JSON

constexpr OutputFormat goby::apps::middleware::protobuf::LogConvertToolConfig::JSON
staticconstexpr

◆ kIndexInFileMessages

constexpr int goby::apps::middleware::protobuf::LogConvertToolConfig::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 153 of file log_convert_tool_config.pb.h.

◆ OutputFormat_ARRAYSIZE

constexpr int goby::apps::middleware::protobuf::LogConvertToolConfig::OutputFormat_ARRAYSIZE
staticconstexpr

◆ OutputFormat_MAX

constexpr OutputFormat goby::apps::middleware::protobuf::LogConvertToolConfig::OutputFormat_MAX
staticconstexpr
Initial value:

Definition at line 236 of file log_convert_tool_config.pb.h.

◆ OutputFormat_MIN

constexpr OutputFormat goby::apps::middleware::protobuf::LogConvertToolConfig::OutputFormat_MIN
staticconstexpr
Initial value:

Definition at line 234 of file log_convert_tool_config.pb.h.


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