JaiaBot  1.19.0
JaiaBot micro-AUV software
jaiabot::protobuf::MOOSMessage Class Reference

#include <jaiabot/messages/moos.pb.h>

Inheritance diagram for jaiabot::protobuf::MOOSMessage:
Collaboration diagram for jaiabot::protobuf::MOOSMessage:

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)
 
MOOSMessageoperator= (const MOOSMessage &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (MOOSMessage *other)
 
MOOSMessageNew () const final
 
MOOSMessageNew (::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 MOOSMessagedefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const MOOSMessageinternal_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)
 

Detailed Description

Definition at line 90 of file moos.pb.h.

Member Typedef Documentation

◆ Type

Member Enumeration Documentation

◆ ValueCase

Enumerator
kSvalue 
kDvalue 
kBvalue 
VALUE_NOT_SET 

Definition at line 126 of file moos.pb.h.

Constructor & Destructor Documentation

◆ MOOSMessage() [1/2]

jaiabot::protobuf::MOOSMessage::MOOSMessage ( )

◆ ~MOOSMessage()

virtual jaiabot::protobuf::MOOSMessage::~MOOSMessage ( )
virtual

◆ MOOSMessage() [2/2]

jaiabot::protobuf::MOOSMessage::MOOSMessage ( const MOOSMessage from)

Member Function Documentation

◆ bvalue()

const ::std::string & jaiabot::protobuf::MOOSMessage::bvalue ( ) const
inline

Definition at line 622 of file moos.pb.h.

◆ ByteSizeLong()

size_t jaiabot::protobuf::MOOSMessage::ByteSizeLong ( ) const
final

◆ Clear()

void jaiabot::protobuf::MOOSMessage::Clear ( )
final

◆ clear_bvalue()

void jaiabot::protobuf::MOOSMessage::clear_bvalue ( )
inline

Definition at line 616 of file moos.pb.h.

◆ clear_community()

void jaiabot::protobuf::MOOSMessage::clear_community ( )
inline

Definition at line 892 of file moos.pb.h.

◆ clear_dvalue()

void jaiabot::protobuf::MOOSMessage::clear_dvalue ( )
inline

Definition at line 587 of file moos.pb.h.

◆ clear_id()

void jaiabot::protobuf::MOOSMessage::clear_id ( )
inline

Definition at line 736 of file moos.pb.h.

◆ clear_key()

void jaiabot::protobuf::MOOSMessage::clear_key ( )
inline

Definition at line 431 of file moos.pb.h.

◆ clear_source()

void jaiabot::protobuf::MOOSMessage::clear_source ( )
inline

Definition at line 760 of file moos.pb.h.

◆ clear_source_aux()

void jaiabot::protobuf::MOOSMessage::clear_source_aux ( )
inline

Definition at line 826 of file moos.pb.h.

◆ clear_svalue()

void jaiabot::protobuf::MOOSMessage::clear_svalue ( )
inline

Definition at line 494 of file moos.pb.h.

◆ clear_type()

void jaiabot::protobuf::MOOSMessage::clear_type ( )
inline

Definition at line 406 of file moos.pb.h.

◆ clear_unixtime()

void jaiabot::protobuf::MOOSMessage::clear_unixtime ( )
inline

Definition at line 712 of file moos.pb.h.

◆ clear_value()

void jaiabot::protobuf::MOOSMessage::clear_value ( )

◆ community()

const ::std::string & jaiabot::protobuf::MOOSMessage::community ( ) const
inline

Definition at line 896 of file moos.pb.h.

◆ CopyFrom() [1/2]

void jaiabot::protobuf::MOOSMessage::CopyFrom ( const ::google::protobuf::Message &  from)
final

◆ CopyFrom() [2/2]

void jaiabot::protobuf::MOOSMessage::CopyFrom ( const MOOSMessage from)

◆ default_instance()

static const MOOSMessage& jaiabot::protobuf::MOOSMessage::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor* jaiabot::protobuf::MOOSMessage::descriptor ( )
static

◆ dvalue()

double jaiabot::protobuf::MOOSMessage::dvalue ( ) const
inline

Definition at line 593 of file moos.pb.h.

◆ GetCachedSize()

int jaiabot::protobuf::MOOSMessage::GetCachedSize ( ) const
inlinefinal

Definition at line 169 of file moos.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata jaiabot::protobuf::MOOSMessage::GetMetadata ( ) const
final

◆ has_bvalue()

bool jaiabot::protobuf::MOOSMessage::has_bvalue ( ) const
inline

Definition at line 610 of file moos.pb.h.

◆ has_community()

bool jaiabot::protobuf::MOOSMessage::has_community ( ) const
inline

Definition at line 883 of file moos.pb.h.

◆ has_dvalue()

bool jaiabot::protobuf::MOOSMessage::has_dvalue ( ) const
inline

Definition at line 581 of file moos.pb.h.

◆ has_id()

bool jaiabot::protobuf::MOOSMessage::has_id ( ) const
inline

Definition at line 727 of file moos.pb.h.

◆ has_key()

bool jaiabot::protobuf::MOOSMessage::has_key ( ) const
inline

Definition at line 422 of file moos.pb.h.

◆ has_source()

bool jaiabot::protobuf::MOOSMessage::has_source ( ) const
inline

Definition at line 751 of file moos.pb.h.

◆ has_source_aux()

bool jaiabot::protobuf::MOOSMessage::has_source_aux ( ) const
inline

Definition at line 817 of file moos.pb.h.

◆ has_svalue()

bool jaiabot::protobuf::MOOSMessage::has_svalue ( ) const
inline

Definition at line 488 of file moos.pb.h.

◆ has_type()

bool jaiabot::protobuf::MOOSMessage::has_type ( ) const
inline

Definition at line 397 of file moos.pb.h.

◆ has_unixtime()

bool jaiabot::protobuf::MOOSMessage::has_unixtime ( ) const
inline

Definition at line 703 of file moos.pb.h.

◆ id()

google::protobuf::int32 jaiabot::protobuf::MOOSMessage::id ( ) const
inline

Definition at line 740 of file moos.pb.h.

◆ InitAsDefaultInstance()

static void jaiabot::protobuf::MOOSMessage::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

static const MOOSMessage* jaiabot::protobuf::MOOSMessage::internal_default_instance ( )
inlinestatic

Definition at line 134 of file moos.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* jaiabot::protobuf::MOOSMessage::InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  target 
) const
final

◆ IsInitialized()

bool jaiabot::protobuf::MOOSMessage::IsInitialized ( ) const
final

◆ key()

const ::std::string & jaiabot::protobuf::MOOSMessage::key ( ) const
inline

Definition at line 435 of file moos.pb.h.

◆ MergeFrom() [1/2]

void jaiabot::protobuf::MOOSMessage::MergeFrom ( const ::google::protobuf::Message &  from)
final

◆ MergeFrom() [2/2]

void jaiabot::protobuf::MOOSMessage::MergeFrom ( const MOOSMessage from)

◆ MergePartialFromCodedStream()

bool jaiabot::protobuf::MOOSMessage::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
final

◆ mutable_bvalue()

std::string * jaiabot::protobuf::MOOSMessage::mutable_bvalue ( )
inline

Definition at line 672 of file moos.pb.h.

◆ mutable_community()

std::string * jaiabot::protobuf::MOOSMessage::mutable_community ( )
inline

Definition at line 925 of file moos.pb.h.

◆ mutable_key()

std::string * jaiabot::protobuf::MOOSMessage::mutable_key ( )
inline

Definition at line 464 of file moos.pb.h.

◆ mutable_source()

std::string * jaiabot::protobuf::MOOSMessage::mutable_source ( )
inline

Definition at line 793 of file moos.pb.h.

◆ mutable_source_aux()

std::string * jaiabot::protobuf::MOOSMessage::mutable_source_aux ( )
inline

Definition at line 859 of file moos.pb.h.

◆ mutable_svalue()

std::string * jaiabot::protobuf::MOOSMessage::mutable_svalue ( )
inline

Definition at line 550 of file moos.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet* jaiabot::protobuf::MOOSMessage::mutable_unknown_fields ( )
inline

Definition at line 119 of file moos.pb.h.

◆ New() [1/2]

MOOSMessage* jaiabot::protobuf::MOOSMessage::New ( ) const
inlinefinal

Definition at line 148 of file moos.pb.h.

◆ New() [2/2]

MOOSMessage* jaiabot::protobuf::MOOSMessage::New ( ::google::protobuf::Arena *  arena) const
inlinefinal

Definition at line 152 of file moos.pb.h.

◆ operator=()

MOOSMessage& jaiabot::protobuf::MOOSMessage::operator= ( const MOOSMessage from)
inline

Definition at line 97 of file moos.pb.h.

◆ release_bvalue()

std::string * jaiabot::protobuf::MOOSMessage::release_bvalue ( )
inline

Definition at line 681 of file moos.pb.h.

◆ release_community()

std::string * jaiabot::protobuf::MOOSMessage::release_community ( )
inline

Definition at line 930 of file moos.pb.h.

◆ release_key()

std::string * jaiabot::protobuf::MOOSMessage::release_key ( )
inline

Definition at line 469 of file moos.pb.h.

◆ release_source()

std::string * jaiabot::protobuf::MOOSMessage::release_source ( )
inline

Definition at line 798 of file moos.pb.h.

◆ release_source_aux()

std::string * jaiabot::protobuf::MOOSMessage::release_source_aux ( )
inline

Definition at line 864 of file moos.pb.h.

◆ release_svalue()

std::string * jaiabot::protobuf::MOOSMessage::release_svalue ( )
inline

Definition at line 559 of file moos.pb.h.

◆ SerializeWithCachedSizes()

void jaiabot::protobuf::MOOSMessage::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
final

◆ set_allocated_bvalue()

void jaiabot::protobuf::MOOSMessage::set_allocated_bvalue ( ::std::string *  bvalue)
inline

Definition at line 690 of file moos.pb.h.

◆ set_allocated_community()

void jaiabot::protobuf::MOOSMessage::set_allocated_community ( ::std::string *  community)
inline

Definition at line 938 of file moos.pb.h.

◆ set_allocated_key()

void jaiabot::protobuf::MOOSMessage::set_allocated_key ( ::std::string *  key)
inline

Definition at line 477 of file moos.pb.h.

◆ set_allocated_source()

void jaiabot::protobuf::MOOSMessage::set_allocated_source ( ::std::string *  source)
inline

Definition at line 806 of file moos.pb.h.

◆ set_allocated_source_aux()

void jaiabot::protobuf::MOOSMessage::set_allocated_source_aux ( ::std::string *  source_aux)
inline

Definition at line 872 of file moos.pb.h.

◆ set_allocated_svalue()

void jaiabot::protobuf::MOOSMessage::set_allocated_svalue ( ::std::string *  svalue)
inline

Definition at line 568 of file moos.pb.h.

◆ set_bvalue() [1/3]

void jaiabot::protobuf::MOOSMessage::set_bvalue ( const ::std::string &  value)
inline

Definition at line 629 of file moos.pb.h.

◆ set_bvalue() [2/3]

void jaiabot::protobuf::MOOSMessage::set_bvalue ( const char *  value)
inline

Definition at line 651 of file moos.pb.h.

◆ set_bvalue() [3/3]

void jaiabot::protobuf::MOOSMessage::set_bvalue ( const void *  value,
size_t  size 
)
inline

Definition at line 662 of file moos.pb.h.

◆ set_community() [1/3]

void jaiabot::protobuf::MOOSMessage::set_community ( const ::std::string &  value)
inline

Definition at line 900 of file moos.pb.h.

◆ set_community() [2/3]

void jaiabot::protobuf::MOOSMessage::set_community ( const char *  value)
inline

Definition at line 913 of file moos.pb.h.

◆ set_community() [3/3]

void jaiabot::protobuf::MOOSMessage::set_community ( const char *  value,
size_t  size 
)
inline

Definition at line 919 of file moos.pb.h.

◆ set_dvalue()

void jaiabot::protobuf::MOOSMessage::set_dvalue ( double  value)
inline

Definition at line 600 of file moos.pb.h.

◆ set_id()

void jaiabot::protobuf::MOOSMessage::set_id ( ::google::protobuf::int32  value)
inline

Definition at line 744 of file moos.pb.h.

◆ set_key() [1/3]

void jaiabot::protobuf::MOOSMessage::set_key ( const ::std::string &  value)
inline

Definition at line 439 of file moos.pb.h.

◆ set_key() [2/3]

void jaiabot::protobuf::MOOSMessage::set_key ( const char *  value)
inline

Definition at line 452 of file moos.pb.h.

◆ set_key() [3/3]

void jaiabot::protobuf::MOOSMessage::set_key ( const char *  value,
size_t  size 
)
inline

