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

#include <goby/middleware/frontseat/waveglider/waveglider_sv2_frontseat_driver.pb.h>

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

Public Types

enum  : int {
  kTimeFieldNumber = 2 , kHeaderFieldNumber = 1 , kFooterFieldNumber = 100 , kLatitudeFieldNumber = 3 ,
  kLongitudeFieldNumber = 4 , kFixValidFieldNumber = 5
}
 
enum  DCCLParameters { DCCL_ID = 8257570 , DCCL_MAX_BYTES = 557 }
 

Public Member Functions

 SV2RequestStatus ()
 
 ~SV2RequestStatus () override
 
PROTOBUF_CONSTEXPR SV2RequestStatus (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 SV2RequestStatus (const SV2RequestStatus &from)
 
 SV2RequestStatus (SV2RequestStatus &&from) noexcept
 
SV2RequestStatusoperator= (const SV2RequestStatus &from)
 
SV2RequestStatusoperator= (SV2RequestStatus &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (SV2RequestStatus *other)
 
void UnsafeArenaSwap (SV2RequestStatus *other)
 
SV2RequestStatusNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const SV2RequestStatus &from)
 
void MergeFrom (const SV2RequestStatus &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_time () const
 
void clear_time ()
 
const std::string & time () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_time (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_time ()
 
PROTOBUF_NODISCARD std::string * release_time ()
 
void set_allocated_time (std::string *time)
 
bool has_header () const
 
void clear_header ()
 
const ::goby::middleware::frontseat::protobuf::SV2Headerheader () const
 
PROTOBUF_NODISCARD::goby::middleware::frontseat::protobuf::SV2Header * release_header ()
 
::goby::middleware::frontseat::protobuf::SV2Headermutable_header ()
 
void set_allocated_header (::goby::middleware::frontseat::protobuf::SV2Header *header)
 
void unsafe_arena_set_allocated_header (::goby::middleware::frontseat::protobuf::SV2Header *header)
 
::goby::middleware::frontseat::protobuf::SV2Headerunsafe_arena_release_header ()
 
bool has_footer () const
 
void clear_footer ()
 
const ::goby::middleware::frontseat::protobuf::SV2Footerfooter () const
 
PROTOBUF_NODISCARD::goby::middleware::frontseat::protobuf::SV2Footer * release_footer ()
 
::goby::middleware::frontseat::protobuf::SV2Footermutable_footer ()
 
void set_allocated_footer (::goby::middleware::frontseat::protobuf::SV2Footer *footer)
 
void unsafe_arena_set_allocated_footer (::goby::middleware::frontseat::protobuf::SV2Footer *footer)
 
::goby::middleware::frontseat::protobuf::SV2Footerunsafe_arena_release_footer ()
 
bool has_latitude () const
 
void clear_latitude ()
 
uint32_t latitude () const
 
void set_latitude (uint32_t value)
 
bool has_longitude () const
 
void clear_longitude ()
 
uint32_t longitude () const
 
void set_longitude (uint32_t value)
 
bool has_fix_valid () const
 
void clear_fix_valid ()
 
uint32_t fix_valid () const
 
void set_fix_valid (uint32_t value)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_time (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 SV2RequestStatusdefault_instance ()
 
static const SV2RequestStatusinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

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

Detailed Description

Definition at line 1306 of file waveglider_sv2_frontseat_driver.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kTimeFieldNumber 
kHeaderFieldNumber 
kFooterFieldNumber 
kLatitudeFieldNumber 
kLongitudeFieldNumber 
kFixValidFieldNumber 

Definition at line 1433 of file waveglider_sv2_frontseat_driver.pb.h.

◆ DCCLParameters

Enumerator
DCCL_ID 
DCCL_MAX_BYTES 

Definition at line 1534 of file waveglider_sv2_frontseat_driver.pb.h.

Constructor & Destructor Documentation

◆ SV2RequestStatus() [1/5]

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

Definition at line 1309 of file waveglider_sv2_frontseat_driver.pb.h.

◆ ~SV2RequestStatus()

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

◆ SV2RequestStatus() [2/5]

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

◆ SV2RequestStatus() [3/5]

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

◆ SV2RequestStatus() [4/5]

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

Definition at line 1314 of file waveglider_sv2_frontseat_driver.pb.h.

◆ SV2RequestStatus() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ ByteSizeLong()

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

◆ Clear()

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

◆ clear_fix_valid()

void goby::middleware::frontseat::protobuf::SV2RequestStatus::clear_fix_valid ( )
inline

Definition at line 5074 of file waveglider_sv2_frontseat_driver.pb.h.

◆ clear_footer()

void goby::middleware::frontseat::protobuf::SV2RequestStatus::clear_footer ( )
inline

Definition at line 5103 of file waveglider_sv2_frontseat_driver.pb.h.

◆ clear_header()

void goby::middleware::frontseat::protobuf::SV2RequestStatus::clear_header ( )
inline

Definition at line 4861 of file waveglider_sv2_frontseat_driver.pb.h.

◆ clear_latitude()

void goby::middleware::frontseat::protobuf::SV2RequestStatus::clear_latitude ( )
inline

Definition at line 5018 of file waveglider_sv2_frontseat_driver.pb.h.

◆ clear_longitude()

void goby::middleware::frontseat::protobuf::SV2RequestStatus::clear_longitude ( )
inline

Definition at line 5046 of file waveglider_sv2_frontseat_driver.pb.h.

◆ clear_time()

void goby::middleware::frontseat::protobuf::SV2RequestStatus::clear_time ( )
inline

Definition at line 4950 of file waveglider_sv2_frontseat_driver.pb.h.

◆ CopyFrom()

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

◆ default_instance()

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

Definition at line 1353 of file waveglider_sv2_frontseat_driver.pb.h.

◆ descriptor()

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

Definition at line 1344 of file waveglider_sv2_frontseat_driver.pb.h.

◆ fix_valid()

uint32_t goby::middleware::frontseat::protobuf::SV2RequestStatus::fix_valid ( ) const
inline

Definition at line 5081 of file waveglider_sv2_frontseat_driver.pb.h.

◆ footer()

const ::goby::middleware::frontseat::protobuf::SV2Footer & goby::middleware::frontseat::protobuf::SV2RequestStatus::footer ( ) const
inline

Definition at line 5112 of file waveglider_sv2_frontseat_driver.pb.h.

◆ GetCachedSize()

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

Definition at line 1406 of file waveglider_sv2_frontseat_driver.pb.h.

◆ GetClassData()

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

◆ GetDescriptor()

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

Definition at line 1347 of file waveglider_sv2_frontseat_driver.pb.h.

◆ GetMetadata()

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

◆ GetReflection()

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

Definition at line 1350 of file waveglider_sv2_frontseat_driver.pb.h.

◆ has_fix_valid()

bool goby::middleware::frontseat::protobuf::SV2RequestStatus::has_fix_valid ( ) const
inline

Definition at line 5071 of file waveglider_sv2_frontseat_driver.pb.h.

◆ has_footer()

bool goby::middleware::frontseat::protobuf::SV2RequestStatus::has_footer ( ) const
inline

Definition at line 5100 of file waveglider_sv2_frontseat_driver.pb.h.

◆ has_header()

bool goby::middleware::frontseat::protobuf::SV2RequestStatus::has_header ( ) const
inline

Definition at line 4858 of file waveglider_sv2_frontseat_driver.pb.h.

◆ has_latitude()

bool goby::middleware::frontseat::protobuf::SV2RequestStatus::has_latitude ( ) const
inline

Definition at line 5015 of file waveglider_sv2_frontseat_driver.pb.h.

◆ has_longitude()

bool goby::middleware::frontseat::protobuf::SV2RequestStatus::has_longitude ( ) const
inline

Definition at line 5043 of file waveglider_sv2_frontseat_driver.pb.h.

◆ has_time()

bool goby::middleware::frontseat::protobuf::SV2RequestStatus::has_time ( ) const
inline

Definition at line 4947 of file waveglider_sv2_frontseat_driver.pb.h.

◆ header()

const ::goby::middleware::frontseat::protobuf::SV2Header & goby::middleware::frontseat::protobuf::SV2RequestStatus::header ( ) const
inline

Definition at line 4870 of file waveglider_sv2_frontseat_driver.pb.h.

◆ internal_default_instance()

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

Definition at line 1356 of file waveglider_sv2_frontseat_driver.pb.h.

◆ IsInitialized()

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

◆ latitude()

uint32_t goby::middleware::frontseat::protobuf::SV2RequestStatus::latitude ( ) const
inline

Definition at line 5025 of file waveglider_sv2_frontseat_driver.pb.h.

◆ longitude()

uint32_t goby::middleware::frontseat::protobuf::SV2RequestStatus::longitude ( ) const
inline

Definition at line 5053 of file waveglider_sv2_frontseat_driver.pb.h.

◆ MergeFrom()

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

Definition at line 1393 of file waveglider_sv2_frontseat_driver.pb.h.

◆ mutable_footer()

goby::middleware::frontseat::protobuf::SV2Footer * goby::middleware::frontseat::protobuf::SV2RequestStatus::mutable_footer ( )
inline

Definition at line 5159 of file waveglider_sv2_frontseat_driver.pb.h.

◆ mutable_header()

goby::middleware::frontseat::protobuf::SV2Header * goby::middleware::frontseat::protobuf::SV2RequestStatus::mutable_header ( )
inline

Definition at line 4917 of file waveglider_sv2_frontseat_driver.pb.h.

◆ mutable_time()

std::string * goby::middleware::frontseat::protobuf::SV2RequestStatus::mutable_time ( )
inline

Definition at line 4965 of file waveglider_sv2_frontseat_driver.pb.h.

◆ mutable_unknown_fields()

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

Definition at line 1340 of file waveglider_sv2_frontseat_driver.pb.h.

◆ New()

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

Definition at line 1387 of file waveglider_sv2_frontseat_driver.pb.h.

◆ operator=() [1/2]

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

Definition at line 1319 of file waveglider_sv2_frontseat_driver.pb.h.

◆ operator=() [2/2]

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

Definition at line 1323 of file waveglider_sv2_frontseat_driver.pb.h.

◆ release_footer()

goby::middleware::frontseat::protobuf::SV2Footer * goby::middleware::frontseat::protobuf::SV2RequestStatus::release_footer ( )
inline

Definition at line 5129 of file waveglider_sv2_frontseat_driver.pb.h.

◆ release_header()

goby::middleware::frontseat::protobuf::SV2Header * goby::middleware::frontseat::protobuf::SV2RequestStatus::release_header ( )
inline

Definition at line 4887 of file waveglider_sv2_frontseat_driver.pb.h.

◆ release_time()

std::string * goby::middleware::frontseat::protobuf::SV2RequestStatus::release_time ( )
inline

Definition at line 4981 of file waveglider_sv2_frontseat_driver.pb.h.

◆ set_allocated_footer()

void goby::middleware::frontseat::protobuf::SV2RequestStatus::set_allocated_footer ( ::goby::middleware::frontseat::protobuf::SV2Footer footer)
inline

Definition at line 5164 of file waveglider_sv2_frontseat_driver.pb.h.

◆ set_allocated_header()

void goby::middleware::frontseat::protobuf::SV2RequestStatus::set_allocated_header ( ::goby::middleware::frontseat::protobuf::SV2Header header)
inline

Definition at line 4922 of file waveglider_sv2_frontseat_driver.pb.h.

◆ set_allocated_time()

void goby::middleware::frontseat::protobuf::SV2RequestStatus::set_allocated_time ( std::string *  time)
inline

Definition at line 4995 of file waveglider_sv2_frontseat_driver.pb.h.

◆ set_fix_valid()

void goby::middleware::frontseat::protobuf::SV2RequestStatus::set_fix_valid ( uint32_t  value)
inline

Definition at line 5089 of file waveglider_sv2_frontseat_driver.pb.h.

◆ set_latitude()

void goby::middleware::frontseat::protobuf::SV2RequestStatus::set_latitude ( uint32_t  value)
inline

Definition at line 5033 of file waveglider_sv2_frontseat_driver.pb.h.

◆ set_longitude()

void goby::middleware::frontseat::protobuf::SV2RequestStatus::set_longitude ( uint32_t  value)
inline

Definition at line 5061 of file waveglider_sv2_frontseat_driver.pb.h.

◆ set_time() [1/2]

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

◆ set_time() [2/2]

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

Definition at line 4960 of file waveglider_sv2_frontseat_driver.pb.h.

◆ Swap()

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

Definition at line 1366 of file waveglider_sv2_frontseat_driver.pb.h.

◆ time()

const std::string & goby::middleware::frontseat::protobuf::SV2RequestStatus::time ( ) const
inline

Definition at line 4954 of file waveglider_sv2_frontseat_driver.pb.h.

◆ unknown_fields()

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

Definition at line 1337 of file waveglider_sv2_frontseat_driver.pb.h.

◆ unsafe_arena_release_footer()

goby::middleware::frontseat::protobuf::SV2Footer * goby::middleware::frontseat::protobuf::SV2RequestStatus::unsafe_arena_release_footer ( )
inline

Definition at line 5144 of file waveglider_sv2_frontseat_driver.pb.h.

◆ unsafe_arena_release_header()

goby::middleware::frontseat::protobuf::SV2Header * goby::middleware::frontseat::protobuf::SV2RequestStatus::unsafe_arena_release_header ( )
inline

Definition at line 4902 of file waveglider_sv2_frontseat_driver.pb.h.

◆ unsafe_arena_set_allocated_footer()

void goby::middleware::frontseat::protobuf::SV2RequestStatus::unsafe_arena_set_allocated_footer ( ::goby::middleware::frontseat::protobuf::SV2Footer footer)
inline

Definition at line 5116 of file waveglider_sv2_frontseat_driver.pb.h.

◆ unsafe_arena_set_allocated_header()

void goby::middleware::frontseat::protobuf::SV2RequestStatus::unsafe_arena_set_allocated_header ( ::goby::middleware::frontseat::protobuf::SV2Header header)
inline

Definition at line 4874 of file waveglider_sv2_frontseat_driver.pb.h.

◆ UnsafeArenaSwap()

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

Definition at line 1379 of file waveglider_sv2_frontseat_driver.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 1542 of file waveglider_sv2_frontseat_driver.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 1415 of file waveglider_sv2_frontseat_driver.pb.h.

◆ ::TableStruct_goby_2fmiddleware_2ffrontseat_2fwaveglider_2fwaveglider_5fsv2_5ffrontseat_5fdriver_2eproto

◆ swap

void swap ( SV2RequestStatus a,
SV2RequestStatus b 
)
friend

Definition at line 1363 of file waveglider_sv2_frontseat_driver.pb.h.

Member Data Documentation

◆ _class_data_

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

Definition at line 1424 of file waveglider_sv2_frontseat_driver.pb.h.

◆ _impl_

Impl_ goby::middleware::frontseat::protobuf::SV2RequestStatus::_impl_

Definition at line 1555 of file waveglider_sv2_frontseat_driver.pb.h.

◆ kIndexInFileMessages

constexpr int goby::middleware::frontseat::protobuf::SV2RequestStatus::kIndexInFileMessages
staticconstexpr
Initial value:
=
4

Definition at line 1360 of file waveglider_sv2_frontseat_driver.pb.h.


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