#include <jaiabot/messages/moos.pb.h>
Public Types | |
enum | ValueCase { kSvalue = 3, kDvalue = 4, kBvalue = 5, VALUE_NOT_SET = 0 } |
typedef MOOSMessage_Type | Type |
Public Member Functions | |
MOOSMessage () | |
virtual | ~MOOSMessage () |
MOOSMessage (const MOOSMessage &from) | |
MOOSMessage & | operator= (const MOOSMessage &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline ::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (MOOSMessage *other) |
MOOSMessage * | New () const final |
MOOSMessage * | 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 MOOSMessage &from) |
void | MergeFrom (const MOOSMessage &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_key () const |
void | clear_key () |
const ::std::string & | key () const |
void | set_key (const ::std::string &value) |
void | set_key (const char *value) |
void | set_key (const char *value, size_t size) |
::std::string * | mutable_key () |
::std::string * | release_key () |
void | set_allocated_key (::std::string *key) |
bool | has_source () const |
void | clear_source () |
const ::std::string & | source () const |
void | set_source (const ::std::string &value) |
void | set_source (const char *value) |
void | set_source (const char *value, size_t size) |
::std::string * | mutable_source () |
::std::string * | release_source () |
void | set_allocated_source (::std::string *source) |
bool | has_source_aux () const |
void | clear_source_aux () |
const ::std::string & | source_aux () const |
void | set_source_aux (const ::std::string &value) |
void | set_source_aux (const char *value) |
void | set_source_aux (const char *value, size_t size) |
::std::string * | mutable_source_aux () |
::std::string * | release_source_aux () |
void | set_allocated_source_aux (::std::string *source_aux) |
bool | has_community () const |
void | clear_community () |
const ::std::string & | community () const |
void | set_community (const ::std::string &value) |
void | set_community (const char *value) |
void | set_community (const char *value, size_t size) |
::std::string * | mutable_community () |
::std::string * | release_community () |
void | set_allocated_community (::std::string *community) |
bool | has_unixtime () const |
void | clear_unixtime () |
double | unixtime () const |
void | set_unixtime (double value) |
bool | has_id () const |
void | clear_id () |
::google::protobuf::int32 | id () const |
void | set_id (::google::protobuf::int32 value) |
bool | has_type () const |
void | clear_type () |
::jaiabot::protobuf::MOOSMessage_Type | type () const |
void | set_type (::jaiabot::protobuf::MOOSMessage_Type value) |
bool | has_svalue () const |
void | clear_svalue () |
const ::std::string & | svalue () const |
void | set_svalue (const ::std::string &value) |
void | set_svalue (const char *value) |
void | set_svalue (const char *value, size_t size) |
::std::string * | mutable_svalue () |
::std::string * | release_svalue () |
void | set_allocated_svalue (::std::string *svalue) |
bool | has_dvalue () const |
void | clear_dvalue () |
double | dvalue () const |
void | set_dvalue (double value) |
bool | has_bvalue () const |
void | clear_bvalue () |
const ::std::string & | bvalue () const |
void | set_bvalue (const ::std::string &value) |
void | set_bvalue (const char *value) |
void | set_bvalue (const void *value, size_t size) |
::std::string * | mutable_bvalue () |
::std::string * | release_bvalue () |
void | set_allocated_bvalue (::std::string *bvalue) |
void | clear_value () |
ValueCase | value_case () const |
Static Public Member Functions | |
static const ::google::protobuf::Descriptor * | descriptor () |
static const MOOSMessage & | default_instance () |
static void | InitAsDefaultInstance () |
static const MOOSMessage * | 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 | TYPE_DOUBLE |
static const Type | TYPE_STRING |
static const Type | TYPE_BINARY_STRING |
static const Type | Type_MIN |
static const Type | Type_MAX |
static const int | Type_ARRAYSIZE |
static const int | kKeyFieldNumber = 2 |
static const int | kSourceFieldNumber = 8 |
static const int | kSourceAuxFieldNumber = 9 |
static const int | kCommunityFieldNumber = 10 |
static const int | kUnixtimeFieldNumber = 6 |
static const int | kIdFieldNumber = 7 |
static const int | kTypeFieldNumber = 1 |
static const int | kSvalueFieldNumber = 3 |
static const int | kDvalueFieldNumber = 4 |
static const int | kBvalueFieldNumber = 5 |
Friends | |
struct | ::protobuf_jaiabot_2fmessages_2fmoos_2eproto::TableStruct |
void | swap (MOOSMessage &a, MOOSMessage &b) |
jaiabot::protobuf::MOOSMessage::MOOSMessage | ( | ) |
|
virtual |
jaiabot::protobuf::MOOSMessage::MOOSMessage | ( | const MOOSMessage & | from | ) |
|
inline |
|
final |
|
final |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
void jaiabot::protobuf::MOOSMessage::clear_value | ( | ) |
|
inline |
|
final |
void jaiabot::protobuf::MOOSMessage::CopyFrom | ( | const MOOSMessage & | from | ) |
|
static |
|
static |
|
inline |
|
inlinefinal |
|
final |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
static |
|
inlinestatic |
|
final |
|
final |
|
inline |
|
final |
void jaiabot::protobuf::MOOSMessage::MergeFrom | ( | const MOOSMessage & | from | ) |
|
final |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinefinal |
|
inlinefinal |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
final |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
void jaiabot::protobuf::MOOSMessage::Swap | ( | MOOSMessage * | other | ) |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
friend |
|
friend |
|
static |
|
static |
|
static |
|
static |
|
staticconstexpr |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |