JaiaBot 2.0.0
JaiaBot micro-AUV software
 
Loading...
Searching...
No Matches
jaiabot::protobuf::EchoCommand Class Referencefinal

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

Inheritance diagram for jaiabot::protobuf::EchoCommand:
Collaboration diagram for jaiabot::protobuf::EchoCommand:

Public Types

enum  : int { kTypeFieldNumber = 1 }
 
typedef EchoCommand_EchoCommandType EchoCommandType
 

Public Member Functions

 EchoCommand ()
 
 ~EchoCommand () override
 
PROTOBUF_CONSTEXPR EchoCommand (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 EchoCommand (const EchoCommand &from)
 
 EchoCommand (EchoCommand &&from) noexcept
 
EchoCommandoperator= (const EchoCommand &from)
 
EchoCommandoperator= (EchoCommand &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (EchoCommand *other)
 
void UnsafeArenaSwap (EchoCommand *other)
 
EchoCommandNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const EchoCommand &from)
 
void MergeFrom (const EchoCommand &from)
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
bool IsInitialized () const final
 
size_t ByteSizeLong () const final
 
const char * _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
 
uint8_t * _InternalSerialize (uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
 
int GetCachedSize () const final
 
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
bool has_type () const
 
void clear_type ()
 
::jaiabot::protobuf::EchoCommand_EchoCommandType type () const
 
void set_type (::jaiabot::protobuf::EchoCommand_EchoCommandType value)
 

Static Public Member Functions

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static const EchoCommanddefault_instance ()
 
static const EchoCommandinternal_default_instance ()
 
static bool EchoCommandType_IsValid (int value)
 
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * EchoCommandType_descriptor ()
 
template<typename T >
static const std::string & EchoCommandType_Name (T enum_t_value)
 
static bool EchoCommandType_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, EchoCommandType *value)
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 
static constexpr EchoCommandType CMD_START
 
static constexpr EchoCommandType CMD_STOP
 
static constexpr EchoCommandType CMD_STORAGE
 
static constexpr EchoCommandType CMD_ACK
 
static constexpr EchoCommandType CMD_STATUS
 
static constexpr EchoCommandType CMD_CH
 
static constexpr EchoCommandType CMD_FREQ
 
static constexpr EchoCommandType CMD_TIME
 
static constexpr EchoCommandType CMD_VER
 
static constexpr EchoCommandType CMD_HELP
 
static constexpr EchoCommandType EchoCommandType_MIN
 
static constexpr EchoCommandType EchoCommandType_MAX
 
static constexpr int EchoCommandType_ARRAYSIZE
 

Protected Member Functions

 EchoCommand (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
 

Friends

class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
 
template<typename T >
class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
 
struct ::TableStruct_jaiabot_2fmessages_2fecho_2eproto
 
void swap (EchoCommand &a, EchoCommand &b)
 

Detailed Description

Definition at line 161 of file echo.pb.h.

Member Typedef Documentation

◆ EchoCommandType

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kTypeFieldNumber 

Definition at line 334 of file echo.pb.h.

Constructor & Destructor Documentation

◆ EchoCommand() [1/5]

jaiabot::protobuf::EchoCommand::EchoCommand ( )
inline

Definition at line 164 of file echo.pb.h.

◆ ~EchoCommand()

jaiabot::protobuf::EchoCommand::~EchoCommand ( )
override

◆ EchoCommand() [2/5]

PROTOBUF_CONSTEXPR jaiabot::protobuf::EchoCommand::EchoCommand ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ EchoCommand() [3/5]

jaiabot::protobuf::EchoCommand::EchoCommand ( const EchoCommand from)

◆ EchoCommand() [4/5]

jaiabot::protobuf::EchoCommand::EchoCommand ( EchoCommand &&  from)
inlinenoexcept

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

◆ EchoCommand() [5/5]

jaiabot::protobuf::EchoCommand::EchoCommand ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena,
bool  is_message_owned = false 
)
explicitprotected

Member Function Documentation

◆ _InternalParse()

const char * jaiabot::protobuf::EchoCommand::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalSerialize()

uint8_t * jaiabot::protobuf::EchoCommand::_InternalSerialize ( uint8_t *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ ByteSizeLong()

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

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void jaiabot::protobuf::EchoCommand::Clear ( )
final

◆ clear_type()

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

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

◆ CopyFrom()

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

◆ default_instance()

static const EchoCommand & jaiabot::protobuf::EchoCommand::default_instance ( )
inlinestatic

Definition at line 208 of file echo.pb.h.

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * jaiabot::protobuf::EchoCommand::descriptor ( )
inlinestatic

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

◆ EchoCommandType_descriptor()

static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * jaiabot::protobuf::EchoCommand::EchoCommandType_descriptor ( )
inlinestatic

Definition at line 317 of file echo.pb.h.

◆ EchoCommandType_IsValid()

static bool jaiabot::protobuf::EchoCommand::EchoCommandType_IsValid ( int  value)
inlinestatic

Definition at line 307 of file echo.pb.h.

◆ EchoCommandType_Name()

template<typename T >
static const std::string & jaiabot::protobuf::EchoCommand::EchoCommandType_Name ( enum_t_value)
inlinestatic

Definition at line 321 of file echo.pb.h.

◆ EchoCommandType_Parse()

static bool jaiabot::protobuf::EchoCommand::EchoCommandType_Parse ( ::PROTOBUF_NAMESPACE_ID::ConstStringParam  name,
EchoCommandType value 
)
inlinestatic

Definition at line 327 of file echo.pb.h.

◆ GetCachedSize()

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

Definition at line 261 of file echo.pb.h.

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * jaiabot::protobuf::EchoCommand::GetClassData ( ) const
final

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * jaiabot::protobuf::EchoCommand::GetDescriptor ( )
inlinestatic

Definition at line 202 of file echo.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata jaiabot::protobuf::EchoCommand::GetMetadata ( ) const
final

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection * jaiabot::protobuf::EchoCommand::GetReflection ( )
inlinestatic

Definition at line 205 of file echo.pb.h.

◆ has_type()

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

Definition at line 733 of file echo.pb.h.

◆ internal_default_instance()

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

Definition at line 211 of file echo.pb.h.

◆ IsInitialized()

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

◆ MergeFrom()

void jaiabot::protobuf::EchoCommand::MergeFrom ( const EchoCommand from)
inline

Definition at line 248 of file echo.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * jaiabot::protobuf::EchoCommand::mutable_unknown_fields ( )
inline

Definition at line 195 of file echo.pb.h.

◆ New()

EchoCommand * jaiabot::protobuf::EchoCommand::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

Definition at line 242 of file echo.pb.h.

◆ operator=() [1/2]

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

Definition at line 174 of file echo.pb.h.

◆ operator=() [2/2]

EchoCommand & jaiabot::protobuf::EchoCommand::operator= ( EchoCommand &&  from)
inlinenoexcept

Definition at line 178 of file echo.pb.h.

◆ set_type()

void jaiabot::protobuf::EchoCommand::set_type ( ::jaiabot::protobuf::EchoCommand_EchoCommandType  value)
inline

Definition at line 752 of file echo.pb.h.

◆ Swap()

void jaiabot::protobuf::EchoCommand::Swap ( EchoCommand other)
inline

Definition at line 221 of file echo.pb.h.

◆ type()

jaiabot::protobuf::EchoCommand_EchoCommandType jaiabot::protobuf::EchoCommand::type ( ) const
inline

Definition at line 743 of file echo.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & jaiabot::protobuf::EchoCommand::unknown_fields ( ) const
inline

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

◆ UnsafeArenaSwap()

void jaiabot::protobuf::EchoCommand::UnsafeArenaSwap ( EchoCommand other)
inline

Definition at line 234 of file echo.pb.h.

Friends And Related Symbol Documentation

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

template<typename T >
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
friend

Definition at line 354 of file echo.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
friend

Definition at line 270 of file echo.pb.h.

◆ ::TableStruct_jaiabot_2fmessages_2fecho_2eproto

Definition at line 363 of file echo.pb.h.

◆ swap

void swap ( EchoCommand a,
EchoCommand b 
)
friend

Definition at line 218 of file echo.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData jaiabot::protobuf::EchoCommand::_class_data_
static

Definition at line 279 of file echo.pb.h.

◆ _impl_

Impl_ jaiabot::protobuf::EchoCommand::_impl_

Definition at line 362 of file echo.pb.h.

◆ CMD_ACK

constexpr EchoCommandType jaiabot::protobuf::EchoCommand::CMD_ACK
staticconstexpr
Initial value:

Definition at line 293 of file echo.pb.h.

◆ CMD_CH

constexpr EchoCommandType jaiabot::protobuf::EchoCommand::CMD_CH
staticconstexpr
Initial value:

Definition at line 297 of file echo.pb.h.

◆ CMD_FREQ

constexpr EchoCommandType jaiabot::protobuf::EchoCommand::CMD_FREQ
staticconstexpr
Initial value:

Definition at line 299 of file echo.pb.h.

◆ CMD_HELP

constexpr EchoCommandType jaiabot::protobuf::EchoCommand::CMD_HELP
staticconstexpr
Initial value:

Definition at line 305 of file echo.pb.h.

◆ CMD_START

constexpr EchoCommandType jaiabot::protobuf::EchoCommand::CMD_START
staticconstexpr
Initial value:

Definition at line 287 of file echo.pb.h.

◆ CMD_STATUS

constexpr EchoCommandType jaiabot::protobuf::EchoCommand::CMD_STATUS
staticconstexpr
Initial value:

Definition at line 295 of file echo.pb.h.

◆ CMD_STOP

constexpr EchoCommandType jaiabot::protobuf::EchoCommand::CMD_STOP
staticconstexpr
Initial value:

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

◆ CMD_STORAGE

constexpr EchoCommandType jaiabot::protobuf::EchoCommand::CMD_STORAGE
staticconstexpr
Initial value:

Definition at line 291 of file echo.pb.h.

◆ CMD_TIME

constexpr EchoCommandType jaiabot::protobuf::EchoCommand::CMD_TIME
staticconstexpr
Initial value:

Definition at line 301 of file echo.pb.h.

◆ CMD_VER

constexpr EchoCommandType jaiabot::protobuf::EchoCommand::CMD_VER
staticconstexpr
Initial value:

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

◆ EchoCommandType_ARRAYSIZE

constexpr int jaiabot::protobuf::EchoCommand::EchoCommandType_ARRAYSIZE
staticconstexpr
Initial value:

Definition at line 314 of file echo.pb.h.

◆ EchoCommandType_MAX

constexpr EchoCommandType jaiabot::protobuf::EchoCommand::EchoCommandType_MAX
staticconstexpr
Initial value:
=
constexpr EchoCommand_EchoCommandType EchoCommand_EchoCommandType_EchoCommandType_MAX
Definition echo.pb.h:87

Definition at line 312 of file echo.pb.h.

◆ EchoCommandType_MIN

constexpr EchoCommandType jaiabot::protobuf::EchoCommand::EchoCommandType_MIN
staticconstexpr
Initial value:
=
constexpr EchoCommand_EchoCommandType EchoCommand_EchoCommandType_EchoCommandType_MIN
Definition echo.pb.h:86

Definition at line 310 of file echo.pb.h.

◆ kIndexInFileMessages

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

Definition at line 215 of file echo.pb.h.


The documentation for this class was generated from the following file: