Goby3  3.1.4
2024.02.22
goby::apps::zeromq::protobuf::ProtobufScopeConfig Class Reference

#include <goby/zeromq/protobuf/liaison_config.pb.h>

Inheritance diagram for goby::apps::zeromq::protobuf::ProtobufScopeConfig:
google::protobuf::Message google::protobuf::MessageLite

Public Types

typedef ProtobufScopeConfig_ColumnWidthPixels ColumnWidthPixels
 
typedef ProtobufScopeConfig_HistoryConfig HistoryConfig
 
typedef ProtobufScopeConfig_Column Column
 
- Public Types inherited from google::protobuf::Message
typedef google::protobuf::Reflection Reflection
 

Public Member Functions

 ProtobufScopeConfig ()
 
virtual ~ProtobufScopeConfig ()
 
 ProtobufScopeConfig (const ProtobufScopeConfig &from)
 
ProtobufScopeConfigoperator= (const ProtobufScopeConfig &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ProtobufScopeConfig *other)
 
ProtobufScopeConfigNew () const final
 
ProtobufScopeConfigNew (::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 ProtobufScopeConfig &from)
 
void MergeFrom (const ProtobufScopeConfig &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 history_size () const
 
void clear_history ()
 
::goby::apps::zeromq::protobuf::ProtobufScopeConfig_HistoryConfigmutable_history (int index)
 
::google::protobuf::RepeatedPtrField< ::goby::apps::zeromq::protobuf::ProtobufScopeConfig_HistoryConfig > * mutable_history ()
 
const ::goby::apps::zeromq::protobuf::ProtobufScopeConfig_HistoryConfighistory (int index) const
 
::goby::apps::zeromq::protobuf::ProtobufScopeConfig_HistoryConfigadd_history ()
 
const ::google::protobuf::RepeatedPtrField< ::goby::apps::zeromq::protobuf::ProtobufScopeConfig_HistoryConfig > & history () const
 
bool has_group_regex_filter_expression () const
 
void clear_group_regex_filter_expression ()
 
const ::std::string & group_regex_filter_expression () const
 
void set_group_regex_filter_expression (const ::std::string &value)
 
void set_group_regex_filter_expression (const char *value)
 
void set_group_regex_filter_expression (const char *value, size_t size)
 
::std::string * mutable_group_regex_filter_expression ()
 
::std::string * release_group_regex_filter_expression ()
 
void set_allocated_group_regex_filter_expression (::std::string *group_regex_filter_expression)
 
bool has_type_regex_filter_expression () const
 
void clear_type_regex_filter_expression ()
 
const ::std::string & type_regex_filter_expression () const
 
void set_type_regex_filter_expression (const ::std::string &value)
 
void set_type_regex_filter_expression (const char *value)
 
void set_type_regex_filter_expression (const char *value, size_t size)
 
::std::string * mutable_type_regex_filter_expression ()
 
::std::string * release_type_regex_filter_expression ()
 
void set_allocated_type_regex_filter_expression (::std::string *type_regex_filter_expression)
 
bool has_column_width () const
 
void clear_column_width ()
 
const ::goby::apps::zeromq::protobuf::ProtobufScopeConfig_ColumnWidthPixelscolumn_width () const
 
::goby::apps::zeromq::protobuf::ProtobufScopeConfig_ColumnWidthPixelsrelease_column_width ()
 
::goby::apps::zeromq::protobuf::ProtobufScopeConfig_ColumnWidthPixelsmutable_column_width ()
 
void set_allocated_column_width (::goby::apps::zeromq::protobuf::ProtobufScopeConfig_ColumnWidthPixels *column_width)
 
bool has_sort_by_column () const
 
void clear_sort_by_column ()
 
::goby::apps::zeromq::protobuf::ProtobufScopeConfig_Column sort_by_column () const
 
void set_sort_by_column (::goby::apps::zeromq::protobuf::ProtobufScopeConfig_Column value)
 
bool has_max_message_size_bytes () const
 
void clear_max_message_size_bytes ()
 
::google::protobuf::int32 max_message_size_bytes () const
 
void set_max_message_size_bytes (::google::protobuf::int32 value)
 
bool has_sort_ascending () const
 
void clear_sort_ascending ()
 
bool sort_ascending () const
 
void set_sort_ascending (bool value)
 
bool has_scope_height () const
 
void clear_scope_height ()
 
::google::protobuf::int32 scope_height () const
 
void set_scope_height (::google::protobuf::int32 value)
 
bool has_history_height () const
 
void clear_history_height ()
 
::google::protobuf::int32 history_height () const
 
void set_history_height (::google::protobuf::int32 value)
 
bool has_max_history_items () const
 
void clear_max_history_items ()
 
::google::protobuf::int32 max_history_items () const
 
void set_max_history_items (::google::protobuf::int32 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 ReflectionGetReflection () const final
 
- Public Member Functions inherited from google::protobuf::MessageLite
 MessageLite ()
 
virtual ~MessageLite ()
 
virtual ::google::protobuf::ArenaGetArena () 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 ProtobufScopeConfigdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const ProtobufScopeConfiginternal_default_instance ()
 
static bool Column_IsValid (int value)
 
static const ::google::protobuf::EnumDescriptor * Column_descriptor ()
 
static const ::std::string & Column_Name (Column value)
 
static bool Column_Parse (const ::std::string &name, Column *value)
 

Public Attributes

static ::google::protobuf::internal::ExplicitlyConstructed< ::std::string > _i_give_permission_to_break_this_code_default_group_regex_filter_expression_
 
static ::google::protobuf::internal::ExplicitlyConstructed< ::std::string > _i_give_permission_to_break_this_code_default_type_regex_filter_expression_
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const Column COLUMN_GROUP
 
static const Column COLUMN_TYPE
 
static const Column COLUMN_VALUE
 
static const Column COLUMN_TIME
 
static const Column COLUMN_MAX
 
static const Column Column_MIN
 
static const Column Column_MAX
 
static const int Column_ARRAYSIZE
 
static const int kHistoryFieldNumber = 9
 
static const int kGroupRegexFilterExpressionFieldNumber = 7
 
static const int kTypeRegexFilterExpressionFieldNumber = 8
 
static const int kColumnWidthFieldNumber = 2
 
static const int kSortByColumnFieldNumber = 3
 
static const int kMaxMessageSizeBytesFieldNumber = 20
 
static const int kSortAscendingFieldNumber = 4
 
static const int kScopeHeightFieldNumber = 5
 
static const int kHistoryHeightFieldNumber = 6
 
static const int kMaxHistoryItemsFieldNumber = 10
 

Friends

struct ::protobuf_goby_2fzeromq_2fprotobuf_2fliaison_5fconfig_2eproto::TableStruct
 
void swap (ProtobufScopeConfig &a, ProtobufScopeConfig &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)
 

Detailed Description

Definition at line 2547 of file liaison_config.pb.h.

Member Typedef Documentation

◆ Column

◆ ColumnWidthPixels

◆ HistoryConfig

Constructor & Destructor Documentation

◆ ProtobufScopeConfig() [1/2]

goby::apps::zeromq::protobuf::ProtobufScopeConfig::ProtobufScopeConfig ( )

◆ ~ProtobufScopeConfig()

virtual goby::apps::zeromq::protobuf::ProtobufScopeConfig::~ProtobufScopeConfig ( )
virtual

◆ ProtobufScopeConfig() [2/2]

goby::apps::zeromq::protobuf::ProtobufScopeConfig::ProtobufScopeConfig ( const ProtobufScopeConfig from)

Member Function Documentation

◆ add_history()

goby::apps::zeromq::protobuf::ProtobufScopeConfig_HistoryConfig * goby::apps::zeromq::protobuf::ProtobufScopeConfig::add_history ( )
inline

Definition at line 5997 of file liaison_config.pb.h.

◆ ByteSizeLong()

size_t goby::apps::zeromq::protobuf::ProtobufScopeConfig::ByteSizeLong ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ Clear()

void goby::apps::zeromq::protobuf::ProtobufScopeConfig::Clear ( )
finalvirtual

Reimplemented from google::protobuf::Message.

◆ clear_column_width()

void goby::apps::zeromq::protobuf::ProtobufScopeConfig::clear_column_width ( )
inline

Definition at line 5700 of file liaison_config.pb.h.

◆ clear_group_regex_filter_expression()

void goby::apps::zeromq::protobuf::ProtobufScopeConfig::clear_group_regex_filter_expression ( )
inline

Definition at line 5855 of file liaison_config.pb.h.

◆ clear_history()

void goby::apps::zeromq::protobuf::ProtobufScopeConfig::clear_history ( )
inline

Definition at line 5981 of file liaison_config.pb.h.

◆ clear_history_height()

void goby::apps::zeromq::protobuf::ProtobufScopeConfig::clear_history_height ( )
inline

Definition at line 5831 of file liaison_config.pb.h.

◆ clear_max_history_items()

void goby::apps::zeromq::protobuf::ProtobufScopeConfig::clear_max_history_items ( )
inline

Definition at line 6017 of file liaison_config.pb.h.

◆ clear_max_message_size_bytes()

void goby::apps::zeromq::protobuf::ProtobufScopeConfig::clear_max_message_size_bytes ( )
inline

Definition at line 6041 of file liaison_config.pb.h.

◆ clear_scope_height()

void goby::apps::zeromq::protobuf::ProtobufScopeConfig::clear_scope_height ( )
inline

Definition at line 5807 of file liaison_config.pb.h.

◆ clear_sort_ascending()

void goby::apps::zeromq::protobuf::ProtobufScopeConfig::clear_sort_ascending ( )
inline

Definition at line 5783 of file liaison_config.pb.h.

◆ clear_sort_by_column()

void goby::apps::zeromq::protobuf::ProtobufScopeConfig::clear_sort_by_column ( )
inline

Definition at line 5758 of file liaison_config.pb.h.

◆ clear_type_regex_filter_expression()

void goby::apps::zeromq::protobuf::ProtobufScopeConfig::clear_type_regex_filter_expression ( )
inline

Definition at line 5921 of file liaison_config.pb.h.

◆ Column_descriptor()

static const ::google::protobuf::EnumDescriptor* goby::apps::zeromq::protobuf::ProtobufScopeConfig::Column_descriptor ( )
inlinestatic

Definition at line 2663 of file liaison_config.pb.h.

◆ Column_IsValid()

static bool goby::apps::zeromq::protobuf::ProtobufScopeConfig::Column_IsValid ( int  value)
inlinestatic

Definition at line 2653 of file liaison_config.pb.h.

◆ Column_Name()

static const ::std::string& goby::apps::zeromq::protobuf::ProtobufScopeConfig::Column_Name ( Column  value)
inlinestatic

Definition at line 2666 of file liaison_config.pb.h.

◆ Column_Parse()

static bool goby::apps::zeromq::protobuf::ProtobufScopeConfig::Column_Parse ( const ::std::string &  name,
Column value 
)
inlinestatic

Definition at line 2669 of file liaison_config.pb.h.

◆ column_width()

const ::goby::apps::zeromq::protobuf::ProtobufScopeConfig_ColumnWidthPixels & goby::apps::zeromq::protobuf::ProtobufScopeConfig::column_width ( ) const
inline

Definition at line 5707 of file liaison_config.pb.h.

◆ CopyFrom() [1/2]

void goby::apps::zeromq::protobuf::ProtobufScopeConfig::CopyFrom ( const ::google::protobuf::Message from)
final

◆ CopyFrom() [2/2]

void goby::apps::zeromq::protobuf::ProtobufScopeConfig::CopyFrom ( const ProtobufScopeConfig from)

◆ default_instance()

static const ProtobufScopeConfig& goby::apps::zeromq::protobuf::ProtobufScopeConfig::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor* goby::apps::zeromq::protobuf::ProtobufScopeConfig::descriptor ( )
static

◆ GetCachedSize()

int goby::apps::zeromq::protobuf::ProtobufScopeConfig::GetCachedSize ( ) const
inlinefinalvirtual

Implements google::protobuf::MessageLite.

Definition at line 2619 of file liaison_config.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata goby::apps::zeromq::protobuf::ProtobufScopeConfig::GetMetadata ( ) const
finalvirtual

◆ group_regex_filter_expression()

const ::std::string & goby::apps::zeromq::protobuf::ProtobufScopeConfig::group_regex_filter_expression ( ) const
inline

Definition at line 5859 of file liaison_config.pb.h.

◆ has_column_width()

bool goby::apps::zeromq::protobuf::ProtobufScopeConfig::has_column_width ( ) const
inline

Definition at line 5691 of file liaison_config.pb.h.

◆ has_group_regex_filter_expression()

bool goby::apps::zeromq::protobuf::ProtobufScopeConfig::has_group_regex_filter_expression ( ) const
inline

Definition at line 5846 of file liaison_config.pb.h.

◆ has_history_height()

bool goby::apps::zeromq::protobuf::ProtobufScopeConfig::has_history_height ( ) const
inline

Definition at line 5822 of file liaison_config.pb.h.

◆ has_max_history_items()

bool goby::apps::zeromq::protobuf::ProtobufScopeConfig::has_max_history_items ( ) const
inline

Definition at line 6008 of file liaison_config.pb.h.

◆ has_max_message_size_bytes()

bool goby::apps::zeromq::protobuf::ProtobufScopeConfig::has_max_message_size_bytes ( ) const
inline

Definition at line 6032 of file liaison_config.pb.h.

◆ has_scope_height()

bool goby::apps::zeromq::protobuf::ProtobufScopeConfig::has_scope_height ( ) const
inline

Definition at line 5798 of file liaison_config.pb.h.

◆ has_sort_ascending()

bool goby::apps::zeromq::protobuf::ProtobufScopeConfig::has_sort_ascending ( ) const
inline

Definition at line 5774 of file liaison_config.pb.h.

◆ has_sort_by_column()

bool goby::apps::zeromq::protobuf::ProtobufScopeConfig::has_sort_by_column ( ) const
inline

Definition at line 5749 of file liaison_config.pb.h.

◆ has_type_regex_filter_expression()

bool goby::apps::zeromq::protobuf::ProtobufScopeConfig::has_type_regex_filter_expression ( ) const
inline

Definition at line 5912 of file liaison_config.pb.h.

◆ history() [1/2]

const ::google::protobuf::RepeatedPtrField<::goby::apps::zeromq::protobuf::ProtobufScopeConfig_HistoryConfig > & goby::apps::zeromq::protobuf::ProtobufScopeConfig::history ( ) const
inline

Definition at line 6002 of file liaison_config.pb.h.

◆ history() [2/2]

const ::goby::apps::zeromq::protobuf::ProtobufScopeConfig_HistoryConfig & goby::apps::zeromq::protobuf::ProtobufScopeConfig::history ( int  index) const
inline

Definition at line 5993 of file liaison_config.pb.h.

◆ history_height()

google::protobuf::int32 goby::apps::zeromq::protobuf::ProtobufScopeConfig::history_height ( ) const
inline

Definition at line 5835 of file liaison_config.pb.h.

◆ history_size()

int goby::apps::zeromq::protobuf::ProtobufScopeConfig::history_size ( ) const
inline

Definition at line 5978 of file liaison_config.pb.h.

◆ InitAsDefaultInstance()

static void goby::apps::zeromq::protobuf::ProtobufScopeConfig::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

static const ProtobufScopeConfig* goby::apps::zeromq::protobuf::ProtobufScopeConfig::internal_default_instance ( )
inlinestatic

Definition at line 2584 of file liaison_config.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* goby::apps::zeromq::protobuf::ProtobufScopeConfig::InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  target 
) const
final

◆ IsInitialized()

bool goby::apps::zeromq::protobuf::ProtobufScopeConfig::IsInitialized ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ max_history_items()

google::protobuf::int32 goby::apps::zeromq::protobuf::ProtobufScopeConfig::max_history_items ( ) const
inline

Definition at line 6021 of file liaison_config.pb.h.

◆ max_message_size_bytes()

google::protobuf::int32 goby::apps::zeromq::protobuf::ProtobufScopeConfig::max_message_size_bytes ( ) const
inline

Definition at line 6045 of file liaison_config.pb.h.

◆ MergeFrom() [1/2]

void goby::apps::zeromq::protobuf::ProtobufScopeConfig::MergeFrom ( const ::google::protobuf::Message from)
final

◆ MergeFrom() [2/2]

void goby::apps::zeromq::protobuf::ProtobufScopeConfig::MergeFrom ( const ProtobufScopeConfig from)

◆ MergePartialFromCodedStream()

bool goby::apps::zeromq::protobuf::ProtobufScopeConfig::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
final

◆ mutable_column_width()

goby::apps::zeromq::protobuf::ProtobufScopeConfig_ColumnWidthPixels * goby::apps::zeromq::protobuf::ProtobufScopeConfig::mutable_column_width ( )
inline

Definition at line 5720 of file liaison_config.pb.h.

◆ mutable_group_regex_filter_expression()

std::string * goby::apps::zeromq::protobuf::ProtobufScopeConfig::mutable_group_regex_filter_expression ( )
inline

Definition at line 5888 of file liaison_config.pb.h.

◆ mutable_history() [1/2]

google::protobuf::RepeatedPtrField<::goby::apps::zeromq::protobuf::ProtobufScopeConfig_HistoryConfig > * goby::apps::zeromq::protobuf::ProtobufScopeConfig::mutable_history ( )
inline

Definition at line 5989 of file liaison_config.pb.h.

◆ mutable_history() [2/2]

goby::apps::zeromq::protobuf::ProtobufScopeConfig_HistoryConfig * goby::apps::zeromq::protobuf::ProtobufScopeConfig::mutable_history ( int  index)
inline

Definition at line 5984 of file liaison_config.pb.h.

◆ mutable_type_regex_filter_expression()

std::string * goby::apps::zeromq::protobuf::ProtobufScopeConfig::mutable_type_regex_filter_expression ( )
inline

Definition at line 5954 of file liaison_config.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet* goby::apps::zeromq::protobuf::ProtobufScopeConfig::mutable_unknown_fields ( )
inline

Definition at line 2576 of file liaison_config.pb.h.

◆ New() [1/2]

ProtobufScopeConfig* goby::apps::zeromq::protobuf::ProtobufScopeConfig::New ( ) const
inlinefinalvirtual

Implements google::protobuf::Message.

Definition at line 2598 of file liaison_config.pb.h.

◆ New() [2/2]

ProtobufScopeConfig* goby::apps::zeromq::protobuf::ProtobufScopeConfig::New ( ::google::protobuf::Arena arena) const
inlinefinalvirtual

Reimplemented from google::protobuf::Message.

Definition at line 2602 of file liaison_config.pb.h.

◆ operator=()

ProtobufScopeConfig& goby::apps::zeromq::protobuf::ProtobufScopeConfig::operator= ( const ProtobufScopeConfig from)
inline

Definition at line 2554 of file liaison_config.pb.h.

◆ release_column_width()

goby::apps::zeromq::protobuf::ProtobufScopeConfig_ColumnWidthPixels * goby::apps::zeromq::protobuf::ProtobufScopeConfig::release_column_width ( )
inline

Definition at line 5713 of file liaison_config.pb.h.

◆ release_group_regex_filter_expression()

std::string * goby::apps::zeromq::protobuf::ProtobufScopeConfig::release_group_regex_filter_expression ( )
inline

Definition at line 5893 of file liaison_config.pb.h.

◆ release_type_regex_filter_expression()

std::string * goby::apps::zeromq::protobuf::ProtobufScopeConfig::release_type_regex_filter_expression ( )
inline

Definition at line 5959 of file liaison_config.pb.h.

◆ scope_height()

google::protobuf::int32 goby::apps::zeromq::protobuf::ProtobufScopeConfig::scope_height ( ) const
inline

Definition at line 5811 of file liaison_config.pb.h.

◆ SerializeWithCachedSizes()

void goby::apps::zeromq::protobuf::ProtobufScopeConfig::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
final

◆ set_allocated_column_width()

void goby::apps::zeromq::protobuf::ProtobufScopeConfig::set_allocated_column_width ( ::goby::apps::zeromq::protobuf::ProtobufScopeConfig_ColumnWidthPixels column_width)
inline

Definition at line 5729 of file liaison_config.pb.h.

◆ set_allocated_group_regex_filter_expression()

void goby::apps::zeromq::protobuf::ProtobufScopeConfig::set_allocated_group_regex_filter_expression ( ::std::string *  group_regex_filter_expression)
inline

Definition at line 5901 of file liaison_config.pb.h.

◆ set_allocated_type_regex_filter_expression()

void goby::apps::zeromq::protobuf::ProtobufScopeConfig::set_allocated_type_regex_filter_expression ( ::std::string *  type_regex_filter_expression)
inline

Definition at line 5967 of file liaison_config.pb.h.

◆ set_group_regex_filter_expression() [1/3]

void goby::apps::zeromq::protobuf::ProtobufScopeConfig::set_group_regex_filter_expression ( const ::std::string &  value)
inline

Definition at line 5863 of file liaison_config.pb.h.

◆ set_group_regex_filter_expression() [2/3]

void goby::apps::zeromq::protobuf::ProtobufScopeConfig::set_group_regex_filter_expression ( const char value)
inline

Definition at line 5876 of file liaison_config.pb.h.

◆ set_group_regex_filter_expression() [3/3]

void goby::apps::zeromq::protobuf::ProtobufScopeConfig::set_group_regex_filter_expression ( const char value,
size_t  size 
)
inline

Definition at line 5882 of file liaison_config.pb.h.

◆ set_history_height()

void goby::apps::zeromq::protobuf::ProtobufScopeConfig::set_history_height ( ::google::protobuf::int32  value)
inline

Definition at line 5839 of file liaison_config.pb.h.

◆ set_max_history_items()

void goby::apps::zeromq::protobuf::ProtobufScopeConfig::set_max_history_items ( ::google::protobuf::int32  value)
inline

Definition at line 6025 of file liaison_config.pb.h.

◆ set_max_message_size_bytes()

void goby::apps::zeromq::protobuf::ProtobufScopeConfig::set_max_message_size_bytes ( ::google::protobuf::int32  value)
inline

Definition at line 6049 of file liaison_config.pb.h.

◆ set_scope_height()

void goby::apps::zeromq::protobuf::ProtobufScopeConfig::set_scope_height ( ::google::protobuf::int32  value)
inline

Definition at line 5815 of file liaison_config.pb.h.

◆ set_sort_ascending()

void goby::apps::zeromq::protobuf::ProtobufScopeConfig::set_sort_ascending ( bool  value)
inline

Definition at line 5791 of file liaison_config.pb.h.

◆ set_sort_by_column()

void goby::apps::zeromq::protobuf::ProtobufScopeConfig::set_sort_by_column ( ::goby::apps::zeromq::protobuf::ProtobufScopeConfig_Column  value)
inline

Definition at line 5766 of file liaison_config.pb.h.

◆ set_type_regex_filter_expression() [1/3]

void goby::apps::zeromq::protobuf::ProtobufScopeConfig::set_type_regex_filter_expression ( const ::std::string &  value)
inline

Definition at line 5929 of file liaison_config.pb.h.

◆ set_type_regex_filter_expression() [2/3]

void goby::apps::zeromq::protobuf::ProtobufScopeConfig::set_type_regex_filter_expression ( const char value)
inline

Definition at line 5942 of file liaison_config.pb.h.

◆ set_type_regex_filter_expression() [3/3]

void goby::apps::zeromq::protobuf::ProtobufScopeConfig::set_type_regex_filter_expression ( const char value,
size_t  size 
)
inline

Definition at line 5948 of file liaison_config.pb.h.

◆ sort_ascending()

bool goby::apps::zeromq::protobuf::ProtobufScopeConfig::sort_ascending ( ) const
inline

Definition at line 5787 of file liaison_config.pb.h.

◆ sort_by_column()

goby::apps::zeromq::protobuf::ProtobufScopeConfig_Column goby::apps::zeromq::protobuf::ProtobufScopeConfig::sort_by_column ( ) const
inline

Definition at line 5762 of file liaison_config.pb.h.

◆ Swap()

void goby::apps::zeromq::protobuf::ProtobufScopeConfig::Swap ( ProtobufScopeConfig other)

◆ type_regex_filter_expression()

const ::std::string & goby::apps::zeromq::protobuf::ProtobufScopeConfig::type_regex_filter_expression ( ) const
inline

Definition at line 5925 of file liaison_config.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet& goby::apps::zeromq::protobuf::ProtobufScopeConfig::unknown_fields ( ) const
inline

Definition at line 2573 of file liaison_config.pb.h.

Friends And Related Function Documentation

◆ ::protobuf_goby_2fzeromq_2fprotobuf_2fliaison_5fconfig_2eproto::TableStruct

◆ swap

void swap ( ProtobufScopeConfig a,
ProtobufScopeConfig b 
)
friend

Definition at line 2592 of file liaison_config.pb.h.

Member Data Documentation

◆ _i_give_permission_to_break_this_code_default_group_regex_filter_expression_

::google::protobuf::internal::ExplicitlyConstructed< ::std::string> goby::apps::zeromq::protobuf::ProtobufScopeConfig::_i_give_permission_to_break_this_code_default_group_regex_filter_expression_

Definition at line 2798 of file liaison_config.pb.h.

◆ _i_give_permission_to_break_this_code_default_type_regex_filter_expression_

::google::protobuf::internal::ExplicitlyConstructed< ::std::string> goby::apps::zeromq::protobuf::ProtobufScopeConfig::_i_give_permission_to_break_this_code_default_type_regex_filter_expression_

Definition at line 2802 of file liaison_config.pb.h.

◆ Column_ARRAYSIZE

const int goby::apps::zeromq::protobuf::ProtobufScopeConfig::Column_ARRAYSIZE
static
Initial value:

Definition at line 2660 of file liaison_config.pb.h.

◆ COLUMN_GROUP

const Column goby::apps::zeromq::protobuf::ProtobufScopeConfig::COLUMN_GROUP
static
Initial value:

Definition at line 2643 of file liaison_config.pb.h.

◆ COLUMN_MAX

const Column goby::apps::zeromq::protobuf::ProtobufScopeConfig::COLUMN_MAX
static
Initial value:

Definition at line 2651 of file liaison_config.pb.h.

◆ Column_MAX

const Column goby::apps::zeromq::protobuf::ProtobufScopeConfig::Column_MAX
static
Initial value:

Definition at line 2658 of file liaison_config.pb.h.

◆ Column_MIN

const Column goby::apps::zeromq::protobuf::ProtobufScopeConfig::Column_MIN
static
Initial value:

Definition at line 2656 of file liaison_config.pb.h.

◆ COLUMN_TIME

const Column goby::apps::zeromq::protobuf::ProtobufScopeConfig::COLUMN_TIME
static
Initial value:

Definition at line 2649 of file liaison_config.pb.h.

◆ COLUMN_TYPE

const Column goby::apps::zeromq::protobuf::ProtobufScopeConfig::COLUMN_TYPE
static
Initial value:

Definition at line 2645 of file liaison_config.pb.h.

◆ COLUMN_VALUE

const Column goby::apps::zeromq::protobuf::ProtobufScopeConfig::COLUMN_VALUE
static
Initial value:

Definition at line 2647 of file liaison_config.pb.h.

◆ kColumnWidthFieldNumber

const int goby::apps::zeromq::protobuf::ProtobufScopeConfig::kColumnWidthFieldNumber = 2
static

Definition at line 2721 of file liaison_config.pb.h.

◆ kGroupRegexFilterExpressionFieldNumber

const int goby::apps::zeromq::protobuf::ProtobufScopeConfig::kGroupRegexFilterExpressionFieldNumber = 7
static

Definition at line 2691 of file liaison_config.pb.h.

◆ kHistoryFieldNumber

const int goby::apps::zeromq::protobuf::ProtobufScopeConfig::kHistoryFieldNumber = 9
static

Definition at line 2679 of file liaison_config.pb.h.

◆ kHistoryHeightFieldNumber

const int goby::apps::zeromq::protobuf::ProtobufScopeConfig::kHistoryHeightFieldNumber = 6
static

Definition at line 2761 of file liaison_config.pb.h.

◆ kIndexInFileMessages

constexpr int goby::apps::zeromq::protobuf::ProtobufScopeConfig::kIndexInFileMessages
staticconstexpr
Initial value:
=
13

Definition at line 2588 of file liaison_config.pb.h.

◆ kMaxHistoryItemsFieldNumber

const int goby::apps::zeromq::protobuf::ProtobufScopeConfig::kMaxHistoryItemsFieldNumber = 10
static

Definition at line 2768 of file liaison_config.pb.h.

◆ kMaxMessageSizeBytesFieldNumber

const int goby::apps::zeromq::protobuf::ProtobufScopeConfig::kMaxMessageSizeBytesFieldNumber = 20
static

Definition at line 2740 of file liaison_config.pb.h.

◆ kScopeHeightFieldNumber

const int goby::apps::zeromq::protobuf::ProtobufScopeConfig::kScopeHeightFieldNumber = 5
static

Definition at line 2754 of file liaison_config.pb.h.

◆ kSortAscendingFieldNumber

const int goby::apps::zeromq::protobuf::ProtobufScopeConfig::kSortAscendingFieldNumber = 4
static

Definition at line 2747 of file liaison_config.pb.h.

◆ kSortByColumnFieldNumber

const int goby::apps::zeromq::protobuf::ProtobufScopeConfig::kSortByColumnFieldNumber = 3
static

Definition at line 2733 of file liaison_config.pb.h.

◆ kTypeRegexFilterExpressionFieldNumber

const int goby::apps::zeromq::protobuf::ProtobufScopeConfig::kTypeRegexFilterExpressionFieldNumber = 8
static

Definition at line 2706 of file liaison_config.pb.h.


The documentation for this class was generated from the following file:
goby::apps::zeromq::protobuf::ProtobufScopeConfig_Column_Column_MIN
const ProtobufScopeConfig_Column ProtobufScopeConfig_Column_Column_MIN
Definition: liaison_config.pb.h:190
goby::apps::zeromq::protobuf::ProtobufScopeConfig_Column_COLUMN_TIME
@ ProtobufScopeConfig_Column_COLUMN_TIME
Definition: liaison_config.pb.h:186
goby::apps::zeromq::protobuf::ProtobufScopeConfig_Column_Column_ARRAYSIZE
const int ProtobufScopeConfig_Column_Column_ARRAYSIZE
Definition: liaison_config.pb.h:192
goby::apps::zeromq::protobuf::ProtobufScopeConfig_Column_COLUMN_GROUP
@ ProtobufScopeConfig_Column_COLUMN_GROUP
Definition: liaison_config.pb.h:183
goby::apps::zeromq::protobuf::ProtobufScopeConfig_Column_COLUMN_MAX
@ ProtobufScopeConfig_Column_COLUMN_MAX
Definition: liaison_config.pb.h:187
goby::apps::zeromq::protobuf::ProtobufScopeConfig_Column_Column_MAX
const ProtobufScopeConfig_Column ProtobufScopeConfig_Column_Column_MAX
Definition: liaison_config.pb.h:191
goby::apps::zeromq::protobuf::ProtobufScopeConfig_Column_COLUMN_VALUE
@ ProtobufScopeConfig_Column_COLUMN_VALUE
Definition: liaison_config.pb.h:185
goby::apps::zeromq::protobuf::ProtobufScopeConfig_Column_COLUMN_TYPE
@ ProtobufScopeConfig_Column_COLUMN_TYPE
Definition: liaison_config.pb.h:184