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

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

Inheritance diagram for jaiabot::protobuf::Echo:
Collaboration diagram for jaiabot::protobuf::Echo:

Public Types

enum  : int { kStartEchoFieldNumber = 1 , kStopEchoFieldNumber = 2 , kEchoStateFieldNumber = 3 }
 

Public Member Functions

 Echo ()
 
 ~Echo () override
 
PROTOBUF_CONSTEXPR Echo (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 Echo (const Echo &from)
 
 Echo (Echo &&from) noexcept
 
Echooperator= (const Echo &from)
 
Echooperator= (Echo &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (Echo *other)
 
void UnsafeArenaSwap (Echo *other)
 
EchoNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const Echo &from)
 
void MergeFrom (const Echo &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_start_echo () const
 
void clear_start_echo ()
 
bool start_echo () const
 
void set_start_echo (bool value)
 
bool has_stop_echo () const
 
void clear_stop_echo ()
 
bool stop_echo () const
 
void set_stop_echo (bool value)
 
bool has_echo_state () const
 
void clear_echo_state ()
 
::jaiabot::protobuf::EchoState echo_state () const
 
void set_echo_state (::jaiabot::protobuf::EchoState 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 Echodefault_instance ()
 
static const Echointernal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 Echo (::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_2fengineering_2eproto
 
void swap (Echo &a, Echo &b)
 

Detailed Description

Definition at line 1307 of file engineering.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kStartEchoFieldNumber 
kStopEchoFieldNumber 
kEchoStateFieldNumber 

Definition at line 1434 of file engineering.pb.h.

Constructor & Destructor Documentation

◆ Echo() [1/5]

jaiabot::protobuf::Echo::Echo ( )
inline

Definition at line 1310 of file engineering.pb.h.

◆ ~Echo()

jaiabot::protobuf::Echo::~Echo ( )
override

◆ Echo() [2/5]

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

◆ Echo() [3/5]

jaiabot::protobuf::Echo::Echo ( const Echo from)

◆ Echo() [4/5]

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

Definition at line 1315 of file engineering.pb.h.

◆ Echo() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ ByteSizeLong()

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

◆ Clear()

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

◆ clear_echo_state()

void jaiabot::protobuf::Echo::clear_echo_state ( )
inline

Definition at line 3111 of file engineering.pb.h.

◆ clear_start_echo()

void jaiabot::protobuf::Echo::clear_start_echo ( )
inline

Definition at line 3055 of file engineering.pb.h.

◆ clear_stop_echo()

void jaiabot::protobuf::Echo::clear_stop_echo ( )
inline

Definition at line 3083 of file engineering.pb.h.

◆ CopyFrom()

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

◆ default_instance()

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

Definition at line 1354 of file engineering.pb.h.

◆ descriptor()

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

Definition at line 1345 of file engineering.pb.h.

◆ echo_state()

jaiabot::protobuf::EchoState jaiabot::protobuf::Echo::echo_state ( ) const
inline

Definition at line 3118 of file engineering.pb.h.

◆ GetCachedSize()

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

Definition at line 1407 of file engineering.pb.h.

◆ GetClassData()

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

◆ GetDescriptor()

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

Definition at line 1348 of file engineering.pb.h.

◆ GetMetadata()

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

◆ GetReflection()

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

Definition at line 1351 of file engineering.pb.h.

◆ has_echo_state()

bool jaiabot::protobuf::Echo::has_echo_state ( ) const
inline

Definition at line 3108 of file engineering.pb.h.

◆ has_start_echo()

bool jaiabot::protobuf::Echo::has_start_echo ( ) const
inline

Definition at line 3052 of file engineering.pb.h.

◆ has_stop_echo()

bool jaiabot::protobuf::Echo::has_stop_echo ( ) const
inline

Definition at line 3080 of file engineering.pb.h.

◆ internal_default_instance()

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

Definition at line 1357 of file engineering.pb.h.

◆ IsInitialized()

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

◆ MergeFrom()

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

Definition at line 1394 of file engineering.pb.h.

◆ mutable_unknown_fields()

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

Definition at line 1341 of file engineering.pb.h.

◆ New()

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

Definition at line 1388 of file engineering.pb.h.

◆ operator=() [1/2]

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

Definition at line 1320 of file engineering.pb.h.

◆ operator=() [2/2]

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

Definition at line 1324 of file engineering.pb.h.

◆ set_echo_state()

void jaiabot::protobuf::Echo::set_echo_state ( ::jaiabot::protobuf::EchoState  value)
inline

Definition at line 3127 of file engineering.pb.h.

◆ set_start_echo()

void jaiabot::protobuf::Echo::set_start_echo ( bool  value)
inline

Definition at line 3070 of file engineering.pb.h.

◆ set_stop_echo()

void jaiabot::protobuf::Echo::set_stop_echo ( bool  value)
inline

Definition at line 3098 of file engineering.pb.h.

◆ start_echo()

bool jaiabot::protobuf::Echo::start_echo ( ) const
inline

Definition at line 3062 of file engineering.pb.h.

◆ stop_echo()

bool jaiabot::protobuf::Echo::stop_echo ( ) const
inline

Definition at line 3090 of file engineering.pb.h.

◆ Swap()

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

Definition at line 1367 of file engineering.pb.h.

◆ unknown_fields()

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

Definition at line 1338 of file engineering.pb.h.

◆ UnsafeArenaSwap()

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

Definition at line 1380 of file engineering.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 1482 of file engineering.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 1416 of file engineering.pb.h.

◆ ::TableStruct_jaiabot_2fmessages_2fengineering_2eproto

Definition at line 1493 of file engineering.pb.h.

◆ swap

void swap ( Echo a,
Echo b 
)
friend

Definition at line 1364 of file engineering.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData jaiabot::protobuf::Echo::_class_data_
static

Definition at line 1425 of file engineering.pb.h.

◆ _impl_

Impl_ jaiabot::protobuf::Echo::_impl_

Definition at line 1492 of file engineering.pb.h.

◆ kIndexInFileMessages

constexpr int jaiabot::protobuf::Echo::kIndexInFileMessages
staticconstexpr
Initial value:
=
5

Definition at line 1361 of file engineering.pb.h.


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