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

Public Types

typedef Platform_SerialInfo SerialInfo
 
typedef Platform_AcousticModemInfo AcousticModemInfo
 
typedef Platform_EthernetInfo EthernetInfo
 

Public Member Functions

 Platform (const Platform &from)
 
Platformoperator= (const Platform &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (Platform *other)
 
PlatformNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const Platform &from)
 
void MergeFrom (const Platform &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_name () const
 
void clear_name ()
 
const ::std::string & name () const
 
void set_name (const ::std::string &value)
 
void set_name (const char *value)
 
void set_name (const char *value, size_t size)
 
inline::std::string * mutable_name ()
 
inline::std::string * release_name ()
 
void set_allocated_name (::std::string *name)
 
bool has_type () const
 
void clear_type ()
 
inline::goby::core::proto::VehicleType type () const
 
void set_type (::goby::core::proto::VehicleType value)
 
bool has_acomms () const
 
void clear_acomms ()
 
const ::goby::core::proto::Platform_AcousticModemInfoacomms () const
 
inline::goby::core::proto::Platform_AcousticModemInfo * mutable_acomms ()
 
inline::goby::core::proto::Platform_AcousticModemInfo * release_acomms ()
 
void set_allocated_acomms (::goby::core::proto::Platform_AcousticModemInfo *acomms)
 
bool has_ether () const
 
void clear_ether ()
 
const ::goby::core::proto::Platform_EthernetInfoether () const
 
inline::goby::core::proto::Platform_EthernetInfo * mutable_ether ()
 
inline::goby::core::proto::Platform_EthernetInfo * release_ether ()
 
void set_allocated_ether (::goby::core::proto::Platform_EthernetInfo *ether)
 
bool has_serial () const
 
void clear_serial ()
 
const ::goby::core::proto::Platform_SerialInfoserial () const
 
inline::goby::core::proto::Platform_SerialInfo * mutable_serial ()
 
inline::goby::core::proto::Platform_SerialInfo * release_serial ()
 
void set_allocated_serial (::goby::core::proto::Platform_SerialInfo *serial)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const Platformdefault_instance ()
 

Static Public Attributes

static const int kNameFieldNumber = 1
 
static const int kTypeFieldNumber = 2
 
static const int kAcommsFieldNumber = 3
 
static const int kEtherFieldNumber = 4
 
static const int kSerialFieldNumber = 5
 

Friends

void protobuf_AddDesc_goby_2fpb_2fprotobuf_2fconfig_2eproto ()
 
void protobuf_AssignDesc_goby_2fpb_2fprotobuf_2fconfig_2eproto ()
 
void protobuf_ShutdownFile_goby_2fpb_2fprotobuf_2fconfig_2eproto ()
 

Detailed Description

Definition at line 387 of file config.pb.h.


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