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

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

Inheritance diagram for jaiabot::protobuf::SimulatorCommand:
Collaboration diagram for jaiabot::protobuf::SimulatorCommand:

Public Types

enum  CommandCase { kGpsDropout = 1, kStopForwardProgress = 2, COMMAND_NOT_SET = 0 }
 
typedef SimulatorCommand_GPSDropOut GPSDropOut
 
typedef SimulatorCommand_StopForwardProgress StopForwardProgress
 

Public Member Functions

 SimulatorCommand ()
 
virtual ~SimulatorCommand ()
 
 SimulatorCommand (const SimulatorCommand &from)
 
SimulatorCommandoperator= (const SimulatorCommand &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (SimulatorCommand *other)
 
SimulatorCommandNew () const final
 
SimulatorCommandNew (::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 SimulatorCommand &from)
 
void MergeFrom (const SimulatorCommand &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_gps_dropout () const
 
void clear_gps_dropout ()
 
const ::jaiabot::protobuf::SimulatorCommand_GPSDropOutgps_dropout () const
 
::jaiabot::protobuf::SimulatorCommand_GPSDropOutrelease_gps_dropout ()
 
::jaiabot::protobuf::SimulatorCommand_GPSDropOutmutable_gps_dropout ()
 
void set_allocated_gps_dropout (::jaiabot::protobuf::SimulatorCommand_GPSDropOut *gps_dropout)
 
bool has_stop_forward_progress () const
 
void clear_stop_forward_progress ()
 
const ::jaiabot::protobuf::SimulatorCommand_StopForwardProgressstop_forward_progress () const
 
::jaiabot::protobuf::SimulatorCommand_StopForwardProgressrelease_stop_forward_progress ()
 
::jaiabot::protobuf::SimulatorCommand_StopForwardProgressmutable_stop_forward_progress ()
 
void set_allocated_stop_forward_progress (::jaiabot::protobuf::SimulatorCommand_StopForwardProgress *stop_forward_progress)
 
void clear_command ()
 
CommandCase command_case () const
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const SimulatorCommanddefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const SimulatorCommandinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kGpsDropoutFieldNumber = 1
 
static const int kStopForwardProgressFieldNumber = 2
 

Friends

struct ::protobuf_jaiabot_2fmessages_2fsimulator_2eproto::TableStruct
 
void swap (SimulatorCommand &a, SimulatorCommand &b)
 

Detailed Description

Definition at line 338 of file simulator.pb.h.

Member Typedef Documentation

◆ GPSDropOut

◆ StopForwardProgress

Member Enumeration Documentation

◆ CommandCase

Enumerator
kGpsDropout 
kStopForwardProgress 
COMMAND_NOT_SET 

Definition at line 374 of file simulator.pb.h.

Constructor & Destructor Documentation

◆ SimulatorCommand() [1/2]

jaiabot::protobuf::SimulatorCommand::SimulatorCommand ( )

◆ ~SimulatorCommand()

virtual jaiabot::protobuf::SimulatorCommand::~SimulatorCommand ( )
virtual

◆ SimulatorCommand() [2/2]

jaiabot::protobuf::SimulatorCommand::SimulatorCommand ( const SimulatorCommand from)

Member Function Documentation

◆ ByteSizeLong()

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

◆ Clear()

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

◆ clear_command()

void jaiabot::protobuf::SimulatorCommand::clear_command ( )

◆ clear_gps_dropout()

void jaiabot::protobuf::SimulatorCommand::clear_gps_dropout ( )
inline

Definition at line 561 of file simulator.pb.h.

◆ clear_stop_forward_progress()

void jaiabot::protobuf::SimulatorCommand::clear_stop_forward_progress ( )
inline

Definition at line 605 of file simulator.pb.h.

◆ command_case()

SimulatorCommand::CommandCase jaiabot::protobuf::SimulatorCommand::command_case ( ) const
inline

Definition at line 648 of file simulator.pb.h.

◆ CopyFrom() [1/2]

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

◆ CopyFrom() [2/2]

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

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

Definition at line 416 of file simulator.pb.h.

◆ GetMetadata()

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

◆ gps_dropout()

const ::jaiabot::protobuf::SimulatorCommand_GPSDropOut & jaiabot::protobuf::SimulatorCommand::gps_dropout ( ) const
inline

Definition at line 581 of file simulator.pb.h.

◆ has_gps_dropout()

bool jaiabot::protobuf::SimulatorCommand::has_gps_dropout ( ) const
inline

Definition at line 555 of file simulator.pb.h.

◆ has_stop_forward_progress()

bool jaiabot::protobuf::SimulatorCommand::has_stop_forward_progress ( ) const
inline

Definition at line 599 of file simulator.pb.h.

◆ InitAsDefaultInstance()

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

◆ internal_default_instance()

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

Definition at line 381 of file simulator.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

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

◆ IsInitialized()

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

◆ MergeFrom() [1/2]

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

◆ MergeFrom() [2/2]

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

◆ MergePartialFromCodedStream()

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

◆ mutable_gps_dropout()

jaiabot::protobuf::SimulatorCommand_GPSDropOut * jaiabot::protobuf::SimulatorCommand::mutable_gps_dropout ( )
inline

Definition at line 587 of file simulator.pb.h.

◆ mutable_stop_forward_progress()

jaiabot::protobuf::SimulatorCommand_StopForwardProgress * jaiabot::protobuf::SimulatorCommand::mutable_stop_forward_progress ( )
inline

Definition at line 631 of file simulator.pb.h.

◆ mutable_unknown_fields()

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

Definition at line 367 of file simulator.pb.h.

◆ New() [1/2]

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

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

◆ New() [2/2]

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

Definition at line 399 of file simulator.pb.h.

◆ operator=()

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

Definition at line 345 of file simulator.pb.h.

◆ release_gps_dropout()

jaiabot::protobuf::SimulatorCommand_GPSDropOut * jaiabot::protobuf::SimulatorCommand::release_gps_dropout ( )
inline

Definition at line 570 of file simulator.pb.h.

◆ release_stop_forward_progress()

jaiabot::protobuf::SimulatorCommand_StopForwardProgress * jaiabot::protobuf::SimulatorCommand::release_stop_forward_progress ( )
inline

Definition at line 614 of file simulator.pb.h.

◆ SerializeWithCachedSizes()

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

◆ set_allocated_gps_dropout()

void jaiabot::protobuf::SimulatorCommand::set_allocated_gps_dropout ( ::jaiabot::protobuf::SimulatorCommand_GPSDropOut gps_dropout)

◆ set_allocated_stop_forward_progress()

void jaiabot::protobuf::SimulatorCommand::set_allocated_stop_forward_progress ( ::jaiabot::protobuf::SimulatorCommand_StopForwardProgress stop_forward_progress)

◆ stop_forward_progress()

const ::jaiabot::protobuf::SimulatorCommand_StopForwardProgress & jaiabot::protobuf::SimulatorCommand::stop_forward_progress ( ) const
inline

Definition at line 625 of file simulator.pb.h.

◆ Swap()

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

◆ unknown_fields()

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

Definition at line 364 of file simulator.pb.h.

Friends And Related Function Documentation

◆ ::protobuf_jaiabot_2fmessages_2fsimulator_2eproto::TableStruct

Definition at line 485 of file simulator.pb.h.

◆ swap

void swap ( SimulatorCommand a,
SimulatorCommand b 
)
friend

Definition at line 389 of file simulator.pb.h.

Member Data Documentation

◆ kGpsDropoutFieldNumber

const int jaiabot::protobuf::SimulatorCommand::kGpsDropoutFieldNumber = 1
static

Definition at line 444 of file simulator.pb.h.

◆ kIndexInFileMessages

constexpr int jaiabot::protobuf::SimulatorCommand::kIndexInFileMessages
staticconstexpr
Initial value:
=
2

Definition at line 385 of file simulator.pb.h.

◆ kStopForwardProgressFieldNumber

const int jaiabot::protobuf::SimulatorCommand::kStopForwardProgressFieldNumber = 2
static

Definition at line 456 of file simulator.pb.h.


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