JaiaBot 2.6.0+14+g3cab9c46
JaiaBot micro-AUV software
 
Loading...
Searching...
No Matches
jaiabot::protobuf::CommandCommsResult Class Referencefinal

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

Inheritance diagram for jaiabot::protobuf::CommandCommsResult:
Collaboration diagram for jaiabot::protobuf::CommandCommsResult:

Public Types

enum  : int { kOrigCommandFieldNumber = 3 , kResultFieldNumber = 1 , kLinkFieldNumber = 2 }
 
typedef CommandCommsResult_CommsResult CommsResult
 

Public Member Functions

 CommandCommsResult ()
 
 ~CommandCommsResult () override
 
PROTOBUF_CONSTEXPR CommandCommsResult (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 CommandCommsResult (const CommandCommsResult &from)
 
 CommandCommsResult (CommandCommsResult &&from) noexcept
 
CommandCommsResultoperator= (const CommandCommsResult &from)
 
CommandCommsResultoperator= (CommandCommsResult &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (CommandCommsResult *other)
 
void UnsafeArenaSwap (CommandCommsResult *other)
 
CommandCommsResultNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const CommandCommsResult &from)
 
void MergeFrom (const CommandCommsResult &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_orig_command () const
 
void clear_orig_command ()
 
const ::jaiabot::protobuf::Commandorig_command () const
 
PROTOBUF_NODISCARD::jaiabot::protobuf::Command * release_orig_command ()
 
::jaiabot::protobuf::Commandmutable_orig_command ()
 
void set_allocated_orig_command (::jaiabot::protobuf::Command *orig_command)
 
void unsafe_arena_set_allocated_orig_command (::jaiabot::protobuf::Command *orig_command)
 
::jaiabot::protobuf::Commandunsafe_arena_release_orig_command ()
 
bool has_result () const
 
void clear_result ()
 
::jaiabot::protobuf::CommandCommsResult_CommsResult result () const
 
void set_result (::jaiabot::protobuf::CommandCommsResult_CommsResult value)
 
bool has_link () const
 
void clear_link ()
 
::jaiabot::protobuf::Link link () const
 
void set_link (::jaiabot::protobuf::Link 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 CommandCommsResultdefault_instance ()
 
static const CommandCommsResultinternal_default_instance ()
 
static bool CommsResult_IsValid (int value)
 
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * CommsResult_descriptor ()
 
template<typename T >
static const std::string & CommsResult_Name (T enum_t_value)
 
static bool CommsResult_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, CommsResult *value)
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 
static constexpr CommsResult SUCCESS
 
static constexpr CommsResult FAILURE
 
static constexpr CommsResult CommsResult_MIN
 
static constexpr CommsResult CommsResult_MAX
 
static constexpr int CommsResult_ARRAYSIZE
 

Protected Member Functions

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

Detailed Description

Definition at line 4692 of file jaia_dccl.pb.h.

Member Typedef Documentation

◆ CommsResult

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kOrigCommandFieldNumber 
kResultFieldNumber 
kLinkFieldNumber 

Definition at line 4849 of file jaia_dccl.pb.h.

Constructor & Destructor Documentation

◆ CommandCommsResult() [1/5]

jaiabot::protobuf::CommandCommsResult::CommandCommsResult ( )
inline

Definition at line 4695 of file jaia_dccl.pb.h.

◆ ~CommandCommsResult()

jaiabot::protobuf::CommandCommsResult::~CommandCommsResult ( )
override

◆ CommandCommsResult() [2/5]

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

◆ CommandCommsResult() [3/5]

jaiabot::protobuf::CommandCommsResult::CommandCommsResult ( const CommandCommsResult from)

◆ CommandCommsResult() [4/5]

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

Definition at line 4700 of file jaia_dccl.pb.h.

◆ CommandCommsResult() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ ByteSizeLong()

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

◆ Clear()

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

◆ clear_link()

void jaiabot::protobuf::CommandCommsResult::clear_link ( )
inline

Definition at line 8941 of file jaia_dccl.pb.h.

◆ clear_orig_command()

void jaiabot::protobuf::CommandCommsResult::clear_orig_command ( )
inline

Definition at line 8971 of file jaia_dccl.pb.h.

◆ clear_result()

void jaiabot::protobuf::CommandCommsResult::clear_result ( )
inline

Definition at line 8912 of file jaia_dccl.pb.h.

◆ CommsResult_descriptor()

static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * jaiabot::protobuf::CommandCommsResult::CommsResult_descriptor ( )
inlinestatic

Definition at line 4832 of file jaia_dccl.pb.h.

◆ CommsResult_IsValid()

static bool jaiabot::protobuf::CommandCommsResult::CommsResult_IsValid ( int  value)
inlinestatic

Definition at line 4822 of file jaia_dccl.pb.h.

◆ CommsResult_Name()

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

Definition at line 4836 of file jaia_dccl.pb.h.

◆ CommsResult_Parse()

static bool jaiabot::protobuf::CommandCommsResult::CommsResult_Parse ( ::PROTOBUF_NAMESPACE_ID::ConstStringParam  name,
CommsResult value 
)
inlinestatic

Definition at line 4842 of file jaia_dccl.pb.h.

◆ CopyFrom()

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

◆ default_instance()

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

Definition at line 4739 of file jaia_dccl.pb.h.

◆ descriptor()

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

Definition at line 4730 of file jaia_dccl.pb.h.

◆ GetCachedSize()

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

Definition at line 4792 of file jaia_dccl.pb.h.

◆ GetClassData()

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

◆ GetDescriptor()

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

Definition at line 4733 of file jaia_dccl.pb.h.

◆ GetMetadata()

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

◆ GetReflection()

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

Definition at line 4736 of file jaia_dccl.pb.h.

◆ has_link()

bool jaiabot::protobuf::CommandCommsResult::has_link ( ) const
inline

Definition at line 8938 of file jaia_dccl.pb.h.

◆ has_orig_command()

bool jaiabot::protobuf::CommandCommsResult::has_orig_command ( ) const
inline

Definition at line 8968 of file jaia_dccl.pb.h.

◆ has_result()

bool jaiabot::protobuf::CommandCommsResult::has_result ( ) const
inline

Definition at line 8909 of file jaia_dccl.pb.h.

◆ internal_default_instance()

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

Definition at line 4742 of file jaia_dccl.pb.h.

◆ IsInitialized()

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

◆ link()

jaiabot::protobuf::Link jaiabot::protobuf::CommandCommsResult::link ( ) const
inline

Definition at line 8948 of file jaia_dccl.pb.h.

◆ MergeFrom()

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

Definition at line 4779 of file jaia_dccl.pb.h.

◆ mutable_orig_command()

jaiabot::protobuf::Command * jaiabot::protobuf::CommandCommsResult::mutable_orig_command ( )
inline

Definition at line 9027 of file jaia_dccl.pb.h.

◆ mutable_unknown_fields()

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

Definition at line 4726 of file jaia_dccl.pb.h.

◆ New()

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

Definition at line 4773 of file jaia_dccl.pb.h.

◆ operator=() [1/2]

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

Definition at line 4709 of file jaia_dccl.pb.h.

◆ operator=() [2/2]

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

Definition at line 4705 of file jaia_dccl.pb.h.

◆ orig_command()

const ::jaiabot::protobuf::Command & jaiabot::protobuf::CommandCommsResult::orig_command ( ) const
inline

Definition at line 8980 of file jaia_dccl.pb.h.

◆ release_orig_command()

jaiabot::protobuf::Command * jaiabot::protobuf::CommandCommsResult::release_orig_command ( )
inline

Definition at line 8997 of file jaia_dccl.pb.h.

◆ result()

jaiabot::protobuf::CommandCommsResult_CommsResult jaiabot::protobuf::CommandCommsResult::result ( ) const
inline

Definition at line 8919 of file jaia_dccl.pb.h.

◆ set_allocated_orig_command()

void jaiabot::protobuf::CommandCommsResult::set_allocated_orig_command ( ::jaiabot::protobuf::Command orig_command)
inline

Definition at line 9032 of file jaia_dccl.pb.h.

◆ set_link()

void jaiabot::protobuf::CommandCommsResult::set_link ( ::jaiabot::protobuf::Link  value)
inline

Definition at line 8957 of file jaia_dccl.pb.h.

◆ set_result()

void jaiabot::protobuf::CommandCommsResult::set_result ( ::jaiabot::protobuf::CommandCommsResult_CommsResult  value)
inline

Definition at line 8928 of file jaia_dccl.pb.h.

◆ Swap()

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

Definition at line 4752 of file jaia_dccl.pb.h.

◆ unknown_fields()

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

Definition at line 4723 of file jaia_dccl.pb.h.

◆ unsafe_arena_release_orig_command()

jaiabot::protobuf::Command * jaiabot::protobuf::CommandCommsResult::unsafe_arena_release_orig_command ( )
inline

Definition at line 9012 of file jaia_dccl.pb.h.

◆ unsafe_arena_set_allocated_orig_command()

void jaiabot::protobuf::CommandCommsResult::unsafe_arena_set_allocated_orig_command ( ::jaiabot::protobuf::Command orig_command)
inline

Definition at line 8984 of file jaia_dccl.pb.h.

◆ UnsafeArenaSwap()

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

Definition at line 4765 of file jaia_dccl.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 4905 of file jaia_dccl.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 4801 of file jaia_dccl.pb.h.

◆ ::TableStruct_jaiabot_2fmessages_2fjaia_5fdccl_2eproto

Definition at line 4916 of file jaia_dccl.pb.h.

◆ swap

void swap ( CommandCommsResult a,
CommandCommsResult b 
)
friend

Definition at line 4749 of file jaia_dccl.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData jaiabot::protobuf::CommandCommsResult::_class_data_
static

Definition at line 4810 of file jaia_dccl.pb.h.

◆ _impl_

Impl_ jaiabot::protobuf::CommandCommsResult::_impl_

Definition at line 4915 of file jaia_dccl.pb.h.

◆ CommsResult_ARRAYSIZE

constexpr int jaiabot::protobuf::CommandCommsResult::CommsResult_ARRAYSIZE
staticconstexpr
Initial value:

Definition at line 4829 of file jaia_dccl.pb.h.

◆ CommsResult_MAX

constexpr CommsResult jaiabot::protobuf::CommandCommsResult::CommsResult_MAX
staticconstexpr
Initial value:
=
constexpr CommandCommsResult_CommsResult CommandCommsResult_CommsResult_CommsResult_MAX

Definition at line 4827 of file jaia_dccl.pb.h.

◆ CommsResult_MIN

constexpr CommsResult jaiabot::protobuf::CommandCommsResult::CommsResult_MIN
staticconstexpr
Initial value:
=
constexpr CommandCommsResult_CommsResult CommandCommsResult_CommsResult_CommsResult_MIN

Definition at line 4825 of file jaia_dccl.pb.h.

◆ FAILURE

constexpr CommsResult jaiabot::protobuf::CommandCommsResult::FAILURE
staticconstexpr
Initial value:

Definition at line 4820 of file jaia_dccl.pb.h.

◆ kIndexInFileMessages

constexpr int jaiabot::protobuf::CommandCommsResult::kIndexInFileMessages
staticconstexpr
Initial value:
=
14

Definition at line 4746 of file jaia_dccl.pb.h.

◆ SUCCESS

constexpr CommsResult jaiabot::protobuf::CommandCommsResult::SUCCESS
staticconstexpr
Initial value:

Definition at line 4818 of file jaia_dccl.pb.h.


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