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

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

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

Public Member Functions

 Echo ()
 
virtual ~Echo ()
 
 Echo (const Echo &from)
 
Echooperator= (const Echo &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (Echo *other)
 
EchoNew () const final
 
EchoNew (::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 Echo &from)
 
void MergeFrom (const Echo &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_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 ::google::protobuf::Descriptor * descriptor ()
 
static const Echodefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const Echointernal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kStartEchoFieldNumber = 1
 
static const int kStopEchoFieldNumber = 2
 
static const int kEchoStateFieldNumber = 3
 

Friends

struct ::protobuf_jaiabot_2fmessages_2fengineering_2eproto::TableStruct
 
void swap (Echo &a, Echo &b)
 

Detailed Description

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

Constructor & Destructor Documentation

◆ Echo() [1/2]

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

◆ ~Echo()

virtual jaiabot::protobuf::Echo::~Echo ( )
virtual

◆ Echo() [2/2]

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

Member Function Documentation

◆ ByteSizeLong()

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

◆ Clear()

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

◆ clear_echo_state()

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

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

◆ clear_start_echo()

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

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

◆ clear_stop_echo()

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

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

◆ CopyFrom() [1/2]

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

◆ CopyFrom() [2/2]

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

◆ default_instance()

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

◆ descriptor()

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

◆ echo_state()

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

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ has_echo_state()

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

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

◆ has_start_echo()

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

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

◆ has_stop_echo()

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

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

◆ InitAsDefaultInstance()

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

◆ internal_default_instance()

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

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

◆ InternalSerializeWithCachedSizesToArray()

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

◆ IsInitialized()

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

◆ MergeFrom() [1/2]

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

◆ MergeFrom() [2/2]

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

◆ MergePartialFromCodedStream()

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

◆ mutable_unknown_fields()

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

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

◆ New() [1/2]

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

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

◆ New() [2/2]

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

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

◆ operator=()

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

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

◆ SerializeWithCachedSizes()

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

◆ set_echo_state()

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

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

◆ set_start_echo()

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

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

◆ set_stop_echo()

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

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

◆ start_echo()

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

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

◆ stop_echo()

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

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

◆ Swap()

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

◆ unknown_fields()

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

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

Friends And Related Function Documentation

◆ ::protobuf_jaiabot_2fmessages_2fengineering_2eproto::TableStruct

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

◆ swap

void swap ( Echo a,
Echo b 
)
friend

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

Member Data Documentation

◆ kEchoStateFieldNumber

const int jaiabot::protobuf::Echo::kEchoStateFieldNumber = 3
static

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

◆ kIndexInFileMessages

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

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

◆ kStartEchoFieldNumber

const int jaiabot::protobuf::Echo::kStartEchoFieldNumber = 1
static

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

◆ kStopEchoFieldNumber

const int jaiabot::protobuf::Echo::kStopEchoFieldNumber = 2
static

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


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