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

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

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

Public Types

enum  DCCLParameters { DCCL_ID = 8258049, DCCL_MAX_BYTES = 557 }
 
- Public Types inherited from google::protobuf::Message
typedef google::protobuf::Reflection Reflection
 

Public Member Functions

 SV2ReplyStatus ()
 
virtual ~SV2ReplyStatus ()
 
 SV2ReplyStatus (const SV2ReplyStatus &from)
 
SV2ReplyStatusoperator= (const SV2ReplyStatus &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (SV2ReplyStatus *other)
 
SV2ReplyStatusNew () const final
 
SV2ReplyStatusNew (::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 SV2ReplyStatus &from)
 
void MergeFrom (const SV2ReplyStatus &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_header () const
 
void clear_header ()
 
const ::goby::middleware::frontseat::protobuf::SV2Headerheader () const
 
::goby::middleware::frontseat::protobuf::SV2Headerrelease_header ()
 
::goby::middleware::frontseat::protobuf::SV2Headermutable_header ()
 
void set_allocated_header (::goby::middleware::frontseat::protobuf::SV2Header *header)
 
bool has_footer () const
 
void clear_footer ()
 
const ::goby::middleware::frontseat::protobuf::SV2Footerfooter () const
 
::goby::middleware::frontseat::protobuf::SV2Footerrelease_footer ()
 
::goby::middleware::frontseat::protobuf::SV2Footermutable_footer ()
 
void set_allocated_footer (::goby::middleware::frontseat::protobuf::SV2Footer *footer)
 
bool has_original_msg_type () const
 
void clear_original_msg_type ()
 
::google::protobuf::uint32 original_msg_type () const
 
void set_original_msg_type (::google::protobuf::uint32 value)
 
bool has_number_of_devices_responding () const
 
void clear_number_of_devices_responding ()
 
::google::protobuf::uint32 number_of_devices_responding () const
 
void set_number_of_devices_responding (::google::protobuf::uint32 value)
 
bool has_number_of_devices_in_message () const
 
void clear_number_of_devices_in_message ()
 
::google::protobuf::uint32 number_of_devices_in_message () const
 
void set_number_of_devices_in_message (::google::protobuf::uint32 value)
 
bool has_version () const
 
void clear_version ()
 
::google::protobuf::uint32 version () const
 
void set_version (::google::protobuf::uint32 value)
 
bool has_board_addr () const
 
void clear_board_addr ()
 
::google::protobuf::uint32 board_addr () const
 
void set_board_addr (::google::protobuf::uint32 value)
 
bool has_alarms () const
 
void clear_alarms ()
 
::google::protobuf::uint32 alarms () const
 
void set_alarms (::google::protobuf::uint32 value)
 
bool has_leak_sensor_1 () const
 
void clear_leak_sensor_1 ()
 
::google::protobuf::uint32 leak_sensor_1 () const
 
void set_leak_sensor_1 (::google::protobuf::uint32 value)
 
bool has_leak_sensor_2 () const
 
void clear_leak_sensor_2 ()
 
::google::protobuf::uint32 leak_sensor_2 () const
 
void set_leak_sensor_2 (::google::protobuf::uint32 value)
 
bool has_humid_temp () const
 
void clear_humid_temp ()
 
::google::protobuf::uint32 humid_temp () const
 
void set_humid_temp (::google::protobuf::uint32 value)
 
bool has_relative_humidity () const
 
void clear_relative_humidity ()
 
::google::protobuf::uint32 relative_humidity () const
 
void set_relative_humidity (::google::protobuf::uint32 value)
 
bool has_pressure_temp () const
 
void clear_pressure_temp ()
 
::google::protobuf::uint32 pressure_temp () const
 
void set_pressure_temp (::google::protobuf::uint32 value)
 
bool has_pressure () const
 
void clear_pressure ()
 
::google::protobuf::uint32 pressure () const
 
void set_pressure (::google::protobuf::uint32 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 SV2ReplyStatusdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const SV2ReplyStatusinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kHeaderFieldNumber = 1
 
static const int kFooterFieldNumber = 100
 
static const int kOriginalMsgTypeFieldNumber = 2
 
static const int kNumberOfDevicesRespondingFieldNumber = 3
 
static const int kNumberOfDevicesInMessageFieldNumber = 4
 
static const int kVersionFieldNumber = 10
 
static const int kBoardAddrFieldNumber = 11
 
static const int kAlarmsFieldNumber = 12
 
static const int kLeakSensor1FieldNumber = 13
 
static const int kLeakSensor2FieldNumber = 14
 
static const int kHumidTempFieldNumber = 15
 
static const int kRelativeHumidityFieldNumber = 16
 
static const int kPressureTempFieldNumber = 17
 
static const int kPressureFieldNumber = 18
 

Friends

struct ::protobuf_goby_2fmiddleware_2ffrontseat_2fwaveglider_2fwaveglider_5fsv2_5ffrontseat_5fdriver_2eproto::TableStruct
 
void swap (SV2ReplyStatus &a, SV2ReplyStatus &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 1182 of file waveglider_sv2_frontseat_driver.pb.h.

Member Enumeration Documentation

◆ DCCLParameters

Enumerator
DCCL_ID 
DCCL_MAX_BYTES 

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

Constructor & Destructor Documentation

◆ SV2ReplyStatus() [1/2]

goby::middleware::frontseat::protobuf::SV2ReplyStatus::SV2ReplyStatus ( )

◆ ~SV2ReplyStatus()

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

◆ SV2ReplyStatus() [2/2]

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

Member Function Documentation

◆ alarms()

google::protobuf::uint32 goby::middleware::frontseat::protobuf::SV2ReplyStatus::alarms ( ) const
inline

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

◆ board_addr()

google::protobuf::uint32 goby::middleware::frontseat::protobuf::SV2ReplyStatus::board_addr ( ) const
inline

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

◆ ByteSizeLong()

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

Reimplemented from google::protobuf::Message.

◆ Clear()

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

Reimplemented from google::protobuf::Message.

◆ clear_alarms()

void goby::middleware::frontseat::protobuf::SV2ReplyStatus::clear_alarms ( )
inline

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

◆ clear_board_addr()

void goby::middleware::frontseat::protobuf::SV2ReplyStatus::clear_board_addr ( )
inline

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

◆ clear_footer()

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

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

◆ clear_header()

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

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

◆ clear_humid_temp()

void goby::middleware::frontseat::protobuf::SV2ReplyStatus::clear_humid_temp ( )
inline

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

◆ clear_leak_sensor_1()

void goby::middleware::frontseat::protobuf::SV2ReplyStatus::clear_leak_sensor_1 ( )
inline

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

◆ clear_leak_sensor_2()

void goby::middleware::frontseat::protobuf::SV2ReplyStatus::clear_leak_sensor_2 ( )
inline

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

◆ clear_number_of_devices_in_message()

void goby::middleware::frontseat::protobuf::SV2ReplyStatus::clear_number_of_devices_in_message ( )
inline

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

◆ clear_number_of_devices_responding()

void goby::middleware::frontseat::protobuf::SV2ReplyStatus::clear_number_of_devices_responding ( )
inline

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

◆ clear_original_msg_type()

void goby::middleware::frontseat::protobuf::SV2ReplyStatus::clear_original_msg_type ( )
inline

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

◆ clear_pressure()

void goby::middleware::frontseat::protobuf::SV2ReplyStatus::clear_pressure ( )
inline

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

◆ clear_pressure_temp()

void goby::middleware::frontseat::protobuf::SV2ReplyStatus::clear_pressure_temp ( )
inline

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

◆ clear_relative_humidity()

void goby::middleware::frontseat::protobuf::SV2ReplyStatus::clear_relative_humidity ( )
inline

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

◆ clear_version()

void goby::middleware::frontseat::protobuf::SV2ReplyStatus::clear_version ( )
inline

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

◆ CopyFrom() [1/2]

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

◆ CopyFrom() [2/2]

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

◆ default_instance()

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

◆ descriptor()

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

◆ footer()

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

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

◆ GetCachedSize()

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

◆ GetMetadata()

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

◆ has_alarms()

bool goby::middleware::frontseat::protobuf::SV2ReplyStatus::has_alarms ( ) const
inline

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

◆ has_board_addr()

bool goby::middleware::frontseat::protobuf::SV2ReplyStatus::has_board_addr ( ) const
inline

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

◆ has_footer()

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

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

◆ has_header()

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

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

◆ has_humid_temp()

bool goby::middleware::frontseat::protobuf::SV2ReplyStatus::has_humid_temp ( ) const
inline

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

◆ has_leak_sensor_1()

bool goby::middleware::frontseat::protobuf::SV2ReplyStatus::has_leak_sensor_1 ( ) const
inline

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

◆ has_leak_sensor_2()

bool goby::middleware::frontseat::protobuf::SV2ReplyStatus::has_leak_sensor_2 ( ) const
inline

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

◆ has_number_of_devices_in_message()

bool goby::middleware::frontseat::protobuf::SV2ReplyStatus::has_number_of_devices_in_message ( ) const
inline

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

◆ has_number_of_devices_responding()

bool goby::middleware::frontseat::protobuf::SV2ReplyStatus::has_number_of_devices_responding ( ) const
inline

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

◆ has_original_msg_type()

bool goby::middleware::frontseat::protobuf::SV2ReplyStatus::has_original_msg_type ( ) const
inline

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

◆ has_pressure()

bool goby::middleware::frontseat::protobuf::SV2ReplyStatus::has_pressure ( ) const
inline

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

◆ has_pressure_temp()

bool goby::middleware::frontseat::protobuf::SV2ReplyStatus::has_pressure_temp ( ) const
inline

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

◆ has_relative_humidity()

bool goby::middleware::frontseat::protobuf::SV2ReplyStatus::has_relative_humidity ( ) const
inline

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

◆ has_version()

bool goby::middleware::frontseat::protobuf::SV2ReplyStatus::has_version ( ) const
inline

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

◆ header()

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

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

◆ humid_temp()

google::protobuf::uint32 goby::middleware::frontseat::protobuf::SV2ReplyStatus::humid_temp ( ) const
inline

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

◆ InitAsDefaultInstance()

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

◆ internal_default_instance()

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

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

◆ InternalSerializeWithCachedSizesToArray()

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

◆ IsInitialized()

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

Reimplemented from google::protobuf::Message.

◆ leak_sensor_1()

google::protobuf::uint32 goby::middleware::frontseat::protobuf::SV2ReplyStatus::leak_sensor_1 ( ) const
inline

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

◆ leak_sensor_2()

google::protobuf::uint32 goby::middleware::frontseat::protobuf::SV2ReplyStatus::leak_sensor_2 ( ) const
inline

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

◆ MergeFrom() [1/2]

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

◆ MergeFrom() [2/2]

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

◆ MergePartialFromCodedStream()

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

◆ mutable_footer()

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

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

◆ mutable_header()

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

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

◆ mutable_unknown_fields()

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

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

◆ New() [1/2]

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

Implements google::protobuf::Message.

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

◆ New() [2/2]

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

Reimplemented from google::protobuf::Message.

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

◆ number_of_devices_in_message()

google::protobuf::uint32 goby::middleware::frontseat::protobuf::SV2ReplyStatus::number_of_devices_in_message ( ) const
inline

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

◆ number_of_devices_responding()

google::protobuf::uint32 goby::middleware::frontseat::protobuf::SV2ReplyStatus::number_of_devices_responding ( ) const
inline

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

◆ operator=()

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

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

◆ original_msg_type()

google::protobuf::uint32 goby::middleware::frontseat::protobuf::SV2ReplyStatus::original_msg_type ( ) const
inline

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

◆ pressure()

google::protobuf::uint32 goby::middleware::frontseat::protobuf::SV2ReplyStatus::pressure ( ) const
inline

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

◆ pressure_temp()

google::protobuf::uint32 goby::middleware::frontseat::protobuf::SV2ReplyStatus::pressure_temp ( ) const
inline

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

◆ relative_humidity()

google::protobuf::uint32 goby::middleware::frontseat::protobuf::SV2ReplyStatus::relative_humidity ( ) const
inline

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

◆ release_footer()

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

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

◆ release_header()

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

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

◆ SerializeWithCachedSizes()

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

◆ set_alarms()

void goby::middleware::frontseat::protobuf::SV2ReplyStatus::set_alarms ( ::google::protobuf::uint32  value)
inline

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

◆ set_allocated_footer()

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

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

◆ set_allocated_header()

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

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

◆ set_board_addr()

void goby::middleware::frontseat::protobuf::SV2ReplyStatus::set_board_addr ( ::google::protobuf::uint32  value)
inline

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

◆ set_humid_temp()

void goby::middleware::frontseat::protobuf::SV2ReplyStatus::set_humid_temp ( ::google::protobuf::uint32  value)
inline

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

◆ set_leak_sensor_1()

void goby::middleware::frontseat::protobuf::SV2ReplyStatus::set_leak_sensor_1 ( ::google::protobuf::uint32  value)
inline

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

◆ set_leak_sensor_2()

void goby::middleware::frontseat::protobuf::SV2ReplyStatus::set_leak_sensor_2 ( ::google::protobuf::uint32  value)
inline

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

◆ set_number_of_devices_in_message()

void goby::middleware::frontseat::protobuf::SV2ReplyStatus::set_number_of_devices_in_message ( ::google::protobuf::uint32  value)
inline

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

◆ set_number_of_devices_responding()

void goby::middleware::frontseat::protobuf::SV2ReplyStatus::set_number_of_devices_responding ( ::google::protobuf::uint32  value)
inline

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

◆ set_original_msg_type()

void goby::middleware::frontseat::protobuf::SV2ReplyStatus::set_original_msg_type ( ::google::protobuf::uint32  value)
inline

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

◆ set_pressure()

void goby::middleware::frontseat::protobuf::SV2ReplyStatus::set_pressure ( ::google::protobuf::uint32  value)
inline

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

◆ set_pressure_temp()

void goby::middleware::frontseat::protobuf::SV2ReplyStatus::set_pressure_temp ( ::google::protobuf::uint32  value)
inline

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

◆ set_relative_humidity()

void goby::middleware::frontseat::protobuf::SV2ReplyStatus::set_relative_humidity ( ::google::protobuf::uint32  value)
inline

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

◆ set_version()

void goby::middleware::frontseat::protobuf::SV2ReplyStatus::set_version ( ::google::protobuf::uint32  value)
inline

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

◆ Swap()

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

◆ unknown_fields()

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

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

◆ version()

google::protobuf::uint32 goby::middleware::frontseat::protobuf::SV2ReplyStatus::version ( ) const
inline

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

Friends And Related Function Documentation

◆ ::protobuf_goby_2fmiddleware_2ffrontseat_2fwaveglider_2fwaveglider_5fsv2_5ffrontseat_5fdriver_2eproto::TableStruct

◆ swap

void swap ( SV2ReplyStatus a,
SV2ReplyStatus b 
)
friend

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

Member Data Documentation

◆ kAlarmsFieldNumber

const int goby::middleware::frontseat::protobuf::SV2ReplyStatus::kAlarmsFieldNumber = 12
static

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

◆ kBoardAddrFieldNumber

const int goby::middleware::frontseat::protobuf::SV2ReplyStatus::kBoardAddrFieldNumber = 11
static

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

◆ kFooterFieldNumber

const int goby::middleware::frontseat::protobuf::SV2ReplyStatus::kFooterFieldNumber = 100
static

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

◆ kHeaderFieldNumber

const int goby::middleware::frontseat::protobuf::SV2ReplyStatus::kHeaderFieldNumber = 1
static

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

◆ kHumidTempFieldNumber

const int goby::middleware::frontseat::protobuf::SV2ReplyStatus::kHumidTempFieldNumber = 15
static

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

◆ kIndexInFileMessages

constexpr int goby::middleware::frontseat::protobuf::SV2ReplyStatus::kIndexInFileMessages
staticconstexpr
Initial value:
=
5

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

◆ kLeakSensor1FieldNumber

const int goby::middleware::frontseat::protobuf::SV2ReplyStatus::kLeakSensor1FieldNumber = 13
static

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

◆ kLeakSensor2FieldNumber

const int goby::middleware::frontseat::protobuf::SV2ReplyStatus::kLeakSensor2FieldNumber = 14
static

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

◆ kNumberOfDevicesInMessageFieldNumber

const int goby::middleware::frontseat::protobuf::SV2ReplyStatus::kNumberOfDevicesInMessageFieldNumber = 4
static

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

◆ kNumberOfDevicesRespondingFieldNumber

const int goby::middleware::frontseat::protobuf::SV2ReplyStatus::kNumberOfDevicesRespondingFieldNumber = 3
static

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

◆ kOriginalMsgTypeFieldNumber

const int goby::middleware::frontseat::protobuf::SV2ReplyStatus::kOriginalMsgTypeFieldNumber = 2
static

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

◆ kPressureFieldNumber

const int goby::middleware::frontseat::protobuf::SV2ReplyStatus::kPressureFieldNumber = 18
static

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

◆ kPressureTempFieldNumber

const int goby::middleware::frontseat::protobuf::SV2ReplyStatus::kPressureTempFieldNumber = 17
static

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

◆ kRelativeHumidityFieldNumber

const int goby::middleware::frontseat::protobuf::SV2ReplyStatus::kRelativeHumidityFieldNumber = 16
static

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

◆ kVersionFieldNumber

const int goby::middleware::frontseat::protobuf::SV2ReplyStatus::kVersionFieldNumber = 10
static

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


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