Goby3
3.1.5a
2024.05.23
|
#include <goby/middleware/frontseat/waveglider/waveglider_sv2_frontseat_driver.pb.h>
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_CommandFollowFixedHeadingBody & | operator= (const SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline ::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody *other) |
SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody * | New () const final |
SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody * | New (::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 Reflection * | GetReflection () const final |
Public Member Functions inherited from google::protobuf::MessageLite | |
MessageLite () | |
virtual | ~MessageLite () |
virtual ::google::protobuf::Arena * | GetArena () 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_CommandFollowFixedHeadingBody & | default_instance () |
static void | InitAsDefaultInstance () |
static const SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody * | internal_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 |
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) |
Definition at line 2366 of file waveglider_sv2_frontseat_driver.pb.h.
Enumerator | |
---|---|
DCCL_ID | |
DCCL_MAX_BYTES |
Definition at line 2530 of file waveglider_sv2_frontseat_driver.pb.h.
goby::middleware::frontseat::protobuf::SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody::SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody | ( | ) |
|
virtual |
goby::middleware::frontseat::protobuf::SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody::SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody | ( | const SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody & | from | ) |
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
inline |
Definition at line 5392 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 5512 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 5344 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 5440 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 5464 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 5296 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 5488 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 5416 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 5368 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 5320 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 5396 of file waveglider_sv2_frontseat_driver.pb.h.
|
final |
void goby::middleware::frontseat::protobuf::SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody::CopyFrom | ( | const SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody & | from | ) |
|
inline |
Definition at line 5516 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 5348 of file waveglider_sv2_frontseat_driver.pb.h.
|
static |
|
static |
|
inlinefinalvirtual |
Implements google::protobuf::MessageLite.
Definition at line 2438 of file waveglider_sv2_frontseat_driver.pb.h.
|
finalvirtual |
Implements google::protobuf::Message.
|
inline |
Definition at line 5383 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 5503 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 5335 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 5431 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 5455 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 5287 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 5479 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 5407 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 5359 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 5311 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 5444 of file waveglider_sv2_frontseat_driver.pb.h.
|
static |
|
inlinestatic |
Definition at line 2403 of file waveglider_sv2_frontseat_driver.pb.h.
|
final |
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
inline |
Definition at line 5468 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 5300 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 5492 of file waveglider_sv2_frontseat_driver.pb.h.
|
final |
void goby::middleware::frontseat::protobuf::SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody::MergeFrom | ( | const SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody & | from | ) |
|
final |
|
inline |
Definition at line 2395 of file waveglider_sv2_frontseat_driver.pb.h.
|
inlinefinalvirtual |
Implements google::protobuf::Message.
Definition at line 2417 of file waveglider_sv2_frontseat_driver.pb.h.
|
inlinefinalvirtual |
Reimplemented from google::protobuf::Message.
Definition at line 2421 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 2373 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 5420 of file waveglider_sv2_frontseat_driver.pb.h.
|
final |
|
inline |
Definition at line 5400 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 5520 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 5352 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 5448 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 5472 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 5304 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 5496 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 5424 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 5376 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 5328 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 5372 of file waveglider_sv2_frontseat_driver.pb.h.
void goby::middleware::frontseat::protobuf::SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody::Swap | ( | SV2CommandFollowFixedHeading_CommandFollowFixedHeadingBody * | other | ) |
|
inline |
Definition at line 2392 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 5324 of file waveglider_sv2_frontseat_driver.pb.h.
|
friend |
Definition at line 2570 of file waveglider_sv2_frontseat_driver.pb.h.
|
friend |
Definition at line 2411 of file waveglider_sv2_frontseat_driver.pb.h.
|
static |
Definition at line 2491 of file waveglider_sv2_frontseat_driver.pb.h.
|
static |
Definition at line 2526 of file waveglider_sv2_frontseat_driver.pb.h.
|
static |
Definition at line 2477 of file waveglider_sv2_frontseat_driver.pb.h.
|
static |
Definition at line 2505 of file waveglider_sv2_frontseat_driver.pb.h.
|
staticconstexpr |
Definition at line 2407 of file waveglider_sv2_frontseat_driver.pb.h.
|
static |
Definition at line 2512 of file waveglider_sv2_frontseat_driver.pb.h.
|
static |
Definition at line 2463 of file waveglider_sv2_frontseat_driver.pb.h.
|
static |
Definition at line 2519 of file waveglider_sv2_frontseat_driver.pb.h.
|
static |
Definition at line 2498 of file waveglider_sv2_frontseat_driver.pb.h.
|
static |
Definition at line 2484 of file waveglider_sv2_frontseat_driver.pb.h.
|
static |
Definition at line 2470 of file waveglider_sv2_frontseat_driver.pb.h.