|
| Platform (const Platform &from) |
|
Platform & | operator= (const Platform &from) |
|
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
|
inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
|
void | Swap (Platform *other) |
|
Platform * | New () 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_AcousticModemInfo & | acomms () 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_EthernetInfo & | ether () 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_SerialInfo & | serial () 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) |
|
Definition at line 387 of file config.pb.h.