Goby3  3.1.4
2024.02.22
goby::middleware::protobuf::TerminateResult Class Reference

#include <goby/middleware/protobuf/terminate.pb.h>

Inheritance diagram for goby::middleware::protobuf::TerminateResult:
google::protobuf::Message google::protobuf::MessageLite

Public Types

typedef TerminateResult_Result Result
 
- Public Types inherited from google::protobuf::Message
typedef google::protobuf::Reflection Reflection
 

Public Member Functions

 TerminateResult ()
 
virtual ~TerminateResult ()
 
 TerminateResult (const TerminateResult &from)
 
TerminateResultoperator= (const TerminateResult &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (TerminateResult *other)
 
TerminateResultNew () const final
 
TerminateResultNew (::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 TerminateResult &from)
 
void MergeFrom (const TerminateResult &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_target_name () const
 
void clear_target_name ()
 
const ::std::string & target_name () const
 
void set_target_name (const ::std::string &value)
 
void set_target_name (const char *value)
 
void set_target_name (const char *value, size_t size)
 
::std::string * mutable_target_name ()
 
::std::string * release_target_name ()
 
void set_allocated_target_name (::std::string *target_name)
 
bool has_target_pid () const
 
void clear_target_pid ()
 
::google::protobuf::uint32 target_pid () const
 
void set_target_pid (::google::protobuf::uint32 value)
 
bool has_result () const
 
void clear_result ()
 
::goby::middleware::protobuf::TerminateResult_Result result () const
 
void set_result (::goby::middleware::protobuf::TerminateResult_Result value)
 
- Public Member Functions inherited from google::protobuf::Message
 Message ()
 
virtual ~Message ()
 
virtual void CopyFrom (const Message &from)
 
virtual void MergeFrom (const Message &from)
 
void CheckInitialized () const
 
void FindInitializationErrors (std::vector< string > *errors) const
 
string InitializationErrorString () const
 
virtual void DiscardUnknownFields ()
 
virtual size_t SpaceUsedLong () const
 
int SpaceUsed () const
 
string DebugString () const
 
string ShortDebugString () const
 
string Utf8DebugString () const
 
void PrintDebugString () const
 
bool ParseFromFileDescriptor (int file_descriptor)
 
bool ParsePartialFromFileDescriptor (int file_descriptor)
 
bool ParseFromIstream (std::istream *input)
 
bool ParsePartialFromIstream (std::istream *input)
 
bool SerializeToFileDescriptor (int file_descriptor) const
 
bool SerializePartialToFileDescriptor (int file_descriptor) const
 
bool SerializeToOstream (std::ostream *output) const
 
bool SerializePartialToOstream (std::ostream *output) const
 
virtual string GetTypeName () const
 
virtual void CheckTypeAndMergeFrom (const MessageLite &other)
 
virtual bool MergePartialFromCodedStream (io::CodedInputStream *input)
 
virtual void SerializeWithCachedSizes (io::CodedOutputStream *output) const
 
const Descriptor * GetDescriptor () const
 
virtual const ReflectionGetReflection () const final
 
- Public Member Functions inherited from google::protobuf::MessageLite
 MessageLite ()
 
virtual ~MessageLite ()
 
virtual ::google::protobuf::ArenaGetArena () const
 
virtual void * GetMaybeArenaPointer () const
 
bool ParseFromCodedStream (io::CodedInputStream *input)
 
bool ParsePartialFromCodedStream (io::CodedInputStream *input)
 
bool ParseFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParsePartialFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParseFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParsePartialFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParseFromString (const string &data)
 
bool ParsePartialFromString (const string &data)
 
bool ParseFromArray (const void *data, int size)
 
bool ParsePartialFromArray (const void *data, int size)
 
bool MergeFromCodedStream (io::CodedInputStream *input)
 
bool SerializeToCodedStream (io::CodedOutputStream *output) const
 
bool SerializePartialToCodedStream (io::CodedOutputStream *output) const
 
bool SerializeToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializePartialToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializeToString (string *output) const
 
bool SerializePartialToString (string *output) const
 
bool SerializeToArray (void *data, int size) const
 
bool SerializePartialToArray (void *data, int size) const
 
string SerializeAsString () const
 
string SerializePartialAsString () const
 
bool AppendToString (string *output) const
 
bool AppendPartialToString (string *output) const
 
int ByteSize () const
 
virtual uint8 * SerializeWithCachedSizesToArray (uint8 *target) const
 
virtual uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, uint8 *target) const
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const TerminateResultdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const TerminateResultinternal_default_instance ()
 
static bool Result_IsValid (int value)
 
static const ::google::protobuf::EnumDescriptor * Result_descriptor ()
 
static const ::std::string & Result_Name (Result value)
 
static bool Result_Parse (const ::std::string &name, Result *value)
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const Result PROCESS_RESPONDED
 
static const Result PROCESS_CLEANLY_QUIT
 
static const Result TIMEOUT_RESPONSE
 
static const Result TIMEOUT_RUNNING
 
static const Result Result_MIN
 
static const Result Result_MAX
 
static const int Result_ARRAYSIZE
 
static const int kTargetNameFieldNumber = 1
 
static const int kTargetPidFieldNumber = 2
 
static const int kResultFieldNumber = 3
 

Friends

struct ::protobuf_goby_2fmiddleware_2fprotobuf_2fterminate_2eproto::TableStruct
 
void swap (TerminateResult &a, TerminateResult &b)
 

Additional Inherited Members

- Static Protected Member Functions inherited from google::protobuf::MessageLite
template<typename T >
::google::protobuf::internal::RepeatedPtrFieldBase * CastToBase (::google::protobuf::RepeatedPtrField< T > *repeated)
 
template<typename T >
static const ::google::protobuf::internal::RepeatedPtrFieldBase & CastToBase (const ::google::protobuf::RepeatedPtrField< T > &repeated)
 
template<typename T >
static T * CreateMaybeMessage (Arena *arena)
 

Detailed Description

Definition at line 366 of file terminate.pb.h.

Member Typedef Documentation

◆ Result

Constructor & Destructor Documentation

◆ TerminateResult() [1/2]

goby::middleware::protobuf::TerminateResult::TerminateResult ( )

◆ ~TerminateResult()

virtual goby::middleware::protobuf::TerminateResult::~TerminateResult ( )
virtual

◆ TerminateResult() [2/2]

goby::middleware::protobuf::TerminateResult::TerminateResult ( const TerminateResult from)

Member Function Documentation

◆ ByteSizeLong()

size_t goby::middleware::protobuf::TerminateResult::ByteSizeLong ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ Clear()

void goby::middleware::protobuf::TerminateResult::Clear ( )
finalvirtual

Reimplemented from google::protobuf::Message.

◆ clear_result()

void goby::middleware::protobuf::TerminateResult::clear_result ( )
inline

Definition at line 835 of file terminate.pb.h.

◆ clear_target_name()

void goby::middleware::protobuf::TerminateResult::clear_target_name ( )
inline

Definition at line 745 of file terminate.pb.h.

◆ clear_target_pid()

void goby::middleware::protobuf::TerminateResult::clear_target_pid ( )
inline

Definition at line 811 of file terminate.pb.h.

◆ CopyFrom() [1/2]

void goby::middleware::protobuf::TerminateResult::CopyFrom ( const ::google::protobuf::Message from)
final

◆ CopyFrom() [2/2]

void goby::middleware::protobuf::TerminateResult::CopyFrom ( const TerminateResult from)

◆ default_instance()

static const TerminateResult& goby::middleware::protobuf::TerminateResult::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor* goby::middleware::protobuf::TerminateResult::descriptor ( )
static

◆ GetCachedSize()

int goby::middleware::protobuf::TerminateResult::GetCachedSize ( ) const
inlinefinalvirtual

Implements google::protobuf::MessageLite.

Definition at line 438 of file terminate.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata goby::middleware::protobuf::TerminateResult::GetMetadata ( ) const
finalvirtual

◆ has_result()

bool goby::middleware::protobuf::TerminateResult::has_result ( ) const
inline

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

◆ has_target_name()

bool goby::middleware::protobuf::TerminateResult::has_target_name ( ) const
inline

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

◆ has_target_pid()

bool goby::middleware::protobuf::TerminateResult::has_target_pid ( ) const
inline

Definition at line 802 of file terminate.pb.h.

◆ InitAsDefaultInstance()

static void goby::middleware::protobuf::TerminateResult::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

static const TerminateResult* goby::middleware::protobuf::TerminateResult::internal_default_instance ( )
inlinestatic

Definition at line 403 of file terminate.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* goby::middleware::protobuf::TerminateResult::InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  target 
) const
final

◆ IsInitialized()

bool goby::middleware::protobuf::TerminateResult::IsInitialized ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ MergeFrom() [1/2]

void goby::middleware::protobuf::TerminateResult::MergeFrom ( const ::google::protobuf::Message from)
final

◆ MergeFrom() [2/2]

void goby::middleware::protobuf::TerminateResult::MergeFrom ( const TerminateResult from)

◆ MergePartialFromCodedStream()

bool goby::middleware::protobuf::TerminateResult::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
final

◆ mutable_target_name()

std::string * goby::middleware::protobuf::TerminateResult::mutable_target_name ( )
inline

Definition at line 778 of file terminate.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet* goby::middleware::protobuf::TerminateResult::mutable_unknown_fields ( )
inline

Definition at line 395 of file terminate.pb.h.

◆ New() [1/2]

TerminateResult* goby::middleware::protobuf::TerminateResult::New ( ) const
inlinefinalvirtual

Implements google::protobuf::Message.

Definition at line 417 of file terminate.pb.h.

◆ New() [2/2]

TerminateResult* goby::middleware::protobuf::TerminateResult::New ( ::google::protobuf::Arena arena) const
inlinefinalvirtual

Reimplemented from google::protobuf::Message.

Definition at line 421 of file terminate.pb.h.