Definition at line 458 of file moos.pb.h.

◆ set_source() [1/3]

void jaiabot::protobuf::MOOSMessage::set_source ( const ::std::string &  value)
inline

Definition at line 768 of file moos.pb.h.

◆ set_source() [2/3]

void jaiabot::protobuf::MOOSMessage::set_source ( const char *  value)
inline

Definition at line 781 of file moos.pb.h.

◆ set_source() [3/3]

void jaiabot::protobuf::MOOSMessage::set_source ( const char *  value,
size_t  size 
)
inline

Definition at line 787 of file moos.pb.h.

◆ set_source_aux() [1/3]

void jaiabot::protobuf::MOOSMessage::set_source_aux ( const ::std::string &  value)
inline

Definition at line 834 of file moos.pb.h.

◆ set_source_aux() [2/3]

void jaiabot::protobuf::MOOSMessage::set_source_aux ( const char *  value)
inline

Definition at line 847 of file moos.pb.h.

◆ set_source_aux() [3/3]

void jaiabot::protobuf::MOOSMessage::set_source_aux ( const char *  value,
size_t  size 
)
inline

Definition at line 853 of file moos.pb.h.

◆ set_svalue() [1/3]

void jaiabot::protobuf::MOOSMessage::set_svalue ( const ::std::string &  value)
inline

Definition at line 507 of file moos.pb.h.

◆ set_svalue() [2/3]

void jaiabot::protobuf::MOOSMessage::set_svalue ( const char *  value)
inline

Definition at line 529 of file moos.pb.h.

◆ set_svalue() [3/3]

void jaiabot::protobuf::MOOSMessage::set_svalue ( const char *  value,
size_t  size 
)
inline

Definition at line 540 of file moos.pb.h.

◆ set_type()

void jaiabot::protobuf::MOOSMessage::set_type ( ::jaiabot::protobuf::MOOSMessage_Type  value)
inline

Definition at line 414 of file moos.pb.h.

◆ set_unixtime()

void jaiabot::protobuf::MOOSMessage::set_unixtime ( double  value)
inline

Definition at line 720 of file moos.pb.h.

◆ source()

const ::std::string & jaiabot::protobuf::MOOSMessage::source ( ) const
inline

Definition at line 764 of file moos.pb.h.

◆ source_aux()

const ::std::string & jaiabot::protobuf::MOOSMessage::source_aux ( ) const
inline

Definition at line 830 of file moos.pb.h.

◆ svalue()

const ::std::string & jaiabot::protobuf::MOOSMessage::svalue ( ) const
inline

Definition at line 500 of file moos.pb.h.

◆ Swap()

void jaiabot::protobuf::MOOSMessage::Swap ( MOOSMessage other)

◆ type()

jaiabot::protobuf::MOOSMessage_Type jaiabot::protobuf::MOOSMessage::type ( ) const
inline

Definition at line 410 of file moos.pb.h.

◆ Type_descriptor()

static const ::google::protobuf::EnumDescriptor* jaiabot::protobuf::MOOSMessage::Type_descriptor ( )
inlinestatic

Definition at line 206 of file moos.pb.h.

◆ Type_IsValid()

static bool jaiabot::protobuf::MOOSMessage::Type_IsValid ( int  value)
inlinestatic

Definition at line 196 of file moos.pb.h.

◆ Type_Name()

static const ::std::string& jaiabot::protobuf::MOOSMessage::Type_Name ( Type  value)
inlinestatic

Definition at line 209 of file moos.pb.h.

◆ Type_Parse()

static bool jaiabot::protobuf::MOOSMessage::Type_Parse ( const ::std::string &  name,
Type value 
)
inlinestatic

Definition at line 212 of file moos.pb.h.

◆ unixtime()

double jaiabot::protobuf::MOOSMessage::unixtime ( ) const
inline

Definition at line 716 of file moos.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet& jaiabot::protobuf::MOOSMessage::unknown_fields ( ) const
inline

Definition at line 116 of file moos.pb.h.

◆ value_case()

MOOSMessage::ValueCase jaiabot::protobuf::MOOSMessage::value_case ( ) const
inline

Definition at line 954 of file moos.pb.h.

Friends And Related Function Documentation

◆ ::protobuf_jaiabot_2fmessages_2fmoos_2eproto::TableStruct

Definition at line 383 of file moos.pb.h.

