|
| 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 |
|
void | CopyFrom (const ::google::protobuf::Message &from) |
|
void | MergeFrom (const ::google::protobuf::Message &from) |
|
void | CopyFrom (const TrimStatus &from) |
|
void | MergeFrom (const TrimStatus &from) |
|
void | Clear () |
|
bool | IsInitialized () const |
|
int | ByteSize () const |
|
bool | MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) |
|
void | SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const |
|
::google::protobuf::uint8 * | SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const |
|
int | GetCachedSize () const |
|
::google::protobuf::Metadata | GetMetadata () const |
|
bool | has_status () const |
|
void | clear_status () |
|
inline::goby::moos::protobuf::TrimStatus_Status | status () const |
|
void | set_status (::goby::moos::protobuf::TrimStatus_Status value) |
|
bool | has_error () const |
|
void | clear_error () |
|
inline::goby::moos::protobuf::TrimStatus_Error | error () const |
|
void | set_error (::goby::moos::protobuf::TrimStatus_Error value) |
|
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) |
|
inline::std::string * | mutable_debug_string () |
|
inline::std::string * | release_debug_string () |
|
void | set_allocated_debug_string (::std::string *debug_string) |
|
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) |
|
|
static const ::google::protobuf::Descriptor * | descriptor () |
|
static const TrimStatus & | 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 const Status | TRIM_IDLE = TrimStatus_Status_TRIM_IDLE |
|
static const Status | TRIM_IN_PROGRESS = TrimStatus_Status_TRIM_IN_PROGRESS |
|
static const Status | TRIM_COMPLETED_SUCCESSFULLY = TrimStatus_Status_TRIM_COMPLETED_SUCCESSFULLY |
|
static const Status | TRIM_COMPLETED_UNSUCCESSFULLY = TrimStatus_Status_TRIM_COMPLETED_UNSUCCESSFULLY |
|
static const Status | Status_MIN |
|
static const Status | Status_MAX |
|
static const int | Status_ARRAYSIZE |
|
static const Error | ERROR_NONE = TrimStatus_Error_ERROR_NONE |
|
static const Error | ERROR_TRIM_OPERATION_FAILED = TrimStatus_Error_ERROR_TRIM_OPERATION_FAILED |
|
static const Error | ERROR_CANNOT_TRIM_WHILE_SILENT = TrimStatus_Error_ERROR_CANNOT_TRIM_WHILE_SILENT |
|
static const Error | Error_MIN |
|
static const Error | Error_MAX |
|
static const int | Error_ARRAYSIZE |
|
static const int | kStatusFieldNumber = 1 |
|
static const int | kErrorFieldNumber = 2 |
|
static const int | kDebugStringFieldNumber = 3 |
|
static const int | kPitchTrimDegreesFieldNumber = 4 |
|
static const int | kRollTrimDegreesFieldNumber = 5 |
|
Definition at line 385 of file bluefin.pb.h.