Goby3  3.1.4
2024.02.22
goby::middleware::frontseat::protobuf::Config Class Reference

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

Inheritance diagram for goby::middleware::frontseat::protobuf::Config:
google::protobuf::Message google::protobuf::MessageLite

Public Types

typedef boost::units::derived_dimension< boost::units::time_base_dimension, 1 >::type helm_running_timeout_dimension
 
typedef boost::units::unit< helm_running_timeout_dimension, boost::units::si::system > helm_running_timeout_unit
 
typedef boost::units::derived_dimension< boost::units::time_base_dimension, 1 >::type frontseat_connected_timeout_dimension
 
typedef boost::units::unit< frontseat_connected_timeout_dimension, boost::units::si::system > frontseat_connected_timeout_unit
 
typedef boost::units::derived_dimension< boost::units::time_base_dimension, 1 >::type status_period_dimension
 
typedef boost::units::unit< status_period_dimension, boost::units::si::system > status_period_unit
 
- Public Types inherited from google::protobuf::Message
typedef google::protobuf::Reflection Reflection
 

Public Member Functions

 Config ()
 
virtual ~Config ()
 
 Config (const Config &from)
 
Configoperator= (const Config &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (Config *other)
 
ConfigNew () const final
 
ConfigNew (::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 Config &from)
 
void MergeFrom (const Config &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
 
bool has_name () const
 
void clear_name ()
 
const ::std::string & name () const
 
void set_name (const ::std::string &value)
 
void set_name (const char *value)
 
void set_name (const char *value, size_t size)
 
::std::string * mutable_name ()
 
::std::string * release_name ()
 
void set_allocated_name (::std::string *name)
 
bool has_origin () const
 
void clear_origin ()
 
const ::goby::middleware::protobuf::LatLonPointorigin () const
 
::goby::middleware::protobuf::LatLonPointrelease_origin ()
 
::goby::middleware::protobuf::LatLonPointmutable_origin ()
 
void set_allocated_origin (::goby::middleware::protobuf::LatLonPoint *origin)
 
bool has_exit_on_error () const
 
void clear_exit_on_error ()
 
bool exit_on_error () const
 
void set_exit_on_error (bool value)
 
bool has_type () const
 
void clear_type ()
 
::goby::middleware::frontseat::protobuf::VehicleType type () const
 
void set_type (::goby::middleware::frontseat::protobuf::VehicleType value)
 
bool has_require_helm () const
 
void clear_require_helm ()
 
bool require_helm () const
 
void set_require_helm (bool value)
 
bool has_helm_running_timeout () const
 
void clear_helm_running_timeout ()
 
double helm_running_timeout () const
 
void set_helm_running_timeout (double value)
 
bool has_frontseat_connected_timeout () const
 
void clear_frontseat_connected_timeout ()
 
double frontseat_connected_timeout () const
 
void set_frontseat_connected_timeout (double value)
 
bool has_status_period () const
 
void clear_status_period ()
 
::google::protobuf::uint32 status_period () const
 
void set_status_period (::google::protobuf::uint32 value)
 
bool has_sim_warp_factor () const
 
void clear_sim_warp_factor ()
 
::google::protobuf::int32 sim_warp_factor () const
 
void set_sim_warp_factor (::google::protobuf::int32 value)
 
template<typename Quantity >
void set_helm_running_timeout_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity helm_running_timeout_with_units () const
 
boost::units::quantity< helm_running_timeout_unit, doublehelm_running_timeout_with_units () const
 
template<typename Quantity >
void set_frontseat_connected_timeout_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity frontseat_connected_timeout_with_units () const
 
boost::units::quantity< frontseat_connected_timeout_unit, doublefrontseat_connected_timeout_with_units () const
 
template<typename Quantity >
void set_status_period_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity status_period_with_units () const
 
boost::units::quantity< status_period_unit, google::protobuf::uint32 > status_period_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 Configdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const Configinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kNameFieldNumber = 1
 
static const int kOriginFieldNumber = 2
 
static const int kExitOnErrorFieldNumber = 21
 
static const int kTypeFieldNumber = 3
 
static const int kRequireHelmFieldNumber = 10
 
static const int kHelmRunningTimeoutFieldNumber = 11
 
static const int kFrontseatConnectedTimeoutFieldNumber = 12
 
static const int kStatusPeriodFieldNumber = 13
 
static const int kSimWarpFactorFieldNumber = 30
 

Friends

struct ::protobuf_goby_2fmiddleware_2fprotobuf_2ffrontseat_5fconfig_2eproto::TableStruct
 
void swap (Config &a, Config &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 frontseat_config.pb.h.

Member Typedef Documentation

◆ frontseat_connected_timeout_dimension

typedef boost::units::derived_dimension< boost::units::time_base_dimension,1 >::type goby::middleware::frontseat::protobuf::Config::frontseat_connected_timeout_dimension

Definition at line 265 of file frontseat_config.pb.h.

◆ frontseat_connected_timeout_unit

◆ helm_running_timeout_dimension

typedef boost::units::derived_dimension< boost::units::time_base_dimension,1 >::type goby::middleware::frontseat::protobuf::Config::helm_running_timeout_dimension

Definition at line 252 of file frontseat_config.pb.h.

◆ helm_running_timeout_unit

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

◆ status_period_dimension

typedef boost::units::derived_dimension< boost::units::time_base_dimension,1 >::type goby::middleware::frontseat::protobuf::Config::status_period_dimension

Definition at line 280 of file frontseat_config.pb.h.

◆ status_period_unit

Definition at line 284 of file frontseat_config.pb.h.

Constructor & Destructor Documentation

◆ Config() [1/2]

goby::middleware::frontseat::protobuf::Config::Config ( )

◆ ~Config()

virtual goby::middleware::frontseat::protobuf::Config::~Config ( )
virtual

◆ Config() [2/2]

goby::middleware::frontseat::protobuf::Config::Config ( const Config from)

Member Function Documentation

◆ ByteSizeLong()

size_t goby::middleware::frontseat::protobuf::Config::ByteSizeLong ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ Clear()

void goby::middleware::frontseat::protobuf::Config::Clear ( )
finalvirtual

Reimplemented from google::protobuf::Message.

◆ clear_exit_on_error()

void goby::middleware::frontseat::protobuf::Config::clear_exit_on_error ( )
inline

Definition at line 596 of file frontseat_config.pb.h.

◆ clear_frontseat_connected_timeout()

void goby::middleware::frontseat::protobuf::Config::clear_frontseat_connected_timeout ( )
inline

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

◆ clear_helm_running_timeout()

void goby::middleware::frontseat::protobuf::Config::clear_helm_running_timeout ( )
inline

Definition at line 524 of file frontseat_config.pb.h.

◆ clear_name()

void goby::middleware::frontseat::protobuf::Config::clear_name ( )
inline

Definition at line 355 of file frontseat_config.pb.h.

◆ clear_origin()

void goby::middleware::frontseat::protobuf::Config::clear_origin ( )

◆ clear_require_helm()

void goby::middleware::frontseat::protobuf::Config::clear_require_helm ( )
inline

Definition at line 500 of file frontseat_config.pb.h.

◆ clear_sim_warp_factor()

void goby::middleware::frontseat::protobuf::Config::clear_sim_warp_factor ( )
inline

Definition at line 620 of file frontseat_config.pb.h.

◆ clear_status_period()

void goby::middleware::frontseat::protobuf::Config::clear_status_period ( )
inline

Definition at line 572 of file frontseat_config.pb.h.

◆ clear_type()

void goby::middleware::frontseat::protobuf::Config::clear_type ( )
inline

Definition at line 475 of file frontseat_config.pb.h.

◆ CopyFrom() [1/2]

void goby::middleware::frontseat::protobuf::Config::CopyFrom ( const ::google::protobuf::Message from)
final

◆ CopyFrom() [2/2]

void goby::middleware::frontseat::protobuf::Config::CopyFrom ( const Config from)

◆ default_instance()

static const Config& goby::middleware::frontseat::protobuf::Config::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor* goby::middleware::frontseat::protobuf::Config::descriptor ( )
static

◆ exit_on_error()

bool goby::middleware::frontseat::protobuf::Config::exit_on_error ( ) const
inline

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

◆ frontseat_connected_timeout()

double goby::middleware::frontseat::protobuf::Config::frontseat_connected_timeout ( ) const
inline

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

◆ frontseat_connected_timeout_with_units() [1/2]

template<typename Quantity >
Quantity goby::middleware::frontseat::protobuf::Config::frontseat_connected_timeout_with_units ( ) const
inline

Definition at line 276 of file frontseat_config.pb.h.

◆ frontseat_connected_timeout_with_units() [2/2]

boost::units::quantity< frontseat_connected_timeout_unit,double > goby::middleware::frontseat::protobuf::Config::frontseat_connected_timeout_with_units ( ) const
inline

Definition at line 279 of file frontseat_config.pb.h.

◆ GetCachedSize()

int goby::middleware::frontseat::protobuf::Config::GetCachedSize ( ) const
inlinefinalvirtual

Implements google::protobuf::MessageLite.

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

◆ GetMetadata()

::google::protobuf::Metadata goby::middleware::frontseat::protobuf::Config::GetMetadata ( ) const
finalvirtual

◆ has_exit_on_error()

bool goby::middleware::frontseat::protobuf::Config::has_exit_on_error ( ) const
inline

Definition at line 587 of file frontseat_config.pb.h.

◆ has_frontseat_connected_timeout()

bool goby::middleware::frontseat::protobuf::Config::has_frontseat_connected_timeout ( ) const
inline

Definition at line 539 of file frontseat_config.pb.h.

◆ has_helm_running_timeout()

bool goby::middleware::frontseat::protobuf::Config::has_helm_running_timeout ( ) const
inline

Definition at line 515 of file frontseat_config.pb.h.

◆ has_name()

bool goby::middleware::frontseat::protobuf::Config::has_name ( ) const
inline

Definition at line 346 of file frontseat_config.pb.h.

◆ has_origin()

bool goby::middleware::frontseat::protobuf::Config::has_origin ( ) const
inline

Definition at line 412 of file frontseat_config.pb.h.

◆ has_require_helm()

bool goby::middleware::frontseat::protobuf::Config::has_require_helm ( ) const
inline

Definition at line 491 of file frontseat_config.pb.h.

◆ has_sim_warp_factor()

bool goby::middleware::frontseat::protobuf::Config::has_sim_warp_factor ( ) const
inline

Definition at line 611 of file frontseat_config.pb.h.

◆ has_status_period()

bool goby::middleware::frontseat::protobuf::Config::has_status_period ( ) const
inline

Definition at line 563 of file frontseat_config.pb.h.

◆ has_type()

bool goby::middleware::frontseat::protobuf::Config::has_type ( ) const
inline

Definition at line 466 of file frontseat_config.pb.h.

◆ helm_running_timeout()

double goby::middleware::frontseat::protobuf::Config::helm_running_timeout ( ) const
inline

Definition at line 528 of file frontseat_config.pb.h.

◆ helm_running_timeout_with_units() [1/2]

template<typename Quantity >
Quantity goby::middleware::frontseat::protobuf::Config::helm_running_timeout_with_units ( ) const
inline

Definition at line 261 of file frontseat_config.pb.h.

◆ helm_running_timeout_with_units() [2/2]

boost::units::quantity< helm_running_timeout_unit,double > goby::middleware::frontseat::protobuf::Config::helm_running_timeout_with_units ( ) const
inline

Definition at line 264 of file frontseat_config.pb.h.

◆ InitAsDefaultInstance()

static void goby::middleware::frontseat::protobuf::Config::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

static const Config* goby::middleware::frontseat::protobuf::Config::internal_default_instance ( )
inlinestatic

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

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* goby::middleware::frontseat::protobuf::Config::InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  target 
) const
final

◆ IsInitialized()

bool goby::middleware::frontseat::protobuf::Config::IsInitialized ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ MergeFrom() [1/2]

void goby::middleware::frontseat::protobuf::Config::MergeFrom ( const ::google::protobuf::Message from)
final

◆ MergeFrom() [2/2]

void goby::middleware::frontseat::protobuf::Config::MergeFrom ( const Config from)

◆ MergePartialFromCodedStream()

bool goby::middleware::frontseat::protobuf::Config::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
final

◆ mutable_name()

std::string * goby::middleware::frontseat::protobuf::Config::mutable_name ( )
inline

Definition at line 388 of file frontseat_config.pb.h.

◆ mutable_origin()

goby::middleware::protobuf::LatLonPoint * goby::middleware::frontseat::protobuf::Config::mutable_origin ( )
inline

Definition at line 437 of file frontseat_config.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet* goby::middleware::frontseat::protobuf::Config::mutable_unknown_fields ( )
inline

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

◆ name()

const ::std::string & goby::middleware::frontseat::protobuf::Config::name ( ) const
inline

Definition at line 359 of file frontseat_config.pb.h.

◆ New() [1/2]

Config* goby::middleware::frontseat::protobuf::Config::New ( ) const
inlinefinalvirtual

Implements google::protobuf::Message.

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

◆ New() [2/2]

Config* goby::middleware::frontseat::protobuf::Config::New ( ::google::protobuf::Arena arena) const
inlinefinalvirtual

Reimplemented from google::protobuf::Message.

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

◆ operator=()

Config& goby::middleware::frontseat::protobuf::Config::operator= ( const Config from)
inline

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

◆ origin()

const ::goby::middleware::protobuf::LatLonPoint & goby::middleware::frontseat::protobuf::Config::origin ( ) const
inline

Definition at line 424 of file frontseat_config.pb.h.

◆ release_name()

std::string * goby::middleware::frontseat::protobuf::Config::release_name ( )
inline

Definition at line 393 of file frontseat_config.pb.h.

◆ release_origin()

goby::middleware::protobuf::LatLonPoint * goby::middleware::frontseat::protobuf::Config::release_origin ( )
inline

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

◆ require_helm()

bool goby::middleware::frontseat::protobuf::Config::require_helm ( ) const
inline

Definition at line 504 of file frontseat_config.pb.h.

◆ SerializeWithCachedSizes()

void goby::middleware::frontseat::protobuf::Config::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
final

◆ set_allocated_name()

void goby::middleware::frontseat::protobuf::Config::set_allocated_name ( ::std::string *  name)
inline

Definition at line 401 of file frontseat_config.pb.h.

◆ set_allocated_origin()

void goby::middleware::frontseat::protobuf::Config::set_allocated_origin ( ::goby::middleware::protobuf::LatLonPoint origin)
inline

Definition at line 446 of file frontseat_config.pb.h.

◆ set_exit_on_error()

void goby::middleware::frontseat::protobuf::Config::set_exit_on_error ( bool  value)
inline

Definition at line 604 of file frontseat_config.pb.h.

◆ set_frontseat_connected_timeout()

void goby::middleware::frontseat::protobuf::Config::set_frontseat_connected_timeout ( double  value)
inline

Definition at line 556 of file frontseat_config.pb.h.

◆ set_frontseat_connected_timeout_with_units()

template<typename Quantity >
void goby::middleware::frontseat::protobuf::Config::set_frontseat_connected_timeout_with_units ( Quantity  value_w_units)
inline

Definition at line 272 of file frontseat_config.pb.h.

◆ set_helm_running_timeout()

void goby::middleware::frontseat::protobuf::Config::set_helm_running_timeout ( double  value)
inline

Definition at line 532 of file frontseat_config.pb.h.

◆ set_helm_running_timeout_with_units()

template<typename Quantity >
void goby::middleware::frontseat::protobuf::Config::set_helm_running_timeout_with_units ( Quantity  value_w_units)
inline

Definition at line 257 of file frontseat_config.pb.h.

◆ set_name() [1/3]

void goby::middleware::frontseat::protobuf::Config::set_name ( const ::std::string &  value)
inline

Definition at line 363 of file frontseat_config.pb.h.

◆ set_name() [2/3]

void goby::middleware::frontseat::protobuf::Config::set_name ( const char value)
inline

Definition at line 376 of file frontseat_config.pb.h.

◆ set_name() [3/3]

void goby::middleware::frontseat::protobuf::Config::set_name ( const char value,
size_t  size 
)
inline

Definition at line 382 of file frontseat_config.pb.h.

◆ set_require_helm()

void goby::middleware::frontseat::protobuf::Config::set_require_helm ( bool  value)
inline

Definition at line 508 of file frontseat_config.pb.h.

◆ set_sim_warp_factor()

void goby::middleware::frontseat::protobuf::Config::set_sim_warp_factor ( ::google::protobuf::int32  value)
inline

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

◆ set_status_period()

void goby::middleware::frontseat::protobuf::Config::set_status_period ( ::google::protobuf::uint32  value)
inline

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

◆ set_status_period_with_units()

template<typename Quantity >
void goby::middleware::frontseat::protobuf::Config::set_status_period_with_units ( Quantity  value_w_units)
inline

Definition at line 287 of file frontseat_config.pb.h.

◆ set_type()

void goby::middleware::frontseat::protobuf::Config::set_type ( ::goby::middleware::frontseat::protobuf::VehicleType  value)
inline

Definition at line 483 of file frontseat_config.pb.h.

◆ sim_warp_factor()

google::protobuf::int32 goby::middleware::frontseat::protobuf::Config::sim_warp_factor ( ) const
inline

Definition at line 624 of file frontseat_config.pb.h.

◆ status_period()

google::protobuf::uint32 goby::middleware::frontseat::protobuf::Config::status_period ( ) const
inline

Definition at line 576 of file frontseat_config.pb.h.

◆ status_period_with_units() [1/2]

template<typename Quantity >
Quantity goby::middleware::frontseat::protobuf::Config::status_period_with_units ( ) const
inline

Definition at line 291 of file frontseat_config.pb.h.

◆ status_period_with_units() [2/2]

boost::units::quantity< status_period_unit,google::protobuf::uint32 > goby::middleware::frontseat::protobuf::Config::status_period_with_units ( ) const
inline

Definition at line 294 of file frontseat_config.pb.h.

◆ Swap()

void goby::middleware::frontseat::protobuf::Config::Swap ( Config other)

◆ type()

goby::middleware::frontseat::protobuf::VehicleType goby::middleware::frontseat::protobuf::Config::type ( ) const
inline

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

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet& goby::middleware::frontseat::protobuf::Config::unknown_fields ( ) const
inline

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

Friends And Related Function Documentation

◆ ::protobuf_goby_2fmiddleware_2fprotobuf_2ffrontseat_5fconfig_2eproto::TableStruct

◆ swap

void swap ( Config a,
Config b 
)
friend

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

Member Data Documentation

◆ kExitOnErrorFieldNumber

const int goby::middleware::frontseat::protobuf::Config::kExitOnErrorFieldNumber = 21
static

Definition at line 205 of file frontseat_config.pb.h.

◆ kFrontseatConnectedTimeoutFieldNumber

const int goby::middleware::frontseat::protobuf::Config::kFrontseatConnectedTimeoutFieldNumber = 12
static

Definition at line 233 of file frontseat_config.pb.h.

◆ kHelmRunningTimeoutFieldNumber

const int goby::middleware::frontseat::protobuf::Config::kHelmRunningTimeoutFieldNumber = 11
static

Definition at line 226 of file frontseat_config.pb.h.

◆ kIndexInFileMessages

constexpr int goby::middleware::frontseat::protobuf::Config::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

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

◆ kNameFieldNumber

const int goby::middleware::frontseat::protobuf::Config::kNameFieldNumber = 1
static

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

◆ kOriginFieldNumber

const int goby::middleware::frontseat::protobuf::Config::kOriginFieldNumber = 2
static

Definition at line 193 of file frontseat_config.pb.h.

◆ kRequireHelmFieldNumber

const int goby::middleware::frontseat::protobuf::Config::kRequireHelmFieldNumber = 10
static

Definition at line 219 of file frontseat_config.pb.h.

◆ kSimWarpFactorFieldNumber

const int goby::middleware::frontseat::protobuf::Config::kSimWarpFactorFieldNumber = 30
static

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

◆ kStatusPeriodFieldNumber

const int goby::middleware::frontseat::protobuf::Config::kStatusPeriodFieldNumber = 13
static

Definition at line 240 of file frontseat_config.pb.h.

◆ kTypeFieldNumber

const int goby::middleware::frontseat::protobuf::Config::kTypeFieldNumber = 3
static

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


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