◆ operator=()

TerminateResult& goby::middleware::protobuf::TerminateResult::operator= ( const TerminateResult from)
inline

Definition at line 373 of file terminate.pb.h.

◆ release_target_name()

std::string * goby::middleware::protobuf::TerminateResult::release_target_name ( )
inline

Definition at line 783 of file terminate.pb.h.

◆ result()

goby::middleware::protobuf::TerminateResult_Result goby::middleware::protobuf::TerminateResult::result ( ) const
inline

Definition at line 839 of file terminate.pb.h.

◆ Result_descriptor()

static const ::google::protobuf::EnumDescriptor* goby::middleware::protobuf::TerminateResult::Result_descriptor ( )
inlinestatic

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

◆ Result_IsValid()

static bool goby::middleware::protobuf::TerminateResult::Result_IsValid ( int  value)
inlinestatic

Definition at line 467 of file terminate.pb.h.

◆ Result_Name()

static const ::std::string& goby::middleware::protobuf::TerminateResult::Result_Name ( Result  value)
inlinestatic

Definition at line 480 of file terminate.pb.h.

◆ Result_Parse()

static bool goby::middleware::protobuf::TerminateResult::Result_Parse ( const ::std::string &  name,
Result value 
)
inlinestatic

Definition at line 483 of file terminate.pb.h.

◆ SerializeWithCachedSizes()

void goby::middleware::protobuf::TerminateResult::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
final

◆ set_allocated_target_name()

void goby::middleware::protobuf::TerminateResult::set_allocated_target_name ( ::std::string *  target_name)
inline

Definition at line 791 of file terminate.pb.h.

◆ set_result()

void goby::middleware::protobuf::TerminateResult::set_result ( ::goby::middleware::protobuf::TerminateResult_Result  value)
inline

Definition at line 843 of file terminate.pb.h.

◆ set_target_name() [1/3]

void goby::middleware::protobuf::TerminateResult::set_target_name ( const ::std::string &  value)
inline

Definition at line 753 of file terminate.pb.h.

◆ set_target_name() [2/3]

void goby::middleware::protobuf::TerminateResult::set_target_name ( const char value)
inline

Definition at line 766 of file terminate.pb.h.

◆ set_target_name() [3/3]

void goby::middleware::protobuf::TerminateResult::set_target_name ( const char value,
size_t  size 
)
inline

Definition at line 772 of file terminate.pb.h.

◆ set_target_pid()

void goby::middleware::protobuf::TerminateResult::set_target_pid ( ::google::protobuf::uint32  value)
inline

Definition at line 819 of file terminate.pb.h.

◆ Swap()

void goby::middleware::protobuf::TerminateResult::Swap ( TerminateResult other)

◆ target_name()

