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

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

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

Public Types

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

Public Member Functions

 SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody ()
 
virtual ~SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody ()
 
 SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody (const SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody &from)
 
SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBodyoperator= (const SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody *other)
 
SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBodyNew () const final
 
SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBodyNew (::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 SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody &from)
 
void MergeFrom (const SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody &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_level2id () const
 
void clear_level2id ()
 
::google::protobuf::uint32 level2id () const
 
void set_level2id (::google::protobuf::uint32 value)
 
bool has_wgmsid () const
 
void clear_wgmsid ()
 
::google::protobuf::uint32 wgmsid () const
 
void set_wgmsid (::google::protobuf::uint32 value)
 
bool has_data_size () const
 
void clear_data_size ()
 
::google::protobuf::uint32 data_size () const
 
void set_data_size (::google::protobuf::uint32 value)
 
bool has_structure_id () const
 
void clear_structure_id ()
 
::google::protobuf::uint32 structure_id () const
 
void set_structure_id (::google::protobuf::uint32 value)
 
bool has_command_value () const
 
void clear_command_value ()
 
::google::protobuf::uint32 command_value () const
 
void set_command_value (::google::protobuf::uint32 value)
 
bool has_reserved () const
 
void clear_reserved ()
 
::google::protobuf::uint32 reserved () const
 
void set_reserved (::google::protobuf::uint32 value)
 
bool has_heading_degrees () const
 
void clear_heading_degrees ()
 
::google::protobuf::uint32 heading_degrees () const
 
void set_heading_degrees (::google::protobuf::uint32 value)
 
bool has_latitude () const
 
void clear_latitude ()
 
::google::protobuf::uint32 latitude () const
 
void set_latitude (::google::protobuf::uint32 value)
 
bool has_longitude () const
 
void clear_longitude ()
 
::google::protobuf::uint32 longitude () const
 
void set_longitude (::google::protobuf::uint32 value)
 
bool has_crc16 () const
 
void clear_crc16 ()
 
::google::protobuf::uint32 crc16 () const
 
void set_crc16 (::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 SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBodydefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBodyinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kLevel2IdFieldNumber = 4
 
static const int kWgmsidFieldNumber = 5
 
static const int kDataSizeFieldNumber = 6
 
static const int kStructureIdFieldNumber = 7
 
static const int kCommandValueFieldNumber = 8
 
static const int kReservedFieldNumber = 9
 
static const int kHeadingDegreesFieldNumber = 10
 
static const int kLatitudeFieldNumber = 11
 
static const int kLongitudeFieldNumber = 12
 
static const int kCrc16FieldNumber = 100
 

Friends

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

Member Enumeration Documentation

◆ DCCLParameters

Constructor & Destructor Documentation

◆ SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody() [1/2]

goby::middleware::frontseat::protobuf::SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody::SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody ( )

◆ ~SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody()

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

◆ SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody() [2/2]

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

Member Function Documentation

◆ ByteSizeLong()

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

Reimplemented from google::protobuf::Message.

◆ Clear()

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

Reimplemented from google::protobuf::Message.

◆ clear_command_value()

void goby::middleware::frontseat::protobuf::SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody::clear_command_value ( )
inline

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

◆ clear_crc16()

void goby::middleware::frontseat::protobuf::SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody::clear_crc16 ( )
inline

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

◆ clear_data_size()

void goby::middleware::frontseat::protobuf::SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody::clear_data_size ( )
inline

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

◆ clear_heading_degrees()

void goby::middleware::frontseat::protobuf::SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody::clear_heading_degrees ( )
inline

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

◆ clear_latitude()

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

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

◆ clear_level2id()

void goby::middleware::frontseat::protobuf::SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody::clear_level2id ( )
inline

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

◆ clear_longitude()

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

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

◆ clear_reserved()

void goby::middleware::frontseat::protobuf::SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody::clear_reserved ( )
inline

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

◆ clear_structure_id()

void goby::middleware::frontseat::protobuf::SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody::clear_structure_id ( )
inline

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

◆ clear_wgmsid()

void goby::middleware::frontseat::protobuf::SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody::clear_wgmsid ( )
inline

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

◆ command_value()

google::protobuf::uint32 goby::middleware::frontseat::protobuf::SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody::command_value ( ) const
inline

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

◆ CopyFrom() [1/2]

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

◆ CopyFrom() [2/2]

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

◆ crc16()

google::protobuf::uint32 goby::middleware::frontseat::protobuf::SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody::crc16 ( ) const
inline

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

◆ data_size()

google::protobuf::uint32 goby::middleware::frontseat::protobuf::SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody::data_size ( ) const
inline

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

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

◆ GetMetadata()

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

◆ has_command_value()

bool goby::middleware::frontseat::protobuf::SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody::has_command_value ( ) const
inline

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

◆ has_crc16()

bool goby::middleware::frontseat::protobuf::SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody::has_crc16 ( ) const
inline

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

◆ has_data_size()

bool goby::middleware::frontseat::protobuf::SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody::has_data_size ( ) const
inline

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

◆ has_heading_degrees()

bool goby::middleware::frontseat::protobuf::SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody::has_heading_degrees ( ) const
inline

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

◆ has_latitude()

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

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

◆ has_level2id()

bool goby::middleware::frontseat::protobuf::SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody::has_level2id ( ) const
inline

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

◆ has_longitude()

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

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

◆ has_reserved()

bool goby::middleware::frontseat::protobuf::SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody::has_reserved ( ) const
inline

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

◆ has_structure_id()

bool goby::middleware::frontseat::protobuf::SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody::has_structure_id ( ) const
inline

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

◆ has_wgmsid()

bool goby::middleware::frontseat::protobuf::SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody::has_wgmsid ( ) const
inline

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

◆ heading_degrees()

google::protobuf::uint32 goby::middleware::frontseat::protobuf::SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody::heading_degrees ( ) const
inline

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

◆ InitAsDefaultInstance()

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

◆ internal_default_instance()

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

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

◆ InternalSerializeWithCachedSizesToArray()

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

◆ IsInitialized()

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

Reimplemented from google::protobuf::Message.

◆ latitude()

google::protobuf::uint32 goby::middleware::frontseat::protobuf::SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody::latitude ( ) const
inline

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

◆ level2id()

google::protobuf::uint32 goby::middleware::frontseat::protobuf::SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody::level2id ( ) const
inline

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

◆ longitude()

google::protobuf::uint32 goby::middleware::frontseat::protobuf::SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody::longitude ( ) const
inline

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

◆ MergeFrom() [1/2]

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

◆ MergeFrom() [2/2]

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

◆ MergePartialFromCodedStream()

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

◆ mutable_unknown_fields()

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

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

◆ New() [1/2]

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

Implements google::protobuf::Message.

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

◆ New() [2/2]

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

Reimplemented from google::protobuf::Message.

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

◆ operator=()

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

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

◆ reserved()

google::protobuf::uint32 goby::middleware::frontseat::protobuf::SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody::reserved ( ) const
inline

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

◆ SerializeWithCachedSizes()

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

◆ set_command_value()

void goby::middleware::frontseat::protobuf::SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody::set_command_value ( ::google::protobuf::uint32  value)
inline

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

◆ set_crc16()

void goby::middleware::frontseat::protobuf::SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody::set_crc16 ( ::google::protobuf::uint32  value)
inline

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

◆ set_data_size()

void goby::middleware::frontseat::protobuf::SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody::set_data_size ( ::google::protobuf::uint32  value)
inline

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

◆ set_heading_degrees()

void goby::middleware::frontseat::protobuf::SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody::set_heading_degrees ( ::google::protobuf::uint32  value)
inline

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

◆ set_latitude()

void goby::middleware::frontseat::protobuf::SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody::set_latitude ( ::google::protobuf::uint32  value)
inline

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

◆ set_level2id()

void goby::middleware::frontseat::protobuf::SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody::set_level2id ( ::google::protobuf::uint32  value)
inline

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

◆ set_longitude()

void goby::middleware::frontseat::protobuf::SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody::set_longitude ( ::google::protobuf::uint32  value)
inline

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

◆ set_reserved()

void goby::middleware::frontseat::protobuf::SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody::set_reserved ( ::google::protobuf::uint32  value)
inline

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

◆ set_structure_id()

void goby::middleware::frontseat::protobuf::SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody::set_structure_id ( ::google::protobuf::uint32  value)
inline

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

◆ set_wgmsid()

void goby::middleware::frontseat::protobuf::SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody::set_wgmsid ( ::google::protobuf::uint32  value)
inline

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

◆ structure_id()

google::protobuf::uint32 goby::middleware::frontseat::protobuf::SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody::structure_id ( ) const
inline

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

◆ Swap()

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

◆ unknown_fields()

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

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

◆ wgmsid()

google::protobuf::uint32 goby::middleware::frontseat::protobuf::SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody::wgmsid ( ) const
inline

Definition at line 5324 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

Member Data Documentation

◆ kCommandValueFieldNumber

const int goby::middleware::frontseat::protobuf::SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody::kCommandValueFieldNumber = 8
static

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

◆ kCrc16FieldNumber

const int goby::middleware::frontseat::protobuf::SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody::kCrc16FieldNumber = 100
static

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

◆ kDataSizeFieldNumber

const int goby::middleware::frontseat::protobuf::SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody::kDataSizeFieldNumber = 6
static

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

◆ kHeadingDegreesFieldNumber

const int goby::middleware::frontseat::protobuf::SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody::kHeadingDegreesFieldNumber = 10
static

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

◆ kIndexInFileMessages

constexpr int goby::middleware::frontseat::protobuf::SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody::kIndexInFileMessages
staticconstexpr
Initial value:
=
12

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

◆ kLatitudeFieldNumber

const int goby::middleware::frontseat::protobuf::SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody::kLatitudeFieldNumber = 11
static

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

◆ kLevel2IdFieldNumber

const int goby::middleware::frontseat::protobuf::SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody::kLevel2IdFieldNumber = 4
static

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

◆ kLongitudeFieldNumber

const int goby::middleware::frontseat::protobuf::SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody::kLongitudeFieldNumber = 12
static

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

◆ kReservedFieldNumber

const int goby::middleware::frontseat::protobuf::SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody::kReservedFieldNumber = 9
static

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

◆ kStructureIdFieldNumber

const int goby::middleware::frontseat::protobuf::SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody::kStructureIdFieldNumber = 7
static

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

◆ kWgmsidFieldNumber

const int goby::middleware::frontseat::protobuf::SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody::kWgmsidFieldNumber = 5
static

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


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