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

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

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

Public Types

typedef boost::units::derived_dimension< boost::units::time_base_dimension, 1 >::type request_interval_dimension
 
typedef boost::units::unit< request_interval_dimension, boost::units::si::system > request_interval_unit
 
typedef boost::units::derived_dimension< boost::units::time_base_dimension, 1 >::type response_timeout_dimension
 
typedef boost::units::unit< response_timeout_dimension, boost::units::si::system > response_timeout_unit
 
- Public Types inherited from google::protobuf::Message
typedef google::protobuf::Reflection Reflection
 

Public Member Functions

 CoronerConfig ()
 
virtual ~CoronerConfig ()
 
 CoronerConfig (const CoronerConfig &from)
 
CoronerConfigoperator= (const CoronerConfig &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (CoronerConfig *other)
 
CoronerConfigNew () const final
 
CoronerConfigNew (::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 CoronerConfig &from)
 
void MergeFrom (const CoronerConfig &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 expected_name_size () const
 
void clear_expected_name ()
 
const ::std::string & expected_name (int index) const
 
::std::string * mutable_expected_name (int index)
 
void set_expected_name (int index, const ::std::string &value)
 
void set_expected_name (int index, const char *value)
 
void set_expected_name (int index, const char *value, size_t size)
 
::std::string * add_expected_name ()
 
void add_expected_name (const ::std::string &value)
 
void add_expected_name (const char *value)
 
void add_expected_name (const char *value, size_t size)
 
const ::google::protobuf::RepeatedPtrField< ::std::string > & expected_name () const
 
::google::protobuf::RepeatedPtrField< ::std::string > * mutable_expected_name ()
 
bool has_app () const
 
void clear_app ()
 
const ::goby::middleware::protobuf::AppConfigapp () const
 
::goby::middleware::protobuf::AppConfigrelease_app ()
 
::goby::middleware::protobuf::AppConfigmutable_app ()
 
void set_allocated_app (::goby::middleware::protobuf::AppConfig *app)
 
bool has_interprocess () const
 
void clear_interprocess ()
 
const ::goby::zeromq::protobuf::InterProcessPortalConfiginterprocess () const
 
::goby::zeromq::protobuf::InterProcessPortalConfigrelease_interprocess ()
 
::goby::zeromq::protobuf::InterProcessPortalConfigmutable_interprocess ()
 
void set_allocated_interprocess (::goby::zeromq::protobuf::InterProcessPortalConfig *interprocess)
 
bool has_auto_add_new_apps () const
 
void clear_auto_add_new_apps ()
 
bool auto_add_new_apps () const
 
void set_auto_add_new_apps (bool value)
 
bool has_request_interval () const
 
void clear_request_interval ()
 
float request_interval () const
 
void set_request_interval (float value)
 
bool has_response_timeout () const
 
void clear_response_timeout ()
 
float response_timeout () const
 
void set_response_timeout (float value)
 
template<typename Quantity >
void set_request_interval_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity request_interval_with_units () const
 
boost::units::quantity< request_interval_unit, float > request_interval_with_units () const
 
template<typename Quantity >
void set_response_timeout_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity response_timeout_with_units () const
 
boost::units::quantity< response_timeout_unit, float > response_timeout_with_units () const
 
- 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 CoronerConfigdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const CoronerConfiginternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kExpectedNameFieldNumber = 10
 
static const int kAppFieldNumber = 1
 
static const int kInterprocessFieldNumber = 2
 
static const int kAutoAddNewAppsFieldNumber = 22
 
static const int kRequestIntervalFieldNumber = 20
 
static const int kResponseTimeoutFieldNumber = 21
 

Friends

struct ::protobuf_goby_2fzeromq_2fprotobuf_2fcoroner_5fconfig_2eproto::TableStruct
 
void swap (CoronerConfig &a, CoronerConfig &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 81 of file coroner_config.pb.h.

Member Typedef Documentation

◆ request_interval_dimension

typedef boost::units::derived_dimension< boost::units::time_base_dimension,1 >::type goby::apps::zeromq::protobuf::CoronerConfig::request_interval_dimension

Definition at line 242 of file coroner_config.pb.h.

◆ request_interval_unit

Definition at line 244 of file coroner_config.pb.h.

◆ response_timeout_dimension

typedef boost::units::derived_dimension< boost::units::time_base_dimension,1 >::type goby::apps::zeromq::protobuf::CoronerConfig::response_timeout_dimension

Definition at line 255 of file coroner_config.pb.h.

◆ response_timeout_unit

Definition at line 259 of file coroner_config.pb.h.

Constructor & Destructor Documentation

◆ CoronerConfig() [1/2]

goby::apps::zeromq::protobuf::CoronerConfig::CoronerConfig ( )

◆ ~CoronerConfig()

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

◆ CoronerConfig() [2/2]

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

Member Function Documentation

◆ add_expected_name() [1/4]

std::string * goby::apps::zeromq::protobuf::CoronerConfig::add_expected_name ( )
inline

Definition at line 450 of file coroner_config.pb.h.

◆ add_expected_name() [2/4]

void goby::apps::zeromq::protobuf::CoronerConfig::add_expected_name ( const ::std::string &  value)
inline

Definition at line 454 of file coroner_config.pb.h.

◆ add_expected_name() [3/4]

void goby::apps::zeromq::protobuf::CoronerConfig::add_expected_name ( const char value)
inline

Definition at line 464 of file coroner_config.pb.h.

◆ add_expected_name() [4/4]

void goby::apps::zeromq::protobuf::CoronerConfig::add_expected_name ( const char value,
size_t  size 
)
inline

Definition at line 469 of file coroner_config.pb.h.

◆ app()

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

Definition at line 320 of file coroner_config.pb.h.

◆ auto_add_new_apps()

bool goby::apps::zeromq::protobuf::CoronerConfig::auto_add_new_apps ( ) const
inline

Definition at line 546 of file coroner_config.pb.h.

◆ ByteSizeLong()

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

Reimplemented from google::protobuf::Message.

◆ Clear()

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

Reimplemented from google::protobuf::Message.

◆ clear_app()

void goby::apps::zeromq::protobuf::CoronerConfig::clear_app ( )

◆ clear_auto_add_new_apps()

void goby::apps::zeromq::protobuf::CoronerConfig::clear_auto_add_new_apps ( )
inline

Definition at line 542 of file coroner_config.pb.h.

◆ clear_expected_name()

void goby::apps::zeromq::protobuf::CoronerConfig::clear_expected_name ( )
inline

Definition at line 419 of file coroner_config.pb.h.

◆ clear_interprocess()

void goby::apps::zeromq::protobuf::CoronerConfig::clear_interprocess ( )

◆ clear_request_interval()

void goby::apps::zeromq::protobuf::CoronerConfig::clear_request_interval ( )
inline

Definition at line 494 of file coroner_config.pb.h.

◆ clear_response_timeout()

void goby::apps::zeromq::protobuf::CoronerConfig::clear_response_timeout ( )
inline

Definition at line 518 of file coroner_config.pb.h.

◆ CopyFrom() [1/2]

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

◆ CopyFrom() [2/2]

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

◆ default_instance()

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

◆ descriptor()

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

◆ expected_name() [1/2]

const ::google::protobuf::RepeatedPtrField<::std::string > & goby::apps::zeromq::protobuf::CoronerConfig::expected_name ( ) const
inline

Definition at line 474 of file coroner_config.pb.h.

◆ expected_name() [2/2]

const ::std::string & goby::apps::zeromq::protobuf::CoronerConfig::expected_name ( int  index) const
inline

Definition at line 422 of file coroner_config.pb.h.

◆ expected_name_size()

int goby::apps::zeromq::protobuf::CoronerConfig::expected_name_size ( ) const
inline

Definition at line 416 of file coroner_config.pb.h.

◆ GetCachedSize()

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

Implements google::protobuf::MessageLite.

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

◆ GetMetadata()

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

◆ has_app()

bool goby::apps::zeromq::protobuf::CoronerConfig::has_app ( ) const
inline

Definition at line 308 of file coroner_config.pb.h.

◆ has_auto_add_new_apps()

bool goby::apps::zeromq::protobuf::CoronerConfig::has_auto_add_new_apps ( ) const
inline

Definition at line 533 of file coroner_config.pb.h.

◆ has_interprocess()

bool goby::apps::zeromq::protobuf::CoronerConfig::has_interprocess ( ) const
inline

Definition at line 362 of file coroner_config.pb.h.

◆ has_request_interval()

bool goby::apps::zeromq::protobuf::CoronerConfig::has_request_interval ( ) const
inline

Definition at line 485 of file coroner_config.pb.h.

◆ has_response_timeout()

bool goby::apps::zeromq::protobuf::CoronerConfig::has_response_timeout ( ) const
inline

Definition at line 509 of file coroner_config.pb.h.

◆ InitAsDefaultInstance()

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

◆ internal_default_instance()

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

Definition at line 118 of file coroner_config.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

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

◆ interprocess()

const ::goby::zeromq::protobuf::InterProcessPortalConfig & goby::apps::zeromq::protobuf::CoronerConfig::interprocess ( ) const
inline

Definition at line 374 of file coroner_config.pb.h.

◆ IsInitialized()

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

Reimplemented from google::protobuf::Message.

◆ MergeFrom() [1/2]

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

◆ MergeFrom() [2/2]

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

◆ MergePartialFromCodedStream()

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

◆ mutable_app()

goby::middleware::protobuf::AppConfig * goby::apps::zeromq::protobuf::CoronerConfig::mutable_app ( )
inline

Definition at line 333 of file coroner_config.pb.h.

◆ mutable_expected_name() [1/2]

google::protobuf::RepeatedPtrField<::std::string > * goby::apps::zeromq::protobuf::CoronerConfig::mutable_expected_name ( )
inline

Definition at line 479 of file coroner_config.pb.h.

◆ mutable_expected_name() [2/2]

std::string * goby::apps::zeromq::protobuf::CoronerConfig::mutable_expected_name ( int  index)
inline

Definition at line 426 of file coroner_config.pb.h.

◆ mutable_interprocess()

goby::zeromq::protobuf::InterProcessPortalConfig * goby::apps::zeromq::protobuf::CoronerConfig::mutable_interprocess ( )
inline

Definition at line 387 of file coroner_config.pb.h.

◆ mutable_unknown_fields()

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

Definition at line 110 of file coroner_config.pb.h.

◆ New() [1/2]

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

Implements google::protobuf::Message.

Definition at line 132 of file coroner_config.pb.h.

◆ New() [2/2]

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

Reimplemented from google::protobuf::Message.

Definition at line 136 of file coroner_config.pb.h.

◆ operator=()

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

Definition at line 88 of file coroner_config.pb.h.

◆ release_app()

goby::middleware::protobuf::AppConfig * goby::apps::zeromq::protobuf::CoronerConfig::release_app ( )
inline

Definition at line 326 of file coroner_config.pb.h.

◆ release_interprocess()

goby::zeromq::protobuf::InterProcessPortalConfig * goby::apps::zeromq::protobuf::CoronerConfig::release_interprocess ( )
inline

Definition at line 380 of file coroner_config.pb.h.

◆ request_interval()

float goby::apps::zeromq::protobuf::CoronerConfig::request_interval ( ) const
inline

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

◆ request_interval_with_units() [1/2]

template<typename Quantity >
Quantity goby::apps::zeromq::protobuf::CoronerConfig::request_interval_with_units ( ) const
inline

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

◆ request_interval_with_units() [2/2]

boost::units::quantity< request_interval_unit,float > goby::apps::zeromq::protobuf::CoronerConfig::request_interval_with_units ( ) const
inline

Definition at line 254 of file coroner_config.pb.h.

◆ response_timeout()

float goby::apps::zeromq::protobuf::CoronerConfig::response_timeout ( ) const
inline

Definition at line 522 of file coroner_config.pb.h.

◆ response_timeout_with_units() [1/2]

template<typename Quantity >
Quantity goby::apps::zeromq::protobuf::CoronerConfig::response_timeout_with_units ( ) const
inline

Definition at line 266 of file coroner_config.pb.h.

◆ response_timeout_with_units() [2/2]

boost::units::quantity< response_timeout_unit,float > goby::apps::zeromq::protobuf::CoronerConfig::response_timeout_with_units ( ) const
inline

Definition at line 269 of file coroner_config.pb.h.

◆ SerializeWithCachedSizes()

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

◆ set_allocated_app()

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

Definition at line 342 of file coroner_config.pb.h.

◆ set_allocated_interprocess()

void goby::apps::zeromq::protobuf::CoronerConfig::set_allocated_interprocess ( ::goby::zeromq::protobuf::InterProcessPortalConfig interprocess)
inline

Definition at line 396 of file coroner_config.pb.h.

◆ set_auto_add_new_apps()

void goby::apps::zeromq::protobuf::CoronerConfig::set_auto_add_new_apps ( bool  value)
inline

Definition at line 550 of file coroner_config.pb.h.

◆ set_expected_name() [1/3]

void goby::apps::zeromq::protobuf::CoronerConfig::set_expected_name ( int  index,
const ::std::string &  value 
)
inline

Definition at line 430 of file coroner_config.pb.h.

◆ set_expected_name() [2/3]

void goby::apps::zeromq::protobuf::CoronerConfig::set_expected_name ( int  index,
const char value 
)
inline

Definition at line 440 of file coroner_config.pb.h.

◆ set_expected_name() [3/3]

void goby::apps::zeromq::protobuf::CoronerConfig::set_expected_name ( int  index,
const char value,
size_t  size 
)
inline

Definition at line 445 of file coroner_config.pb.h.

◆ set_request_interval()

void goby::apps::zeromq::protobuf::CoronerConfig::set_request_interval ( float  value)
inline

Definition at line 502 of file coroner_config.pb.h.

◆ set_request_interval_with_units()

template<typename Quantity >
void goby::apps::zeromq::protobuf::CoronerConfig::set_request_interval_with_units ( Quantity  value_w_units)
inline

Definition at line 247 of file coroner_config.pb.h.

◆ set_response_timeout()

void goby::apps::zeromq::protobuf::CoronerConfig::set_response_timeout ( float  value)
inline

Definition at line 526 of file coroner_config.pb.h.

◆ set_response_timeout_with_units()

template<typename Quantity >
void goby::apps::zeromq::protobuf::CoronerConfig::set_response_timeout_with_units ( Quantity  value_w_units)
inline

Definition at line 262 of file coroner_config.pb.h.

◆ Swap()

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

◆ unknown_fields()

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

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

Friends And Related Function Documentation

◆ ::protobuf_goby_2fzeromq_2fprotobuf_2fcoroner_5fconfig_2eproto::TableStruct

◆ swap

void swap ( CoronerConfig a,
CoronerConfig b 
)
friend

Definition at line 126 of file coroner_config.pb.h.

Member Data Documentation

◆ kAppFieldNumber

const int goby::apps::zeromq::protobuf::CoronerConfig::kAppFieldNumber = 1
static

Definition at line 200 of file coroner_config.pb.h.

◆ kAutoAddNewAppsFieldNumber

const int goby::apps::zeromq::protobuf::CoronerConfig::kAutoAddNewAppsFieldNumber = 22
static

Definition at line 224 of file coroner_config.pb.h.

◆ kExpectedNameFieldNumber

const int goby::apps::zeromq::protobuf::CoronerConfig::kExpectedNameFieldNumber = 10
static

Definition at line 178 of file coroner_config.pb.h.

◆ kIndexInFileMessages

constexpr int goby::apps::zeromq::protobuf::CoronerConfig::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 122 of file coroner_config.pb.h.

◆ kInterprocessFieldNumber

const int goby::apps::zeromq::protobuf::CoronerConfig::kInterprocessFieldNumber = 2
static

Definition at line 212 of file coroner_config.pb.h.

◆ kRequestIntervalFieldNumber

const int goby::apps::zeromq::protobuf::CoronerConfig::kRequestIntervalFieldNumber = 20
static

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

◆ kResponseTimeoutFieldNumber

const int goby::apps::zeromq::protobuf::CoronerConfig::kResponseTimeoutFieldNumber = 21
static

Definition at line 238 of file coroner_config.pb.h.


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