const ::std::string & goby::middleware::protobuf::TerminateResult::target_name ( ) const
inline

Definition at line 749 of file terminate.pb.h.

◆ target_pid()

google::protobuf::uint32 goby::middleware::protobuf::TerminateResult::target_pid ( ) const
inline

Definition at line 815 of file terminate.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet& goby::middleware::protobuf::TerminateResult::unknown_fields ( ) const
inline

Definition at line 392 of file terminate.pb.h.

Friends And Related Function Documentation

◆ ::protobuf_goby_2fmiddleware_2fprotobuf_2fterminate_2eproto::TableStruct

◆ swap

void swap ( TerminateResult a,
TerminateResult b 
)
friend

Definition at line 411 of file terminate.pb.h.

Member Data Documentation

◆ kIndexInFileMessages

constexpr int goby::middleware::protobuf::TerminateResult::kIndexInFileMessages
staticconstexpr
Initial value:
=
2

Definition at line 407 of file terminate.pb.h.

◆ kResultFieldNumber

const int goby::middleware::protobuf::TerminateResult::kResultFieldNumber = 3
static

Definition at line 515 of file terminate.pb.h.

◆ kTargetNameFieldNumber

const int goby::middleware::protobuf::TerminateResult::kTargetNameFieldNumber = 1
static

Definition at line 493 of file terminate.pb.h.

◆ kTargetPidFieldNumber

const int goby::middleware::protobuf::TerminateResult::kTargetPidFieldNumber = 2
static

Definition at line 508 of file terminate.pb.h.

◆ PROCESS_CLEANLY_QUIT

const Result goby::middleware::protobuf::TerminateResult::PROCESS_CLEANLY_QUIT
static
Initial value:

Definition at line 461 of file terminate.pb.h.

◆ PROCESS_RESPONDED

const Result goby::middleware::protobuf::TerminateResult::PROCESS_RESPONDED
static
Initial value:

Definition at line 459 of file terminate.pb.h.

◆ Result_ARRAYSIZE

const int goby::middleware::protobuf::TerminateResult::Result_ARRAYSIZE
static
Initial value:

Definition at line 474 of file terminate.pb.h.

◆ Result_MAX

const Result goby::middleware::protobuf::TerminateResult::Result_MAX
static
Initial value:

Definition at line 472 of file terminate.pb.h.

◆ Result_MIN

const Result goby::middleware::protobuf::TerminateResult::Result_MIN
static
Initial value:

Definition at line 470 of file terminate.pb.h.

◆ TIMEOUT_RESPONSE

const Result goby::middleware::protobuf::TerminateResult::TIMEOUT_RESPONSE
static
Initial value:

Definition at line 463 of file terminate.pb.h.

◆ TIMEOUT_RUNNING

const Result goby::middleware::protobuf::TerminateResult::TIMEOUT_RUNNING
static
Initial value:

Definition at line 465 of file terminate.pb.h.


The documentation for this class was generated from the following file:
goby::middleware::protobuf::TerminateResult_Result_Result_MIN
const TerminateResult_Result TerminateResult_Result_Result_MIN
Definition: terminate.pb.h:86
goby::middleware::protobuf::TerminateResult_Result_PROCESS_RESPONDED
@ TerminateResult_Result_PROCESS_RESPONDED
Definition: terminate.pb.h:80
goby::middleware::protobuf::TerminateResult_Result_Result_ARRAYSIZE
const int TerminateResult_Result_Result_ARRAYSIZE
Definition: terminate.pb.h:88
goby::middleware::protobuf::TerminateResult_Result_TIMEOUT_RUNNING
@ TerminateResult_Result_TIMEOUT_RUNNING
Definition: terminate.pb.h:83
goby::middleware::protobuf::TerminateResult_Result_PROCESS_CLEANLY_QUIT
@ TerminateResult_Result_PROCESS_CLEANLY_QUIT
Definition: terminate.pb.h:81
goby::middleware::protobuf::TerminateResult_Result_Result_MAX
const TerminateResult_Result TerminateResult_Result_Result_MAX
Definition: terminate.pb.h:87
goby::middleware::protobuf::TerminateResult_Result_TIMEOUT_RESPONSE
@ TerminateResult_Result_TIMEOUT_RESPONSE
Definition: terminate.pb.h:82