Ignition Msgs

API Reference

5.8.1

#include <server_control.pb.h>

Public Types

enum  : int {
  kSaveWorldNameFieldNumber = 2 , kSaveFilenameFieldNumber = 3 , kOpenFilenameFieldNumber = 4 , kHeaderFieldNumber = 1 ,
  kNewWorldFieldNumber = 5 , kStopFieldNumber = 6 , kCloneFieldNumber = 7 , kNewPortFieldNumber = 8
}
 

Public Member Functions

 ServerControl ()
 
constexpr ServerControl (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 ServerControl (const ServerControl &from)
 
 ServerControl (ServerControl &&from) noexcept
 
 ~ServerControl () 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_clone ()
 
void clear_header ()
 
void clear_new_port ()
 
void clear_new_world ()
 
void clear_open_filename ()
 
void clear_save_filename ()
 
void clear_save_world_name ()
 
void clear_stop ()
 
bool clone () const
 
void CopyFrom (const ServerControl &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
 
const ::ignition::msgs::Headerheader () const
 
bool IsInitialized () const final
 
void MergeFrom (const ServerControl &from)
 
::ignition::msgs::Headermutable_header ()
 
std::stringmutable_open_filename ()
 
std::stringmutable_save_filename ()
 
std::stringmutable_save_world_name ()
 
ServerControlNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
uint32_t new_port () const
 
bool new_world () const
 
const std::stringopen_filename () const
 
ServerControloperator= (const ServerControl &from)
 
ServerControloperator= (ServerControl &&from) noexcept
 
PROTOBUF_NODISCARD ::ignition::msgs::Headerrelease_header ()
 
PROTOBUF_NODISCARD std::stringrelease_open_filename ()
 
PROTOBUF_NODISCARD std::stringrelease_save_filename ()
 
PROTOBUF_NODISCARD std::stringrelease_save_world_name ()
 
const std::stringsave_filename () const
 
const std::stringsave_world_name () const
 
void set_allocated_header (::ignition::msgs::Header *header)
 
void set_allocated_open_filename (std::string *open_filename)
 
void set_allocated_save_filename (std::string *save_filename)
 
void set_allocated_save_world_name (std::string *save_world_name)
 
void set_clone (bool value)
 
void set_new_port (uint32_t value)
 
void set_new_world (bool value)
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_open_filename (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_open_filename (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_save_filename (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_save_filename (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_save_world_name (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_save_world_name (ArgT0 &&arg0, ArgT... args)
 
void set_stop (bool value)
 
bool stop () const
 
void Swap (ServerControl *other)
 
::ignition::msgs::Headerunsafe_arena_release_header ()
 
void unsafe_arena_set_allocated_header (::ignition::msgs::Header *header)
 
void UnsafeArenaSwap (ServerControl *other)
 

Static Public Member Functions

static const ServerControldefault_instance ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static const ServerControlinternal_default_instance ()
 

Static Public Attributes

static const ClassData _class_data_
 
static constexpr int kIndexInFileMessages
 

Protected Member Functions

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kSaveWorldNameFieldNumber 
kSaveFilenameFieldNumber 
kOpenFilenameFieldNumber 
kHeaderFieldNumber 
kNewWorldFieldNumber 
kStopFieldNumber 
kCloneFieldNumber 
kNewPortFieldNumber 

Constructor & Destructor Documentation

◆ ServerControl() [1/5]

ServerControl ( )
inline

◆ ~ServerControl()

~ServerControl ( )
override

◆ ServerControl() [2/5]

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

◆ ServerControl() [3/5]

ServerControl ( const ServerControl from)

◆ ServerControl() [4/5]

ServerControl ( ServerControl &&  from)
inlinenoexcept

◆ ServerControl() [5/5]

ServerControl ( ::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_clone()

void clear_clone ( )
inline

◆ clear_header()

void clear_header ( )

◆ clear_new_port()

void clear_new_port ( )
inline

◆ clear_new_world()

void clear_new_world ( )
inline

◆ clear_open_filename()

void clear_open_filename ( )
inline

◆ clear_save_filename()

void clear_save_filename ( )
inline

◆ clear_save_world_name()

void clear_save_world_name ( )
inline

◆ clear_stop()

void clear_stop ( )
inline

◆ clone()

bool clone ( ) const
inline

◆ CopyFrom()

void CopyFrom ( const ServerControl from)

◆ default_instance()

static const ServerControl& 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

◆ header()

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

◆ internal_default_instance()

static const ServerControl* internal_default_instance ( )
inlinestatic

◆ IsInitialized()

bool IsInitialized ( ) const
final

◆ MergeFrom()

void MergeFrom ( const ServerControl from)

◆ mutable_header()

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

◆ mutable_open_filename()

std::string * mutable_open_filename ( )
inline

◆ mutable_save_filename()

std::string * mutable_save_filename ( )
inline

◆ mutable_save_world_name()

std::string * mutable_save_world_name ( )
inline

◆ New()

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

◆ new_port()

uint32_t new_port ( ) const
inline

◆ new_world()

bool new_world ( ) const
inline

◆ open_filename()

const std::string & open_filename ( ) const
inline

◆ operator=() [1/2]

ServerControl& operator= ( const ServerControl from)
inline

◆ operator=() [2/2]

ServerControl& operator= ( ServerControl &&  from)
inlinenoexcept

◆ release_header()

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

◆ release_open_filename()

std::string * release_open_filename ( )
inline

◆ release_save_filename()

std::string * release_save_filename ( )
inline

◆ release_save_world_name()

std::string * release_save_world_name ( )
inline

◆ save_filename()

const std::string & save_filename ( ) const
inline

◆ save_world_name()

const std::string & save_world_name ( ) const
inline

◆ set_allocated_header()

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

◆ set_allocated_open_filename()

void set_allocated_open_filename ( std::string open_filename)
inline

◆ set_allocated_save_filename()

void set_allocated_save_filename ( std::string save_filename)
inline

◆ set_allocated_save_world_name()

void set_allocated_save_world_name ( std::string save_world_name)
inline

◆ set_clone()

void set_clone ( bool  value)
inline

◆ set_new_port()

void set_new_port ( uint32_t  value)
inline

◆ set_new_world()

void set_new_world ( bool  value)
inline

◆ set_open_filename() [1/2]

void set_open_filename ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_open_filename() [2/2]

PROTOBUF_ALWAYS_INLINE void set_open_filename ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

◆ set_save_filename() [1/2]

void set_save_filename ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_save_filename() [2/2]

PROTOBUF_ALWAYS_INLINE void set_save_filename ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

◆ set_save_world_name() [1/2]

void set_save_world_name ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_save_world_name() [2/2]

PROTOBUF_ALWAYS_INLINE void set_save_world_name ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

◆ set_stop()

void set_stop ( bool  value)
inline

◆ stop()

bool stop ( ) const
inline

◆ Swap()

void Swap ( ServerControl other)
inline

◆ unsafe_arena_release_header()

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

◆ unsafe_arena_set_allocated_header()

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

◆ UnsafeArenaSwap()

void UnsafeArenaSwap ( ServerControl 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: