Goby3 3.2.3
2025.05.13
Loading...
Searching...
No Matches
goby::middleware::frontseat::protobuf::IverConfig Class Referencefinal

#include <goby/middleware/frontseat/iver/iver_driver_config.pb.h>

Inheritance diagram for goby::middleware::frontseat::protobuf::IverConfig:

Public Types

enum  : int {
  kSerialPortFieldNumber = 1 , kNtpSerialPortFieldNumber = 3 , kModeAssignmentsFieldNumber = 7 , kRemoteHelmVersionMajorFieldNumber = 5 ,
  kOmsTimeoutFieldNumber = 6 , kSerialBaudFieldNumber = 2 , kMaxPitchAngleDegreesFieldNumber = 4
}
 
typedef IverConfig_IverModeAssignments IverModeAssignments
 

Public Member Functions

 IverConfig ()
 
 ~IverConfig () override
 
PROTOBUF_CONSTEXPR IverConfig (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 IverConfig (const IverConfig &from)
 
 IverConfig (IverConfig &&from) noexcept
 
IverConfigoperator= (const IverConfig &from)
 
IverConfigoperator= (IverConfig &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (IverConfig *other)
 
void UnsafeArenaSwap (IverConfig *other)
 
IverConfigNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const IverConfig &from)
 
void MergeFrom (const IverConfig &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
 
bool has_serial_port () const
 
void clear_serial_port ()
 
const std::string & serial_port () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_serial_port (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_serial_port ()
 
PROTOBUF_NODISCARD std::string * release_serial_port ()
 
void set_allocated_serial_port (std::string *serial_port)
 
bool has_ntp_serial_port () const
 
void clear_ntp_serial_port ()
 
const std::string & ntp_serial_port () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_ntp_serial_port (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_ntp_serial_port ()
 
PROTOBUF_NODISCARD std::string * release_ntp_serial_port ()
 
void set_allocated_ntp_serial_port (std::string *ntp_serial_port)
 
bool has_mode_assignments () const
 
void clear_mode_assignments ()
 
const ::goby::middleware::frontseat::protobuf::IverConfig_IverModeAssignmentsmode_assignments () const
 
PROTOBUF_NODISCARD::goby::middleware::frontseat::protobuf::IverConfig_IverModeAssignments * release_mode_assignments ()
 
::goby::middleware::frontseat::protobuf::IverConfig_IverModeAssignmentsmutable_mode_assignments ()
 
void set_allocated_mode_assignments (::goby::middleware::frontseat::protobuf::IverConfig_IverModeAssignments *mode_assignments)
 
void unsafe_arena_set_allocated_mode_assignments (::goby::middleware::frontseat::protobuf::IverConfig_IverModeAssignments *mode_assignments)
 
::goby::middleware::frontseat::protobuf::IverConfig_IverModeAssignmentsunsafe_arena_release_mode_assignments ()
 
bool has_remote_helm_version_major () const
 
void clear_remote_helm_version_major ()
 
int32_t remote_helm_version_major () const
 
void set_remote_helm_version_major (int32_t value)
 
bool has_oms_timeout () const
 
void clear_oms_timeout ()
 
uint32_t oms_timeout () const
 
void set_oms_timeout (uint32_t value)
 
bool has_serial_baud () const
 
void clear_serial_baud ()
 
uint32_t serial_baud () const
 
void set_serial_baud (uint32_t value)
 
bool has_max_pitch_angle_degrees () const
 
void clear_max_pitch_angle_degrees ()
 
int32_t max_pitch_angle_degrees () const
 
void set_max_pitch_angle_degrees (int32_t value)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_serial_port (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_ntp_serial_port (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 IverConfigdefault_instance ()
 
static const IverConfiginternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 IverConfig (::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_2ffrontseat_2fiver_2fiver_5fdriver_5fconfig_2eproto
 
void swap (IverConfig &a, IverConfig &b)
 

Detailed Description

Definition at line 345 of file iver_driver_config.pb.h.

Member Typedef Documentation

◆ IverModeAssignments

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kSerialPortFieldNumber 
kNtpSerialPortFieldNumber 
kModeAssignmentsFieldNumber 
kRemoteHelmVersionMajorFieldNumber 
kOmsTimeoutFieldNumber 
kSerialBaudFieldNumber 
kMaxPitchAngleDegreesFieldNumber 

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

Constructor & Destructor Documentation

◆ IverConfig() [1/5]

goby::middleware::frontseat::protobuf::IverConfig::IverConfig ( )
inline

Definition at line 348 of file iver_driver_config.pb.h.

◆ ~IverConfig()

goby::middleware::frontseat::protobuf::IverConfig::~IverConfig ( )
override

◆ IverConfig() [2/5]

PROTOBUF_CONSTEXPR goby::middleware::frontseat::protobuf::IverConfig::IverConfig ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ IverConfig() [3/5]

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

◆ IverConfig() [4/5]

goby::middleware::frontseat::protobuf::IverConfig::IverConfig ( IverConfig &&  from)
inlinenoexcept

Definition at line 353 of file iver_driver_config.pb.h.

◆ IverConfig() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ ByteSizeLong()

size_t goby::middleware::frontseat::protobuf::IverConfig::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::middleware::frontseat::protobuf::IverConfig::Clear ( )
final

◆ clear_max_pitch_angle_degrees()

void goby::middleware::frontseat::protobuf::IverConfig::clear_max_pitch_angle_degrees ( )
inline

Definition at line 1036 of file iver_driver_config.pb.h.

◆ clear_mode_assignments()

void goby::middleware::frontseat::protobuf::IverConfig::clear_mode_assignments ( )
inline

Definition at line 1121 of file iver_driver_config.pb.h.

◆ clear_ntp_serial_port()

void goby::middleware::frontseat::protobuf::IverConfig::clear_ntp_serial_port ( )
inline

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

◆ clear_oms_timeout()

void goby::middleware::frontseat::protobuf::IverConfig::clear_oms_timeout ( )
inline

Definition at line 1092 of file iver_driver_config.pb.h.

◆ clear_remote_helm_version_major()

void goby::middleware::frontseat::protobuf::IverConfig::clear_remote_helm_version_major ( )
inline

Definition at line 1064 of file iver_driver_config.pb.h.

◆ clear_serial_baud()

void goby::middleware::frontseat::protobuf::IverConfig::clear_serial_baud ( )
inline

Definition at line 940 of file iver_driver_config.pb.h.

◆ clear_serial_port()

void goby::middleware::frontseat::protobuf::IverConfig::clear_serial_port ( )
inline

Definition at line 872 of file iver_driver_config.pb.h.

◆ CopyFrom()

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

◆ default_instance()

static const IverConfig & goby::middleware::frontseat::protobuf::IverConfig::default_instance ( )
inlinestatic

Definition at line 392 of file iver_driver_config.pb.h.

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::middleware::frontseat::protobuf::IverConfig::descriptor ( )
inlinestatic

Definition at line 383 of file iver_driver_config.pb.h.

◆ GetCachedSize()

int goby::middleware::frontseat::protobuf::IverConfig::GetCachedSize ( ) const
inlinefinal

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

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * goby::middleware::frontseat::protobuf::IverConfig::GetClassData ( ) const
final

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::middleware::frontseat::protobuf::IverConfig::GetDescriptor ( )
inlinestatic

Definition at line 386 of file iver_driver_config.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata goby::middleware::frontseat::protobuf::IverConfig::GetMetadata ( ) const
final

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection * goby::middleware::frontseat::protobuf::IverConfig::GetReflection ( )
inlinestatic

Definition at line 389 of file iver_driver_config.pb.h.

◆ has_max_pitch_angle_degrees()

bool goby::middleware::frontseat::protobuf::IverConfig::has_max_pitch_angle_degrees ( ) const
inline

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

◆ has_mode_assignments()

bool goby::middleware::frontseat::protobuf::IverConfig::has_mode_assignments ( ) const
inline

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

◆ has_ntp_serial_port()

bool goby::middleware::frontseat::protobuf::IverConfig::has_ntp_serial_port ( ) const
inline

Definition at line 965 of file iver_driver_config.pb.h.

◆ has_oms_timeout()

bool goby::middleware::frontseat::protobuf::IverConfig::has_oms_timeout ( ) const
inline

Definition at line 1089 of file iver_driver_config.pb.h.

◆ has_remote_helm_version_major()

bool goby::middleware::frontseat::protobuf::IverConfig::has_remote_helm_version_major ( ) const
inline

Definition at line 1061 of file iver_driver_config.pb.h.

◆ has_serial_baud()

bool goby::middleware::frontseat::protobuf::IverConfig::has_serial_baud ( ) const
inline

Definition at line 937 of file iver_driver_config.pb.h.

◆ has_serial_port()

bool goby::middleware::frontseat::protobuf::IverConfig::has_serial_port ( ) const
inline

Definition at line 869 of file iver_driver_config.pb.h.

◆ internal_default_instance()

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

Definition at line 395 of file iver_driver_config.pb.h.

◆ IsInitialized()

bool goby::middleware::frontseat::protobuf::IverConfig::IsInitialized ( ) const
final

◆ max_pitch_angle_degrees()

int32_t goby::middleware::frontseat::protobuf::IverConfig::max_pitch_angle_degrees ( ) const
inline

Definition at line 1043 of file iver_driver_config.pb.h.

◆ MergeFrom()

void goby::middleware::frontseat::protobuf::IverConfig::MergeFrom ( const IverConfig from)
inline

Definition at line 432 of file iver_driver_config.pb.h.

◆ mode_assignments()

const ::goby::middleware::frontseat::protobuf::IverConfig_IverModeAssignments & goby::middleware::frontseat::protobuf::IverConfig::mode_assignments ( ) const
inline

Definition at line 1130 of file iver_driver_config.pb.h.

◆ mutable_mode_assignments()

goby::middleware::frontseat::protobuf::IverConfig_IverModeAssignments * goby::middleware::frontseat::protobuf::IverConfig::mutable_mode_assignments ( )
inline

Definition at line 1177 of file iver_driver_config.pb.h.

◆ mutable_ntp_serial_port()

std::string * goby::middleware::frontseat::protobuf::IverConfig::mutable_ntp_serial_port ( )
inline

Definition at line 983 of file iver_driver_config.pb.h.

◆ mutable_serial_port()

std::string * goby::middleware::frontseat::protobuf::IverConfig::mutable_serial_port ( )
inline

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

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * goby::middleware::frontseat::protobuf::IverConfig::mutable_unknown_fields ( )
inline

Definition at line 379 of file iver_driver_config.pb.h.

◆ New()

IverConfig * goby::middleware::frontseat::protobuf::IverConfig::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

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

◆ ntp_serial_port()

const std::string & goby::middleware::frontseat::protobuf::IverConfig::ntp_serial_port ( ) const
inline

Definition at line 972 of file iver_driver_config.pb.h.

◆ oms_timeout()

uint32_t goby::middleware::frontseat::protobuf::IverConfig::oms_timeout ( ) const
inline

Definition at line 1099 of file iver_driver_config.pb.h.

◆ operator=() [1/2]

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

Definition at line 358 of file iver_driver_config.pb.h.

◆ operator=() [2/2]

IverConfig & goby::middleware::frontseat::protobuf::IverConfig::operator= ( IverConfig &&  from)
inlinenoexcept

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

◆ release_mode_assignments()

goby::middleware::frontseat::protobuf::IverConfig_IverModeAssignments * goby::middleware::frontseat::protobuf::IverConfig::release_mode_assignments ( )
inline

Definition at line 1147 of file iver_driver_config.pb.h.

◆ release_ntp_serial_port()

std::string * goby::middleware::frontseat::protobuf::IverConfig::release_ntp_serial_port ( )
inline

Definition at line 999 of file iver_driver_config.pb.h.

◆ release_serial_port()

std::string * goby::middleware::frontseat::protobuf::IverConfig::release_serial_port ( )
inline

Definition at line 903 of file iver_driver_config.pb.h.

◆ remote_helm_version_major()

int32_t goby::middleware::frontseat::protobuf::IverConfig::remote_helm_version_major ( ) const
inline

Definition at line 1071 of file iver_driver_config.pb.h.

◆ serial_baud()

uint32_t goby::middleware::frontseat::protobuf::IverConfig::serial_baud ( ) const
inline

Definition at line 947 of file iver_driver_config.pb.h.

◆ serial_port()

const std::string & goby::middleware::frontseat::protobuf::IverConfig::serial_port ( ) const
inline

Definition at line 876 of file iver_driver_config.pb.h.

◆ set_allocated_mode_assignments()

void goby::middleware::frontseat::protobuf::IverConfig::set_allocated_mode_assignments ( ::goby::middleware::frontseat::protobuf::IverConfig_IverModeAssignments mode_assignments)
inline

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

◆ set_allocated_ntp_serial_port()

void goby::middleware::frontseat::protobuf::IverConfig::set_allocated_ntp_serial_port ( std::string *  ntp_serial_port)
inline

Definition at line 1013 of file iver_driver_config.pb.h.

◆ set_allocated_serial_port()

void goby::middleware::frontseat::protobuf::IverConfig::set_allocated_serial_port ( std::string *  serial_port)
inline

Definition at line 917 of file iver_driver_config.pb.h.

◆ set_max_pitch_angle_degrees()

void goby::middleware::frontseat::protobuf::IverConfig::set_max_pitch_angle_degrees ( int32_t  value)
inline

Definition at line 1051 of file iver_driver_config.pb.h.

◆ set_ntp_serial_port() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void goby::middleware::frontseat::protobuf::IverConfig::set_ntp_serial_port ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_ntp_serial_port() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void goby::middleware::frontseat::protobuf::IverConfig::set_ntp_serial_port ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

Definition at line 978 of file iver_driver_config.pb.h.

◆ set_oms_timeout()

void goby::middleware::frontseat::protobuf::IverConfig::set_oms_timeout ( uint32_t  value)
inline

Definition at line 1107 of file iver_driver_config.pb.h.

◆ set_remote_helm_version_major()

void goby::middleware::frontseat::protobuf::IverConfig::set_remote_helm_version_major ( int32_t  value)
inline

Definition at line 1079 of file iver_driver_config.pb.h.

◆ set_serial_baud()

void goby::middleware::frontseat::protobuf::IverConfig::set_serial_baud ( uint32_t  value)
inline

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

◆ set_serial_port() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void goby::middleware::frontseat::protobuf::IverConfig::set_serial_port ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_serial_port() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void goby::middleware::frontseat::protobuf::IverConfig::set_serial_port ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

Definition at line 882 of file iver_driver_config.pb.h.

◆ Swap()

void goby::middleware::frontseat::protobuf::IverConfig::Swap ( IverConfig other)
inline

Definition at line 405 of file iver_driver_config.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & goby::middleware::frontseat::protobuf::IverConfig::unknown_fields ( ) const
inline

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

◆ unsafe_arena_release_mode_assignments()

goby::middleware::frontseat::protobuf::IverConfig_IverModeAssignments * goby::middleware::frontseat::protobuf::IverConfig::unsafe_arena_release_mode_assignments ( )
inline

Definition at line 1162 of file iver_driver_config.pb.h.

◆ unsafe_arena_set_allocated_mode_assignments()

void goby::middleware::frontseat::protobuf::IverConfig::unsafe_arena_set_allocated_mode_assignments ( ::goby::middleware::frontseat::protobuf::IverConfig_IverModeAssignments mode_assignments)
inline

Definition at line 1134 of file iver_driver_config.pb.h.

◆ UnsafeArenaSwap()

void goby::middleware::frontseat::protobuf::IverConfig::UnsafeArenaSwap ( IverConfig other)
inline

Definition at line 418 of file iver_driver_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 596 of file iver_driver_config.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

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

◆ ::TableStruct_goby_2fmiddleware_2ffrontseat_2fiver_2fiver_5fdriver_5fconfig_2eproto

◆ swap

void swap ( IverConfig a,
IverConfig b 
)
friend

Definition at line 402 of file iver_driver_config.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData goby::middleware::frontseat::protobuf::IverConfig::_class_data_
static

Definition at line 463 of file iver_driver_config.pb.h.

◆ _impl_

Impl_ goby::middleware::frontseat::protobuf::IverConfig::_impl_

Definition at line 610 of file iver_driver_config.pb.h.

◆ kIndexInFileMessages

constexpr int goby::middleware::frontseat::protobuf::IverConfig::kIndexInFileMessages
staticconstexpr
Initial value:
=
1

Definition at line 399 of file iver_driver_config.pb.h.


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