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

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

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

Public Types

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

Public Member Functions

 SV2ReplyEnumerate ()
 
virtual ~SV2ReplyEnumerate ()
 
 SV2ReplyEnumerate (const SV2ReplyEnumerate &from)
 
SV2ReplyEnumerateoperator= (const SV2ReplyEnumerate &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (SV2ReplyEnumerate *other)
 
SV2ReplyEnumerateNew () const final
 
SV2ReplyEnumerateNew (::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 SV2ReplyEnumerate &from)
 
void MergeFrom (const SV2ReplyEnumerate &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_serial_number () const
 
void clear_serial_number ()
 
const ::std::string & serial_number () const
 
void set_serial_number (const ::std::string &value)
 
void set_serial_number (const char *value)
 
void set_serial_number (const void *value, size_t size)
 
::std::string * mutable_serial_number ()
 
::std::string * release_serial_number ()
 
void set_allocated_serial_number (::std::string *serial_number)
 
bool has_description () const
 
void clear_description ()
 
const ::std::string & description () const
 
void set_description (const ::std::string &value)
 
void set_description (const char *value)
 
void set_description (const void *value, size_t size)
 
::std::string * mutable_description ()
 
::std::string * release_description ()
 
void set_allocated_description (::std::string *description)
 
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_device_type () const
 
void clear_device_type ()
 
::google::protobuf::uint32 device_type () const
 
void set_device_type (::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_location () const
 
void clear_location ()
 
::google::protobuf::uint32 location () const
 
void set_location (::google::protobuf::uint32 value)
 
bool has_polling_frequency () const
 
void clear_polling_frequency ()
 
::google::protobuf::uint32 polling_frequency () const
 
void set_polling_frequency (::google::protobuf::uint32 value)
 
bool has_extra_info () const
 
void clear_extra_info ()
 
::google::protobuf::uint32 extra_info () const
 
void set_extra_info (::google::protobuf::uint32 value)
 
bool has_firmware_major () const
 
void clear_firmware_major ()
 
::google::protobuf::uint32 firmware_major () const
 
void set_firmware_major (::google::protobuf::uint32 value)
 
bool has_firmware_minor () const
 
void clear_firmware_minor ()
 
::google::protobuf::uint32 firmware_minor () const
 
void set_firmware_minor (::google::protobuf::uint32 value)
 
bool has_firmware_revision () const
 
void clear_firmware_revision ()
 
::google::protobuf::uint32 firmware_revision () const
 
void set_firmware_revision (::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 SV2ReplyEnumeratedefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const SV2ReplyEnumerateinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kSerialNumberFieldNumber = 13
 
static const int kDescriptionFieldNumber = 20
 
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 kDeviceTypeFieldNumber = 11
 
static const int kBoardAddrFieldNumber = 12
 
static const int kLocationFieldNumber = 14
 
static const int kPollingFrequencyFieldNumber = 15
 
static const int kExtraInfoFieldNumber = 16
 
static const int kFirmwareMajorFieldNumber = 17
 
static const int kFirmwareMinorFieldNumber = 18
 
static const int kFirmwareRevisionFieldNumber = 19
 

Friends

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

Member Enumeration Documentation

◆ DCCLParameters

Enumerator
DCCL_ID 
DCCL_MAX_BYTES 

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

Constructor & Destructor Documentation

◆ SV2ReplyEnumerate() [1/2]

goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::SV2ReplyEnumerate ( )

◆ ~SV2ReplyEnumerate()

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

◆ SV2ReplyEnumerate() [2/2]

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

Member Function Documentation

◆ board_addr()

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

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

◆ ByteSizeLong()

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

Reimplemented from google::protobuf::Message.

◆ Clear()

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

Reimplemented from google::protobuf::Message.

◆ clear_board_addr()

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

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

◆ clear_description()

void goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::clear_description ( )
inline

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

◆ clear_device_type()

void goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::clear_device_type ( )
inline

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

◆ clear_extra_info()

void goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::clear_extra_info ( )
inline

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

◆ clear_firmware_major()

void goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::clear_firmware_major ( )
inline

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

◆ clear_firmware_minor()

void goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::clear_firmware_minor ( )
inline

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

◆ clear_firmware_revision()

void goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::clear_firmware_revision ( )
inline

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

◆ clear_footer()

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

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

◆ clear_header()

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

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

◆ clear_location()

void goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::clear_location ( )
inline

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

◆ clear_number_of_devices_in_message()

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

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

◆ clear_number_of_devices_responding()

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

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

◆ clear_original_msg_type()

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

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

◆ clear_polling_frequency()

void goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::clear_polling_frequency ( )
inline

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

◆ clear_serial_number()

void goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::clear_serial_number ( )
inline

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

◆ clear_version()

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

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

◆ CopyFrom() [1/2]

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

◆ CopyFrom() [2/2]

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

◆ default_instance()

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

◆ description()

const ::std::string & goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::description ( ) const
inline

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

◆ descriptor()

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

◆ device_type()

google::protobuf::uint32 goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::device_type ( ) const
inline

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

◆ extra_info()

google::protobuf::uint32 goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::extra_info ( ) const
inline

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

◆ firmware_major()

google::protobuf::uint32 goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::firmware_major ( ) const
inline

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

◆ firmware_minor()

google::protobuf::uint32 goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::firmware_minor ( ) const
inline

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

◆ firmware_revision()

google::protobuf::uint32 goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::firmware_revision ( ) const
inline

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

◆ footer()

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

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

◆ GetCachedSize()

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

◆ GetMetadata()

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

◆ has_board_addr()

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

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

◆ has_description()

bool goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::has_description ( ) const
inline

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

◆ has_device_type()

bool goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::has_device_type ( ) const
inline

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

◆ has_extra_info()

bool goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::has_extra_info ( ) const
inline

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

◆ has_firmware_major()

bool goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::has_firmware_major ( ) const
inline

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

◆ has_firmware_minor()

bool goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::has_firmware_minor ( ) const
inline

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

◆ has_firmware_revision()

bool goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::has_firmware_revision ( ) const
inline

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

◆ has_footer()

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

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

◆ has_header()

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

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

◆ has_location()

bool goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::has_location ( ) const
inline

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

◆ has_number_of_devices_in_message()

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

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

◆ has_number_of_devices_responding()

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

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

◆ has_original_msg_type()

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

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

◆ has_polling_frequency()

bool goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::has_polling_frequency ( ) const
inline

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

◆ has_serial_number()

bool goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::has_serial_number ( ) const
inline

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

◆ has_version()

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

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

◆ header()

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

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

◆ InitAsDefaultInstance()

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

◆ internal_default_instance()

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

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

◆ InternalSerializeWithCachedSizesToArray()

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

◆ IsInitialized()

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

Reimplemented from google::protobuf::Message.

◆ location()

google::protobuf::uint32 goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::location ( ) const
inline

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

◆ MergeFrom() [1/2]

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

◆ MergeFrom() [2/2]

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

◆ MergePartialFromCodedStream()

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

◆ mutable_description()

std::string * goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::mutable_description ( )
inline

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

◆ mutable_footer()

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

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

◆ mutable_header()

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

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

◆ mutable_serial_number()

std::string * goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::mutable_serial_number ( )
inline

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

◆ mutable_unknown_fields()

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

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

◆ New() [1/2]

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

Implements google::protobuf::Message.

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

◆ New() [2/2]

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

Reimplemented from google::protobuf::Message.

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

◆ number_of_devices_in_message()

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

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

◆ number_of_devices_responding()

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

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

◆ operator=()

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

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

◆ original_msg_type()

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

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

◆ polling_frequency()

google::protobuf::uint32 goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::polling_frequency ( ) const
inline

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

◆ release_description()

std::string * goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::release_description ( )
inline

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

◆ release_footer()

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

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

◆ release_header()

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

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

◆ release_serial_number()

std::string * goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::release_serial_number ( )
inline

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

◆ serial_number()

const ::std::string & goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::serial_number ( ) const
inline

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

◆ SerializeWithCachedSizes()

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

◆ set_allocated_description()

void goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::set_allocated_description ( ::std::string *  description)
inline

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

◆ set_allocated_footer()

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

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

◆ set_allocated_header()

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

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

◆ set_allocated_serial_number()

void goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::set_allocated_serial_number ( ::std::string *  serial_number)
inline

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

◆ set_board_addr()

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

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

◆ set_description() [1/3]

void goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::set_description ( const ::std::string &  value)
inline

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

◆ set_description() [2/3]

void goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::set_description ( const char value)
inline

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

◆ set_description() [3/3]

void goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::set_description ( const void *  value,
size_t  size 
)
inline

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

◆ set_device_type()

void goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::set_device_type ( ::google::protobuf::uint32  value)
inline

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

◆ set_extra_info()

void goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::set_extra_info ( ::google::protobuf::uint32  value)
inline

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

◆ set_firmware_major()

void goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::set_firmware_major ( ::google::protobuf::uint32  value)
inline

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

◆ set_firmware_minor()

void goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::set_firmware_minor ( ::google::protobuf::uint32  value)
inline

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

◆ set_firmware_revision()

void goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::set_firmware_revision ( ::google::protobuf::uint32  value)
inline

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

◆ set_location()

void goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::set_location ( ::google::protobuf::uint32  value)
inline

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

◆ set_number_of_devices_in_message()

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

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

◆ set_number_of_devices_responding()

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

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

◆ set_original_msg_type()

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

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

◆ set_polling_frequency()

void goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::set_polling_frequency ( ::google::protobuf::uint32  value)
inline

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

◆ set_serial_number() [1/3]

void goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::set_serial_number ( const ::std::string &  value)
inline

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

◆ set_serial_number() [2/3]

void goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::set_serial_number ( const char value)
inline

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

◆ set_serial_number() [3/3]

void goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::set_serial_number ( const void *  value,
size_t  size 
)
inline

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

◆ set_version()

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

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

◆ Swap()

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

◆ unknown_fields()

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

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

◆ version()

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

Definition at line 3246 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 ( SV2ReplyEnumerate a,
SV2ReplyEnumerate b 
)
friend

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

Member Data Documentation

◆ kBoardAddrFieldNumber

const int goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::kBoardAddrFieldNumber = 12
static

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

◆ kDescriptionFieldNumber

const int goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::kDescriptionFieldNumber = 20
static

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

◆ kDeviceTypeFieldNumber

const int goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::kDeviceTypeFieldNumber = 11
static

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

◆ kExtraInfoFieldNumber

const int goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::kExtraInfoFieldNumber = 16
static

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

◆ kFirmwareMajorFieldNumber

const int goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::kFirmwareMajorFieldNumber = 17
static

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

◆ kFirmwareMinorFieldNumber

const int goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::kFirmwareMinorFieldNumber = 18
static

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

◆ kFirmwareRevisionFieldNumber

const int goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::kFirmwareRevisionFieldNumber = 19
static

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

◆ kFooterFieldNumber

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

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

◆ kHeaderFieldNumber

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

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

◆ kIndexInFileMessages

constexpr int goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::kIndexInFileMessages
staticconstexpr
Initial value:
=
3

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

◆ kLocationFieldNumber

const int goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::kLocationFieldNumber = 14
static

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

◆ kNumberOfDevicesInMessageFieldNumber

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

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

◆ kNumberOfDevicesRespondingFieldNumber

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

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

◆ kOriginalMsgTypeFieldNumber

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

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

◆ kPollingFrequencyFieldNumber

const int goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::kPollingFrequencyFieldNumber = 15
static

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

◆ kSerialNumberFieldNumber

const int goby::middleware::frontseat::protobuf::SV2ReplyEnumerate::kSerialNumberFieldNumber = 13
static

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

◆ kVersionFieldNumber

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

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


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