Goby3
3.1.5a
2024.05.23
|
#include <goby/moos/protobuf/goby_moos_app.pb.h>
Public Types | |
typedef GobyMOOSAppConfig_Initializer_Type | Type |
Public Types inherited from google::protobuf::Message | |
typedef google::protobuf::Reflection | Reflection |
Public Member Functions | |
GobyMOOSAppConfig_Initializer () | |
virtual | ~GobyMOOSAppConfig_Initializer () |
GobyMOOSAppConfig_Initializer (const GobyMOOSAppConfig_Initializer &from) | |
GobyMOOSAppConfig_Initializer & | operator= (const GobyMOOSAppConfig_Initializer &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline ::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (GobyMOOSAppConfig_Initializer *other) |
GobyMOOSAppConfig_Initializer * | New () const final |
GobyMOOSAppConfig_Initializer * | 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 GobyMOOSAppConfig_Initializer &from) |
void | MergeFrom (const GobyMOOSAppConfig_Initializer &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_moos_var () const |
void | clear_moos_var () |
const ::std::string & | moos_var () const |
void | set_moos_var (const ::std::string &value) |
void | set_moos_var (const char *value) |
void | set_moos_var (const char *value, size_t size) |
::std::string * | mutable_moos_var () |
::std::string * | release_moos_var () |
void | set_allocated_moos_var (::std::string *moos_var) |
bool | has_global_cfg_var () const |
void | clear_global_cfg_var () |
const ::std::string & | global_cfg_var () const |
void | set_global_cfg_var (const ::std::string &value) |
void | set_global_cfg_var (const char *value) |
void | set_global_cfg_var (const char *value, size_t size) |
::std::string * | mutable_global_cfg_var () |
::std::string * | release_global_cfg_var () |
void | set_allocated_global_cfg_var (::std::string *global_cfg_var) |
bool | has_sval () const |
void | clear_sval () |
const ::std::string & | sval () const |
void | set_sval (const ::std::string &value) |
void | set_sval (const char *value) |
void | set_sval (const char *value, size_t size) |
::std::string * | mutable_sval () |
::std::string * | release_sval () |
void | set_allocated_sval (::std::string *sval) |
bool | has_dval () const |
void | clear_dval () |
double | dval () const |
void | set_dval (double value) |
bool | has_type () const |
void | clear_type () |
::goby::moos::protobuf::GobyMOOSAppConfig_Initializer_Type | type () const |
void | set_type (::goby::moos::protobuf::GobyMOOSAppConfig_Initializer_Type value) |
bool | has_trim () const |
void | clear_trim () |
bool | trim () const |
void | set_trim (bool 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 GobyMOOSAppConfig_Initializer & | default_instance () |
static void | InitAsDefaultInstance () |
static const GobyMOOSAppConfig_Initializer * | internal_default_instance () |
static bool | Type_IsValid (int value) |
static const ::google::protobuf::EnumDescriptor * | Type_descriptor () |
static const ::std::string & | Type_Name (Type value) |
static bool | Type_Parse (const ::std::string &name, Type *value) |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages |
static const Type | INI_DOUBLE |
static const Type | INI_STRING |
static const Type | Type_MIN |
static const Type | Type_MAX |
static const int | Type_ARRAYSIZE |
static const int | kMoosVarFieldNumber = 2 |
static const int | kGlobalCfgVarFieldNumber = 3 |
static const int | kSvalFieldNumber = 5 |
static const int | kDvalFieldNumber = 4 |
static const int | kTypeFieldNumber = 1 |
static const int | kTrimFieldNumber = 6 |
Friends | |
struct | ::protobuf_goby_2fmoos_2fprotobuf_2fgoby_5fmoos_5fapp_2eproto::TableStruct |
void | swap (GobyMOOSAppConfig_Initializer &a, GobyMOOSAppConfig_Initializer &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 99 of file goby_moos_app.pb.h.
typedef GobyMOOSAppConfig_Initializer_Type goby::moos::protobuf::GobyMOOSAppConfig_Initializer::Type |
Definition at line 191 of file goby_moos_app.pb.h.
goby::moos::protobuf::GobyMOOSAppConfig_Initializer::GobyMOOSAppConfig_Initializer | ( | ) |
|
virtual |
goby::moos::protobuf::GobyMOOSAppConfig_Initializer::GobyMOOSAppConfig_Initializer | ( | const GobyMOOSAppConfig_Initializer & | from | ) |
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
inline |
Definition at line 808 of file goby_moos_app.pb.h.
|
inline |
Definition at line 742 of file goby_moos_app.pb.h.
|
inline |
Definition at line 676 of file goby_moos_app.pb.h.
|
inline |
Definition at line 832 of file goby_moos_app.pb.h.
|
inline |
Definition at line 898 of file goby_moos_app.pb.h.
|
inline |
Definition at line 651 of file goby_moos_app.pb.h.
|
final |
void goby::moos::protobuf::GobyMOOSAppConfig_Initializer::CopyFrom | ( | const GobyMOOSAppConfig_Initializer & | from | ) |
|
static |
|
static |
|
inline |
Definition at line 812 of file goby_moos_app.pb.h.
|
inlinefinalvirtual |
Implements google::protobuf::MessageLite.
Definition at line 171 of file goby_moos_app.pb.h.
|
finalvirtual |
Implements google::protobuf::Message.
|
inline |
Definition at line 746 of file goby_moos_app.pb.h.
|
inline |
Definition at line 799 of file goby_moos_app.pb.h.
|
inline |
Definition at line 733 of file goby_moos_app.pb.h.
|
inline |
Definition at line 667 of file goby_moos_app.pb.h.
|
inline |
Definition at line 823 of file goby_moos_app.pb.h.
|
inline |
Definition at line 889 of file goby_moos_app.pb.h.
|
inline |
Definition at line 642 of file goby_moos_app.pb.h.
|
static |
|
inlinestatic |
Definition at line 136 of file goby_moos_app.pb.h.
|
final |
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
final |
void goby::moos::protobuf::GobyMOOSAppConfig_Initializer::MergeFrom | ( | const GobyMOOSAppConfig_Initializer & | from | ) |
|
final |
|
inline |
Definition at line 680 of file goby_moos_app.pb.h.
|
inline |
Definition at line 775 of file goby_moos_app.pb.h.
|
inline |
Definition at line 709 of file goby_moos_app.pb.h.
|
inline |
Definition at line 865 of file goby_moos_app.pb.h.
|
inline |
Definition at line 128 of file goby_moos_app.pb.h.
|
inlinefinalvirtual |
Implements google::protobuf::Message.
Definition at line 150 of file goby_moos_app.pb.h.
|
inlinefinalvirtual |
Reimplemented from google::protobuf::Message.
Definition at line 154 of file goby_moos_app.pb.h.
|
inline |
Definition at line 106 of file goby_moos_app.pb.h.
|
inline |
Definition at line 780 of file goby_moos_app.pb.h.
|
inline |
Definition at line 714 of file goby_moos_app.pb.h.
|
inline |
Definition at line 870 of file goby_moos_app.pb.h.
|
final |
|
inline |
Definition at line 788 of file goby_moos_app.pb.h.
|
inline |
Definition at line 722 of file goby_moos_app.pb.h.
|
inline |
Definition at line 878 of file goby_moos_app.pb.h.
|
inline |
Definition at line 816 of file goby_moos_app.pb.h.
|
inline |
Definition at line 750 of file goby_moos_app.pb.h.
|
inline |
Definition at line 763 of file goby_moos_app.pb.h.
|
inline |
Definition at line 769 of file goby_moos_app.pb.h.
|
inline |
Definition at line 684 of file goby_moos_app.pb.h.
|
inline |
Definition at line 697 of file goby_moos_app.pb.h.
|
inline |
Definition at line 703 of file goby_moos_app.pb.h.
|
inline |
Definition at line 840 of file goby_moos_app.pb.h.
|
inline |
Definition at line 853 of file goby_moos_app.pb.h.
|
inline |
Definition at line 859 of file goby_moos_app.pb.h.
|
inline |
Definition at line 906 of file goby_moos_app.pb.h.
|
inline |
Definition at line 659 of file goby_moos_app.pb.h.
|
inline |
Definition at line 836 of file goby_moos_app.pb.h.
void goby::moos::protobuf::GobyMOOSAppConfig_Initializer::Swap | ( | GobyMOOSAppConfig_Initializer * | other | ) |
|
inline |
Definition at line 902 of file goby_moos_app.pb.h.
|
inline |
Definition at line 655 of file goby_moos_app.pb.h.
|
inlinestatic |
Definition at line 206 of file goby_moos_app.pb.h.
|
inlinestatic |
Definition at line 196 of file goby_moos_app.pb.h.
|
inlinestatic |
Definition at line 209 of file goby_moos_app.pb.h.
|
inlinestatic |
Definition at line 212 of file goby_moos_app.pb.h.
|
inline |
Definition at line 125 of file goby_moos_app.pb.h.
Definition at line 312 of file goby_moos_app.pb.h.
|
friend |
Definition at line 144 of file goby_moos_app.pb.h.
|
static |
Definition at line 192 of file goby_moos_app.pb.h.
|
static |
Definition at line 194 of file goby_moos_app.pb.h.
|
static |
Definition at line 267 of file goby_moos_app.pb.h.
|
static |
Definition at line 237 of file goby_moos_app.pb.h.
|
staticconstexpr |
Definition at line 140 of file goby_moos_app.pb.h.
|
static |
Definition at line 222 of file goby_moos_app.pb.h.
|
static |
Definition at line 252 of file goby_moos_app.pb.h.
|
static |
Definition at line 281 of file goby_moos_app.pb.h.
|
static |
Definition at line 274 of file goby_moos_app.pb.h.
|
static |
Definition at line 203 of file goby_moos_app.pb.h.
|
static |
Definition at line 201 of file goby_moos_app.pb.h.
|
static |
Definition at line 199 of file goby_moos_app.pb.h.