Ignition Msgs

API Reference

5.8.1

#include <world_control.pb.h>

Public Types

enum  : int {
  kHeaderFieldNumber = 1 , kResetFieldNumber = 5 , kPauseFieldNumber = 2 , kStepFieldNumber = 3 ,
  kMultiStepFieldNumber = 4 , kSeedFieldNumber = 6
}
 

Public Member Functions

 WorldControl ()
 
constexpr WorldControl (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 WorldControl (const WorldControl &from)
 
 WorldControl (WorldControl &&from) noexcept
 
 ~WorldControl () override
 
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
 
size_t ByteSizeLong () const final
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
void clear_header ()
 
void clear_multi_step ()
 
void clear_pause ()
 
void clear_reset ()
 
void clear_seed ()
 
void clear_step ()
 
void CopyFrom (const WorldControl &from)
 
int GetCachedSize () const final
 
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
bool has_header () const
 
bool has_reset () const
 
const ::ignition::msgs::Headerheader () const
 
bool IsInitialized () const final
 
void MergeFrom (const WorldControl &from)
 
uint32_t multi_step () const
 
::ignition::msgs::Headermutable_header ()
 
::ignition::msgs::WorldResetmutable_reset ()
 
WorldControlNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
WorldControloperator= (const WorldControl &from)
 
WorldControloperator= (WorldControl &&from) noexcept
 
bool pause () const
 
PROTOBUF_NODISCARD ::ignition::msgs::Headerrelease_header ()
 
PROTOBUF_NODISCARD ::ignition::msgs::WorldResetrelease_reset ()
 
const ::ignition::msgs::WorldResetreset () const
 
uint32_t seed () const
 
void set_allocated_header (::ignition::msgs::Header *header)
 
void set_allocated_reset (::ignition::msgs::WorldReset *reset)
 
void set_multi_step (uint32_t value)
 
void set_pause (bool value)
 
void set_seed (uint32_t value)
 
void set_step (bool value)
 
bool step () const
 
void Swap (WorldControl *other)
 
::ignition::msgs::Headerunsafe_arena_release_header ()
 
::ignition::msgs::WorldResetunsafe_arena_release_reset ()
 
void unsafe_arena_set_allocated_header (::ignition::msgs::Header *header)
 
void unsafe_arena_set_allocated_reset (::ignition::msgs::WorldReset *reset)
 
void UnsafeArenaSwap (WorldControl *other)
 

Static Public Member Functions

static const WorldControldefault_instance ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static const WorldControlinternal_default_instance ()
 

Static Public Attributes

static const ClassData _class_data_
 
static constexpr int kIndexInFileMessages
 

Protected Member Functions

 WorldControl (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
 

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kHeaderFieldNumber 
kResetFieldNumber 
kPauseFieldNumber 
kStepFieldNumber 
kMultiStepFieldNumber 
kSeedFieldNumber 

Constructor & Destructor Documentation

◆ WorldControl() [1/5]

WorldControl ( )
inline

◆ ~WorldControl()

~WorldControl ( )
override

◆ WorldControl() [2/5]

constexpr WorldControl ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicitconstexpr

◆ WorldControl() [3/5]

WorldControl ( const WorldControl from)

◆ WorldControl() [4/5]

WorldControl ( WorldControl &&  from)
inlinenoexcept

◆ WorldControl() [5/5]

WorldControl ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena,
bool  is_message_owned = false 
)
explicitprotected

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ ByteSizeLong()

size_t ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear ( )
final

◆ clear_header()

void clear_header ( )

◆ clear_multi_step()

void clear_multi_step ( )
inline

◆ clear_pause()

void clear_pause ( )
inline

◆ clear_reset()

void clear_reset ( )

◆ clear_seed()

void clear_seed ( )
inline

◆ clear_step()

void clear_step ( )
inline

◆ CopyFrom()

void CopyFrom ( const WorldControl from)

◆ default_instance()

static const WorldControl& default_instance ( )
inlinestatic

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor ( )
inlinestatic

◆ GetCachedSize()

int GetCachedSize ( ) const
inlinefinal

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData* GetClassData ( ) const
final

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor ( )
inlinestatic

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata ( ) const
final

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection ( )
inlinestatic

◆ has_header()

bool has_header ( ) const
inline

◆ has_reset()

bool has_reset ( ) const
inline

◆ header()

const ::ignition::msgs::Header & header ( ) const
inline

◆ internal_default_instance()

static const WorldControl* internal_default_instance ( )
inlinestatic

◆ IsInitialized()

bool IsInitialized ( ) const
final

◆ MergeFrom()

void MergeFrom ( const WorldControl from)

◆ multi_step()

uint32_t multi_step ( ) const
inline

◆ mutable_header()

ignition::msgs::Header * mutable_header ( )
inline

◆ mutable_reset()

ignition::msgs::WorldReset * mutable_reset ( )
inline

◆ New()

WorldControl* New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

◆ operator=() [1/2]

WorldControl& operator= ( const WorldControl from)
inline

◆ operator=() [2/2]

WorldControl& operator= ( WorldControl &&  from)
inlinenoexcept

◆ pause()

bool pause ( ) const
inline

◆ release_header()

ignition::msgs::Header * release_header ( )
inline

◆ release_reset()

ignition::msgs::WorldReset * release_reset ( )
inline

◆ reset()

const ::ignition::msgs::WorldReset & reset ( ) const
inline

◆ seed()

uint32_t seed ( ) const
inline

◆ set_allocated_header()

void set_allocated_header ( ::ignition::msgs::Header header)
inline

◆ set_allocated_reset()

void set_allocated_reset ( ::ignition::msgs::WorldReset reset)
inline

◆ set_multi_step()

void set_multi_step ( uint32_t  value)
inline

◆ set_pause()

void set_pause ( bool  value)
inline

◆ set_seed()

void set_seed ( uint32_t  value)
inline

◆ set_step()

void set_step ( bool  value)
inline

◆ step()

bool step ( ) const
inline

◆ Swap()

void Swap ( WorldControl other)
inline

◆ unsafe_arena_release_header()

ignition::msgs::Header * unsafe_arena_release_header ( )
inline

◆ unsafe_arena_release_reset()

ignition::msgs::WorldReset * unsafe_arena_release_reset ( )
inline

◆ unsafe_arena_set_allocated_header()

void unsafe_arena_set_allocated_header ( ::ignition::msgs::Header header)
inline

◆ unsafe_arena_set_allocated_reset()

void unsafe_arena_set_allocated_reset ( ::ignition::msgs::WorldReset reset)
inline

◆ UnsafeArenaSwap()

void UnsafeArenaSwap ( WorldControl other)
inline

Member Data Documentation

◆ _class_data_

const ClassData _class_data_
static

◆ kIndexInFileMessages

constexpr int kIndexInFileMessages
staticconstexpr
Initial value:
=
0

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