Goby v2
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Friends | List of all members
goby::moos::protobuf::BuoyancyStatus Class Reference
Inheritance diagram for goby::moos::protobuf::BuoyancyStatus:
Inheritance graph
[legend]

Public Types

typedef BuoyancyStatus_Status Status
 
typedef BuoyancyStatus_Error Error
 

Public Member Functions

 BuoyancyStatus (const BuoyancyStatus &from)
 
BuoyancyStatusoperator= (const BuoyancyStatus &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (BuoyancyStatus *other)
 
BuoyancyStatusNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const BuoyancyStatus &from)
 
void MergeFrom (const BuoyancyStatus &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::BuoyancyStatus_Status status () const
 
void set_status (::goby::moos::protobuf::BuoyancyStatus_Status value)
 
bool has_error () const
 
void clear_error ()
 
inline::goby::moos::protobuf::BuoyancyStatus_Error error () const
 
void set_error (::goby::moos::protobuf::BuoyancyStatus_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_buoyancy_newtons () const
 
void clear_buoyancy_newtons ()
 
double buoyancy_newtons () const
 
void set_buoyancy_newtons (double value)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const BuoyancyStatusdefault_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 const Status BUOYANCY_IDLE = BuoyancyStatus_Status_BUOYANCY_IDLE
 
static const Status BUOYANCY_IN_PROGRESS = BuoyancyStatus_Status_BUOYANCY_IN_PROGRESS
 
static const Status BUOYANCY_COMPLETED_SUCCESSFULLY = BuoyancyStatus_Status_BUOYANCY_COMPLETED_SUCCESSFULLY
 
static const Status BUOYANCY_COMPLETED_UNSUCCESSFULLY = BuoyancyStatus_Status_BUOYANCY_COMPLETED_UNSUCCESSFULLY
 
static const Status Status_MIN
 
static const Status Status_MAX
 
static const int Status_ARRAYSIZE
 
static const Error ERROR_NONE = BuoyancyStatus_Error_ERROR_NONE
 
static const Error ERROR_BUOYANCY_OPERATION_FAILED = BuoyancyStatus_Error_ERROR_BUOYANCY_OPERATION_FAILED
 
static const Error ERROR_OPERATION_CANCELLED = BuoyancyStatus_Error_ERROR_OPERATION_CANCELLED
 
static const Error ERROR_ZERO_FLOW = BuoyancyStatus_Error_ERROR_ZERO_FLOW
 
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 kBuoyancyNewtonsFieldNumber = 4
 

Friends

void protobuf_AddDesc_goby_2fmoos_2ffrontseat_2fbluefin_2fbluefin_2eproto ()
 
void protobuf_AssignDesc_goby_2fmoos_2ffrontseat_2fbluefin_2fbluefin_2eproto ()
 
void protobuf_ShutdownFile_goby_2fmoos_2ffrontseat_2fbluefin_2fbluefin_2eproto ()
 

Detailed Description

Definition at line 219 of file bluefin.pb.h.

Member Data Documentation

const int goby::moos::protobuf::BuoyancyStatus::Error_ARRAYSIZE
static
Initial value:
=
BuoyancyStatus_Error_Error_ARRAYSIZE

Definition at line 308 of file bluefin.pb.h.

const Error goby::moos::protobuf::BuoyancyStatus::Error_MAX
static
Initial value:
=
BuoyancyStatus_Error_Error_MAX

Definition at line 306 of file bluefin.pb.h.

const Error goby::moos::protobuf::BuoyancyStatus::Error_MIN
static
Initial value:
=
BuoyancyStatus_Error_Error_MIN

Definition at line 304 of file bluefin.pb.h.

const int goby::moos::protobuf::BuoyancyStatus::Status_ARRAYSIZE
static
Initial value:
=
BuoyancyStatus_Status_Status_ARRAYSIZE

Definition at line 282 of file bluefin.pb.h.

const Status goby::moos::protobuf::BuoyancyStatus::Status_MAX
static
Initial value:
=
BuoyancyStatus_Status_Status_MAX

Definition at line 280 of file bluefin.pb.h.

const Status goby::moos::protobuf::BuoyancyStatus::Status_MIN
static
Initial value:
=
BuoyancyStatus_Status_Status_MIN

Definition at line 278 of file bluefin.pb.h.


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