◆ swap

void swap ( MOOSMessage a,
MOOSMessage b 
)
friend

Definition at line 142 of file moos.pb.h.

Member Data Documentation

◆ kBvalueFieldNumber

const int jaiabot::protobuf::MOOSMessage::kBvalueFieldNumber = 5
static

Definition at line 325 of file moos.pb.h.

◆ kCommunityFieldNumber

const int jaiabot::protobuf::MOOSMessage::kCommunityFieldNumber = 10
static

Definition at line 267 of file moos.pb.h.

◆ kDvalueFieldNumber

const int jaiabot::protobuf::MOOSMessage::kDvalueFieldNumber = 4
static

Definition at line 318 of file moos.pb.h.

◆ kIdFieldNumber

const int jaiabot::protobuf::MOOSMessage::kIdFieldNumber = 7
static

Definition at line 289 of file moos.pb.h.

◆ kIndexInFileMessages

constexpr int jaiabot::protobuf::MOOSMessage::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 138 of file moos.pb.h.

◆ kKeyFieldNumber

const int jaiabot::protobuf::MOOSMessage::kKeyFieldNumber = 2
static

Definition at line 222 of file moos.pb.h.

◆ kSourceAuxFieldNumber

const int jaiabot::protobuf::MOOSMessage::kSourceAuxFieldNumber = 9
static

Definition at line 252 of file moos.pb.h.

◆ kSourceFieldNumber

const int jaiabot::protobuf::MOOSMessage::kSourceFieldNumber = 8
static

Definition at line 237 of file moos.pb.h.

◆ kSvalueFieldNumber

const int jaiabot::protobuf::MOOSMessage::kSvalueFieldNumber = 3
static

Definition at line 303 of file moos.pb.h.

◆ kTypeFieldNumber

const int jaiabot::protobuf::MOOSMessage::kTypeFieldNumber = 1
static

Definition at line 296 of file moos.pb.h.

◆ kUnixtimeFieldNumber

const int jaiabot::protobuf::MOOSMessage::kUnixtimeFieldNumber = 6
static

Definition at line 282 of file moos.pb.h.

◆ Type_ARRAYSIZE

const int jaiabot::protobuf::MOOSMessage::Type_ARRAYSIZE
static
Initial value:

Definition at line 203 of file moos.pb.h.

◆ TYPE_BINARY_STRING

const Type jaiabot::protobuf::MOOSMessage::TYPE_BINARY_STRING
static
Initial value:

Definition at line 194 of file moos.pb.h.

◆ TYPE_DOUBLE

const Type jaiabot::protobuf::MOOSMessage::TYPE_DOUBLE
static
Initial value:

Definition at line 190 of file moos.pb.h.

◆ Type_MAX

const Type jaiabot::protobuf::MOOSMessage::Type_MAX
static
Initial value:

Definition at line 201 of file moos.pb.h.

◆ Type_MIN

const Type jaiabot::protobuf::MOOSMessage::Type_MIN
static
Initial value:

Definition at line 199 of file moos.pb.h.

◆ TYPE_STRING

const Type jaiabot::protobuf::MOOSMessage::TYPE_STRING
static
Initial value:

Definition at line 192 of file moos.pb.h.


The documentation for this class was generated from the following file:
jaiabot::protobuf::MOOSMessage_Type_Type_ARRAYSIZE
const int MOOSMessage_Type_Type_ARRAYSIZE
Definition: moos.pb.h:76
jaiabot::protobuf::MOOSMessage_Type_TYPE_STRING
@ MOOSMessage_Type_TYPE_STRING
Definition: moos.pb.h:70
jaiabot::protobuf::MOOSMessage_Type_Type_MAX
const MOOSMessage_Type MOOSMessage_Type_Type_MAX
Definition: moos.pb.h:75
jaiabot::protobuf::MOOSMessage_Type_TYPE_DOUBLE
@ MOOSMessage_Type_TYPE_DOUBLE
Definition: moos.pb.h:69
jaiabot::protobuf::MOOSMessage_Type_Type_MIN
const MOOSMessage_Type MOOSMessage_Type_Type_MIN
Definition: moos.pb.h:74
jaiabot::protobuf::MOOSMessage_Type_TYPE_BINARY_STRING
@ MOOSMessage_Type_TYPE_BINARY_STRING
Definition: moos.pb.h:71