Goby3
3.1.5a
2024.05.23
|
#include <goby/middleware/frontseat/bluefin/bluefin.pb.h>
Public Types | |
typedef TrimStatus_Status | Status |
typedef TrimStatus_Error | Error |
Public Types inherited from google::protobuf::Message | |
typedef google::protobuf::Reflection | Reflection |
Public Member Functions | |
TrimStatus () | |
virtual | ~TrimStatus () |
TrimStatus (const TrimStatus &from) | |
TrimStatus & | operator= (const TrimStatus &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline ::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (TrimStatus *other) |
TrimStatus * | New () const final |
TrimStatus * | 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 TrimStatus &from) |
void | MergeFrom (const TrimStatus &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_debug_string () const |
void | clear_debug_string () |
const ::std::string & | debug_string () const |
void | set_debug_string (const ::std::string &value) |
void | set_debug_string (const char *value) |
void | set_debug_string (const char *value, size_t size) |
::std::string * | mutable_debug_string () |
::std::string * | release_debug_string () |
void | set_allocated_debug_string (::std::string *debug_string) |
bool | has_status () const |
void | clear_status () |
::goby::middleware::frontseat::protobuf::TrimStatus_Status | status () const |
void | set_status (::goby::middleware::frontseat::protobuf::TrimStatus_Status value) |
bool | has_error () const |
void | clear_error () |
::goby::middleware::frontseat::protobuf::TrimStatus_Error | error () const |
void | set_error (::goby::middleware::frontseat::protobuf::TrimStatus_Error value) |
bool | has_pitch_trim_degrees () const |
void | clear_pitch_trim_degrees () |
double | pitch_trim_degrees () const |
void | set_pitch_trim_degrees (double value) |
bool | has_roll_trim_degrees () const |
void | clear_roll_trim_degrees () |
double | roll_trim_degrees () const |
void | set_roll_trim_degrees (double 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 TrimStatus & | default_instance () |
static void | InitAsDefaultInstance () |
static const TrimStatus * | internal_default_instance () |
static bool | Status_IsValid (int value) |
static const ::google::protobuf::EnumDescriptor * | Status_descriptor () |
static const ::std::string & | Status_Name (Status value) |
static bool | Status_Parse (const ::std::string &name, Status *value) |
static bool | Error_IsValid (int value) |
static const ::google::protobuf::EnumDescriptor * | Error_descriptor () |
static const ::std::string & | Error_Name (Error value) |
static bool | Error_Parse (const ::std::string &name, Error *value) |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages |
static const Status | TRIM_IDLE |
static const Status | TRIM_IN_PROGRESS |
static const Status | TRIM_COMPLETED_SUCCESSFULLY |
static const Status | TRIM_COMPLETED_UNSUCCESSFULLY |
static const Status | Status_MIN |
static const Status | Status_MAX |
static const int | Status_ARRAYSIZE |
static const Error | ERROR_NONE |
static const Error | ERROR_TRIM_OPERATION_FAILED |
static const Error | ERROR_CANNOT_TRIM_WHILE_SILENT |
static const Error | Error_MIN |
static const Error | Error_MAX |
static const int | Error_ARRAYSIZE |
static const int | kDebugStringFieldNumber = 3 |
static const int | kStatusFieldNumber = 1 |
static const int | kErrorFieldNumber = 2 |
static const int | kPitchTrimDegreesFieldNumber = 4 |
static const int | kRollTrimDegreesFieldNumber = 5 |
Friends | |
struct | ::protobuf_goby_2fmiddleware_2ffrontseat_2fbluefin_2fbluefin_2eproto::TableStruct |
void | swap (TrimStatus &a, TrimStatus &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) |
Definition at line 487 of file bluefin.pb.h.
Definition at line 609 of file bluefin.pb.h.
Definition at line 579 of file bluefin.pb.h.
goby::middleware::frontseat::protobuf::TrimStatus::TrimStatus | ( | ) |
|
virtual |
goby::middleware::frontseat::protobuf::TrimStatus::TrimStatus | ( | const TrimStatus & | from | ) |
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
inline |
Definition at line 2054 of file bluefin.pb.h.
|
inline |
Definition at line 2029 of file bluefin.pb.h.
|
inline |
Definition at line 2120 of file bluefin.pb.h.
|
inline |
Definition at line 2144 of file bluefin.pb.h.
|
inline |
Definition at line 2004 of file bluefin.pb.h.
|
final |
void goby::middleware::frontseat::protobuf::TrimStatus::CopyFrom | ( | const TrimStatus & | from | ) |
|
inline |
Definition at line 2058 of file bluefin.pb.h.
|
static |
|
static |
|
inline |
Definition at line 2033 of file bluefin.pb.h.
|
inlinestatic |
Definition at line 626 of file bluefin.pb.h.
|
inlinestatic |
Definition at line 616 of file bluefin.pb.h.
|
inlinestatic |
Definition at line 629 of file bluefin.pb.h.
|
inlinestatic |
Definition at line 632 of file bluefin.pb.h.
|
inlinefinalvirtual |
Implements google::protobuf::MessageLite.
Definition at line 559 of file bluefin.pb.h.
|
finalvirtual |
Implements google::protobuf::Message.
|
inline |
Definition at line 2045 of file bluefin.pb.h.
|
inline |
Definition at line 2020 of file bluefin.pb.h.
|
inline |
Definition at line 2111 of file bluefin.pb.h.
|
inline |
Definition at line 2135 of file bluefin.pb.h.
|
inline |
Definition at line 1995 of file bluefin.pb.h.
|
static |
|
inlinestatic |
Definition at line 524 of file bluefin.pb.h.
|
final |
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
final |
void goby::middleware::frontseat::protobuf::TrimStatus::MergeFrom | ( | const TrimStatus & | from | ) |
|
final |
|
inline |
Definition at line 2087 of file bluefin.pb.h.
|
inline |
Definition at line 516 of file bluefin.pb.h.
|
inlinefinalvirtual |
Implements google::protobuf::Message.
Definition at line 538 of file bluefin.pb.h.
|
inlinefinalvirtual |
Reimplemented from google::protobuf::Message.
Definition at line 542 of file bluefin.pb.h.
|
inline |
Definition at line 494 of file bluefin.pb.h.
|
inline |
Definition at line 2124 of file bluefin.pb.h.
|
inline |
Definition at line 2092 of file bluefin.pb.h.
|
inline |
Definition at line 2148 of file bluefin.pb.h.
|
final |
|
inline |
Definition at line 2100 of file bluefin.pb.h.
|
inline |
Definition at line 2062 of file bluefin.pb.h.
|
inline |
Definition at line 2075 of file bluefin.pb.h.
|
inline |
Definition at line 2081 of file bluefin.pb.h.
|
inline |
Definition at line 2037 of file bluefin.pb.h.
|
inline |
Definition at line 2128 of file bluefin.pb.h.
|
inline |
Definition at line 2152 of file bluefin.pb.h.
|
inline |
Definition at line 2012 of file bluefin.pb.h.
|
inline |
Definition at line 2008 of file bluefin.pb.h.
|
inlinestatic |
Definition at line 598 of file bluefin.pb.h.
|
inlinestatic |
Definition at line 588 of file bluefin.pb.h.
|
inlinestatic |
Definition at line 601 of file bluefin.pb.h.
|
inlinestatic |
Definition at line 604 of file bluefin.pb.h.
void goby::middleware::frontseat::protobuf::TrimStatus::Swap | ( | TrimStatus * | other | ) |
|
inline |
Definition at line 513 of file bluefin.pb.h.
|
friend |
Definition at line 703 of file bluefin.pb.h.
|
friend |
Definition at line 532 of file bluefin.pb.h.
|
static |
Definition at line 623 of file bluefin.pb.h.
|
static |
Definition at line 614 of file bluefin.pb.h.
|
static |
Definition at line 621 of file bluefin.pb.h.
|
static |
Definition at line 619 of file bluefin.pb.h.
|
static |
Definition at line 610 of file bluefin.pb.h.
|
static |
Definition at line 612 of file bluefin.pb.h.
|
static |
Definition at line 642 of file bluefin.pb.h.
|
static |
Definition at line 664 of file bluefin.pb.h.
|
staticconstexpr |
Definition at line 528 of file bluefin.pb.h.
|
static |
Definition at line 671 of file bluefin.pb.h.
|
static |
Definition at line 678 of file bluefin.pb.h.
|
static |
Definition at line 657 of file bluefin.pb.h.
|
static |
Definition at line 595 of file bluefin.pb.h.
|
static |
Definition at line 593 of file bluefin.pb.h.
|
static |
Definition at line 591 of file bluefin.pb.h.
|
static |
Definition at line 584 of file bluefin.pb.h.
|
static |
Definition at line 586 of file bluefin.pb.h.
|
static |
Definition at line 580 of file bluefin.pb.h.
|
static |
Definition at line 582 of file bluefin.pb.h.