Ignition Msgs

API Reference

6.4.0

#include <server_control.pb.h>

Public Member Functions

 ServerControl ()
 
 ServerControl (const ServerControl &from)
 
virtual ~ServerControl ()
 
int ByteSize () const
 
void Clear ()
 
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 ::google::protobuf::Message &from)
 
void CopyFrom (const ServerControl &from)
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_header () const
 
const ::ignition::msgs::Headerheader () const
 
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *output) const
 
bool IsInitialized () const
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ServerControl &from)
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input)
 
::ignition::msgs::Headermutable_header ()
 
::std::stringmutable_open_filename ()
 
::std::stringmutable_save_filename ()
 
::std::stringmutable_save_world_name ()
 
ServerControlNew () const
 
ServerControlNew (::google::protobuf::Arena *arena) const
 
::google::protobuf::uint32 new_port () const
 
bool new_world () const
 
const ::std::stringopen_filename () const
 
ServerControloperator= (const ServerControl &from)
 
::ignition::msgs::Headerrelease_header ()
 
::std::stringrelease_open_filename ()
 
::std::stringrelease_save_filename ()
 
::std::stringrelease_save_world_name ()
 
const ::std::stringsave_filename () const
 
const ::std::stringsave_world_name () const
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const
 
::google::protobuf::uint8 * SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) 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 (::google::protobuf::uint32 value)
 
void set_new_world (bool value)
 
void set_open_filename (const ::std::string &value)
 
void set_open_filename (const char *value)
 
void set_open_filename (const char *value, size_t size)
 
void set_save_filename (const ::std::string &value)
 
void set_save_filename (const char *value)
 
void set_save_filename (const char *value, size_t size)
 
void set_save_world_name (const ::std::string &value)
 
void set_save_world_name (const char *value)
 
void set_save_world_name (const char *value, size_t size)
 
void set_stop (bool value)
 
bool stop () const
 
void Swap (ServerControl *other)
 

Static Public Member Functions

static const ServerControldefault_instance ()
 
static const ::google::protobuf::Descriptor * descriptor ()
 

Static Public Attributes

static const int kCloneFieldNumber = 7
 
static const int kHeaderFieldNumber = 1
 
static const int kNewPortFieldNumber = 8
 
static const int kNewWorldFieldNumber = 5
 
static const int kOpenFilenameFieldNumber = 4
 
static const int kSaveFilenameFieldNumber = 3
 
static const int kSaveWorldNameFieldNumber = 2
 
static const int kStopFieldNumber = 6
 

Friends

void IGNITION_MSGS_VISIBLE protobuf_AddDesc_ignition_2fmsgs_2fserver_5fcontrol_2eproto ()
 
void protobuf_AssignDesc_ignition_2fmsgs_2fserver_5fcontrol_2eproto ()
 
void protobuf_ShutdownFile_ignition_2fmsgs_2fserver_5fcontrol_2eproto ()
 

Constructor & Destructor Documentation

◆ ServerControl() [1/2]

◆ ~ServerControl()

virtual ~ServerControl ( )
virtual

◆ ServerControl() [2/2]

ServerControl ( const ServerControl from)

Member Function Documentation

◆ ByteSize()

int ByteSize ( ) const

◆ Clear()

void Clear ( )

◆ clear_clone()

void clear_clone ( )
inline

◆ clear_header()

void clear_header ( )
inline

◆ 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() [1/2]

void CopyFrom ( const ::google::protobuf::Message &  from)

◆ CopyFrom() [2/2]

void CopyFrom ( const ServerControl from)

◆ default_instance()

static const ServerControl& default_instance ( )
static

◆ descriptor()

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

◆ GetCachedSize()

int GetCachedSize ( ) const
inline

◆ GetMetadata()

::google::protobuf::Metadata GetMetadata ( ) const

◆ has_header()

bool has_header ( ) const
inline

◆ header()

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

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  output 
) const

◆ IsInitialized()

bool IsInitialized ( ) const

◆ MergeFrom() [1/2]

void MergeFrom ( const ::google::protobuf::Message &  from)

◆ MergeFrom() [2/2]

void MergeFrom ( const ServerControl from)

◆ MergePartialFromCodedStream()

bool MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)

◆ 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() [1/2]

ServerControl* New ( ) const
inline

References ServerControl::New().

Referenced by ServerControl::New().

◆ New() [2/2]

ServerControl* New ( ::google::protobuf::Arena *  arena) const

◆ new_port()

google::protobuf::uint32 new_port ( ) const
inline

◆ new_world()

bool new_world ( ) const
inline

◆ open_filename()

const ::std::string & open_filename ( ) const
inline

◆ operator=()

ServerControl& operator= ( const ServerControl from)
inline

◆ 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

◆ SerializeWithCachedSizes()

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

◆ SerializeWithCachedSizesToArray()

::google::protobuf::uint8* SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 *  output) 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 ( ::google::protobuf::uint32  value)
inline

◆ set_new_world()

void set_new_world ( bool  value)
inline

◆ set_open_filename() [1/3]

void set_open_filename ( const ::std::string value)
inline

◆ set_open_filename() [2/3]

void set_open_filename ( const char *  value)
inline

◆ set_open_filename() [3/3]

void set_open_filename ( const char *  value,
size_t  size 
)
inline

◆ set_save_filename() [1/3]

void set_save_filename ( const ::std::string value)
inline

◆ set_save_filename() [2/3]

void set_save_filename ( const char *  value)
inline

◆ set_save_filename() [3/3]

void set_save_filename ( const char *  value,
size_t  size 
)
inline

◆ set_save_world_name() [1/3]

void set_save_world_name ( const ::std::string value)
inline

◆ set_save_world_name() [2/3]

void set_save_world_name ( const char *  value)
inline

◆ set_save_world_name() [3/3]

void set_save_world_name ( const char *  value,
size_t  size 
)
inline

◆ set_stop()

void set_stop ( bool  value)
inline

◆ stop()

bool stop ( ) const
inline

◆ Swap()

void Swap ( ServerControl other)

Friends And Related Function Documentation

◆ protobuf_AddDesc_ignition_2fmsgs_2fserver_5fcontrol_2eproto

void IGNITION_MSGS_VISIBLE protobuf_AddDesc_ignition_2fmsgs_2fserver_5fcontrol_2eproto ( )
friend

◆ protobuf_AssignDesc_ignition_2fmsgs_2fserver_5fcontrol_2eproto

void protobuf_AssignDesc_ignition_2fmsgs_2fserver_5fcontrol_2eproto ( )
friend

◆ protobuf_ShutdownFile_ignition_2fmsgs_2fserver_5fcontrol_2eproto

void protobuf_ShutdownFile_ignition_2fmsgs_2fserver_5fcontrol_2eproto ( )
friend

Member Data Documentation

◆ kCloneFieldNumber

const int kCloneFieldNumber = 7
static

◆ kHeaderFieldNumber

const int kHeaderFieldNumber = 1
static

◆ kNewPortFieldNumber

const int kNewPortFieldNumber = 8
static

◆ kNewWorldFieldNumber

const int kNewWorldFieldNumber = 5
static

◆ kOpenFilenameFieldNumber

const int kOpenFilenameFieldNumber = 4
static

◆ kSaveFilenameFieldNumber

const int kSaveFilenameFieldNumber = 3
static

◆ kSaveWorldNameFieldNumber

const int kSaveWorldNameFieldNumber = 2
static

◆ kStopFieldNumber

const int kStopFieldNumber = 6
static

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