Goby3
3.1.5a
2024.05.23
|
#include <goby/middleware/frontseat/iver/iver_driver.pb.h>
Public Types | |
typedef IverExtraCommands_IverCommand | IverCommand |
Public Types inherited from google::protobuf::Message | |
typedef google::protobuf::Reflection | Reflection |
Public Member Functions | |
IverExtraCommands () | |
virtual | ~IverExtraCommands () |
IverExtraCommands (const IverExtraCommands &from) | |
IverExtraCommands & | operator= (const IverExtraCommands &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline ::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (IverExtraCommands *other) |
IverExtraCommands * | New () const final |
IverExtraCommands * | 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 IverExtraCommands &from) |
void | MergeFrom (const IverExtraCommands &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_mission () const |
void | clear_mission () |
const ::std::string & | mission () const |
void | set_mission (const ::std::string &value) |
void | set_mission (const char *value) |
void | set_mission (const char *value, size_t size) |
::std::string * | mutable_mission () |
::std::string * | release_mission () |
void | set_allocated_mission (::std::string *mission) |
bool | has_command () const |
void | clear_command () |
::goby::middleware::frontseat::protobuf::IverExtraCommands_IverCommand | command () const |
void | set_command (::goby::middleware::frontseat::protobuf::IverExtraCommands_IverCommand 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 IverExtraCommands & | default_instance () |
static void | InitAsDefaultInstance () |
static const IverExtraCommands * | internal_default_instance () |
static bool | IverCommand_IsValid (int value) |
static const ::google::protobuf::EnumDescriptor * | IverCommand_descriptor () |
static const ::std::string & | IverCommand_Name (IverCommand value) |
static bool | IverCommand_Parse (const ::std::string &name, IverCommand *value) |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages |
static const IverCommand | UNKNOWN_COMMAND |
static const IverCommand | START_MISSION |
static const IverCommand | STOP_MISSION |
static const IverCommand | IverCommand_MIN |
static const IverCommand | IverCommand_MAX |
static const int | IverCommand_ARRAYSIZE |
static const int | kMissionFieldNumber = 2 |
static const int | kCommandFieldNumber = 1 |
Friends | |
struct | ::protobuf_goby_2fmiddleware_2ffrontseat_2fiver_2fiver_5fdriver_2eproto::TableStruct |
void | swap (IverExtraCommands &a, IverExtraCommands &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 278 of file iver_driver.pb.h.
typedef IverExtraCommands_IverCommand goby::middleware::frontseat::protobuf::IverExtraCommands::IverCommand |
Definition at line 370 of file iver_driver.pb.h.
goby::middleware::frontseat::protobuf::IverExtraCommands::IverExtraCommands | ( | ) |
|
virtual |
goby::middleware::frontseat::protobuf::IverExtraCommands::IverExtraCommands | ( | const IverExtraCommands & | from | ) |
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
inline |
Definition at line 494 of file iver_driver.pb.h.
|
inline |
Definition at line 519 of file iver_driver.pb.h.
|
inline |
Definition at line 498 of file iver_driver.pb.h.
|
final |
void goby::middleware::frontseat::protobuf::IverExtraCommands::CopyFrom | ( | const IverExtraCommands & | from | ) |
|
static |
|
static |
|
inlinefinalvirtual |
Implements google::protobuf::MessageLite.
Definition at line 350 of file iver_driver.pb.h.
|
finalvirtual |
Implements google::protobuf::Message.
|
inline |
Definition at line 485 of file iver_driver.pb.h.
|
inline |
Definition at line 510 of file iver_driver.pb.h.
|
static |
|
inlinestatic |
Definition at line 315 of file iver_driver.pb.h.
|
final |
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
inlinestatic |
Definition at line 387 of file iver_driver.pb.h.
|
inlinestatic |
Definition at line 377 of file iver_driver.pb.h.
|
inlinestatic |
Definition at line 390 of file iver_driver.pb.h.
|
inlinestatic |
Definition at line 393 of file iver_driver.pb.h.
|
final |
void goby::middleware::frontseat::protobuf::IverExtraCommands::MergeFrom | ( | const IverExtraCommands & | from | ) |
|
final |
|
inline |
Definition at line 523 of file iver_driver.pb.h.
|
inline |
Definition at line 552 of file iver_driver.pb.h.
|
inline |
Definition at line 307 of file iver_driver.pb.h.
|
inlinefinalvirtual |
Implements google::protobuf::Message.
Definition at line 329 of file iver_driver.pb.h.
|
inlinefinalvirtual |
Reimplemented from google::protobuf::Message.
Definition at line 333 of file iver_driver.pb.h.
|
inline |
Definition at line 285 of file iver_driver.pb.h.
|
inline |
Definition at line 557 of file iver_driver.pb.h.
|
final |
|
inline |
Definition at line 565 of file iver_driver.pb.h.
|
inline |
Definition at line 502 of file iver_driver.pb.h.
|
inline |
Definition at line 527 of file iver_driver.pb.h.
|
inline |
Definition at line 540 of file iver_driver.pb.h.
|
inline |
Definition at line 546 of file iver_driver.pb.h.
void goby::middleware::frontseat::protobuf::IverExtraCommands::Swap | ( | IverExtraCommands * | other | ) |
|
inline |
Definition at line 304 of file iver_driver.pb.h.
|
friend |
Definition at line 434 of file iver_driver.pb.h.
|
friend |
Definition at line 323 of file iver_driver.pb.h.
|
static |
Definition at line 384 of file iver_driver.pb.h.
|
static |
Definition at line 382 of file iver_driver.pb.h.
|
static |
Definition at line 380 of file iver_driver.pb.h.
|
static |
Definition at line 418 of file iver_driver.pb.h.
|
staticconstexpr |
Definition at line 319 of file iver_driver.pb.h.
|
static |
Definition at line 403 of file iver_driver.pb.h.
|
static |
Definition at line 373 of file iver_driver.pb.h.
|
static |
Definition at line 375 of file iver_driver.pb.h.
|
static |
Definition at line 371 of file iver_driver.pb.h.