Wiselib
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Friends
de::uniluebeck::itm::tr::runtime::wsnapp::OperationInvocation Class Reference

#include <WSNAppMessages.pb.h>

List of all members.

Public Types

typedef
OperationInvocation_Operation 
Operation

Public Member Functions

 OperationInvocation ()
virtual ~OperationInvocation ()
 OperationInvocation (const OperationInvocation &from)
OperationInvocationoperator= (const OperationInvocation &from)
const
::google::protobuf::UnknownFieldSet & 
unknown_fields () const
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
void Swap (OperationInvocation *other)
OperationInvocationNew () const
void CopyFrom (const ::google::protobuf::Message &from)
void MergeFrom (const ::google::protobuf::Message &from)
void CopyFrom (const OperationInvocation &from)
void MergeFrom (const OperationInvocation &from)
void Clear ()
bool IsInitialized () const
int ByteSize () const
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input)
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const
::google::protobuf::uint8 * SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const
int GetCachedSize () const
::google::protobuf::Metadata GetMetadata () const
bool has_operation () const
void clear_operation ()
inline::de::uniluebeck::itm::tr::runtime::wsnapp::OperationInvocation_Operation operation () const
void set_operation (::de::uniluebeck::itm::tr::runtime::wsnapp::OperationInvocation_Operation value)
bool has_arguments () const
void clear_arguments ()
const ::std::string & arguments () const
void set_arguments (const ::std::string &value)
void set_arguments (const char *value)
void set_arguments (const void *value, size_t size)
inline::std::string * mutable_arguments ()

Static Public Member Functions

static const
::google::protobuf::Descriptor * 
descriptor ()
static const OperationInvocationdefault_instance ()
static bool Operation_IsValid (int value)
static const
::google::protobuf::EnumDescriptor * 
Operation_descriptor ()
static const ::std::string & Operation_Name (Operation value)
static bool Operation_Parse (const ::std::string &name, Operation *value)

Static Public Attributes

static const Operation SEND = OperationInvocation_Operation_SEND
static const Operation ARE_NODES_ALIVE = OperationInvocation_Operation_ARE_NODES_ALIVE
static const Operation FLASH_PROGRAMS = OperationInvocation_Operation_FLASH_PROGRAMS
static const Operation RESET_NODES = OperationInvocation_Operation_RESET_NODES
static const Operation SET_VIRTUAL_LINK = OperationInvocation_Operation_SET_VIRTUAL_LINK
static const Operation DESTROY_VIRTUAL_LINK = OperationInvocation_Operation_DESTROY_VIRTUAL_LINK
static const Operation DISABLE_NODE = OperationInvocation_Operation_DISABLE_NODE
static const Operation ENABLE_NODE = OperationInvocation_Operation_ENABLE_NODE
static const Operation DISABLE_PHYSICAL_LINK = OperationInvocation_Operation_DISABLE_PHYSICAL_LINK
static const Operation ENABLE_PHYSICAL_LINK = OperationInvocation_Operation_ENABLE_PHYSICAL_LINK
static const Operation Operation_MIN
static const Operation Operation_MAX
static const int Operation_ARRAYSIZE
static const int kOperationFieldNumber = 1
static const int kArgumentsFieldNumber = 2

Friends

void protobuf_AddDesc_WSNAppMessages_2eproto ()
void protobuf_AssignDesc_WSNAppMessages_2eproto ()
void protobuf_ShutdownFile_WSNAppMessages_2eproto ()

Member Typedef Documentation


Constructor & Destructor Documentation

de::uniluebeck::itm::tr::runtime::wsnapp::OperationInvocation::OperationInvocation ( )
de::uniluebeck::itm::tr::runtime::wsnapp::OperationInvocation::~OperationInvocation ( ) [virtual]
de::uniluebeck::itm::tr::runtime::wsnapp::OperationInvocation::OperationInvocation ( const OperationInvocation from)

Member Function Documentation

const ::std::string & de::uniluebeck::itm::tr::runtime::wsnapp::OperationInvocation::arguments ( ) const [inline]
int de::uniluebeck::itm::tr::runtime::wsnapp::OperationInvocation::ByteSize ( ) const
void de::uniluebeck::itm::tr::runtime::wsnapp::OperationInvocation::Clear ( )
void de::uniluebeck::itm::tr::runtime::wsnapp::OperationInvocation::clear_arguments ( ) [inline]
void de::uniluebeck::itm::tr::runtime::wsnapp::OperationInvocation::clear_operation ( ) [inline]
void de::uniluebeck::itm::tr::runtime::wsnapp::OperationInvocation::CopyFrom ( const OperationInvocation from)
void de::uniluebeck::itm::tr::runtime::wsnapp::OperationInvocation::CopyFrom ( const ::google::protobuf::Message from)
const OperationInvocation & de::uniluebeck::itm::tr::runtime::wsnapp::OperationInvocation::default_instance ( ) [static]
const ::google::protobuf::Descriptor * de::uniluebeck::itm::tr::runtime::wsnapp::OperationInvocation::descriptor ( ) [static]
int de::uniluebeck::itm::tr::runtime::wsnapp::OperationInvocation::GetCachedSize ( ) const [inline]
google::protobuf::Metadata de::uniluebeck::itm::tr::runtime::wsnapp::OperationInvocation::GetMetadata ( ) const
bool de::uniluebeck::itm::tr::runtime::wsnapp::OperationInvocation::has_arguments ( ) const [inline]
bool de::uniluebeck::itm::tr::runtime::wsnapp::OperationInvocation::has_operation ( ) const [inline]
bool de::uniluebeck::itm::tr::runtime::wsnapp::OperationInvocation::IsInitialized ( ) const
void de::uniluebeck::itm::tr::runtime::wsnapp::OperationInvocation::MergeFrom ( const ::google::protobuf::Message from)
void de::uniluebeck::itm::tr::runtime::wsnapp::OperationInvocation::MergeFrom ( const OperationInvocation from)
bool de::uniluebeck::itm::tr::runtime::wsnapp::OperationInvocation::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
std::string * de::uniluebeck::itm::tr::runtime::wsnapp::OperationInvocation::mutable_arguments ( ) [inline]
inline ::google::protobuf::UnknownFieldSet* de::uniluebeck::itm::tr::runtime::wsnapp::OperationInvocation::mutable_unknown_fields ( ) [inline]
OperationInvocation * de::uniluebeck::itm::tr::runtime::wsnapp::OperationInvocation::New ( ) const
de::uniluebeck::itm::tr::runtime::wsnapp::OperationInvocation_Operation de::uniluebeck::itm::tr::runtime::wsnapp::OperationInvocation::operation ( ) const [inline]
static const ::google::protobuf::EnumDescriptor* de::uniluebeck::itm::tr::runtime::wsnapp::OperationInvocation::Operation_descriptor ( ) [inline, static]
static bool de::uniluebeck::itm::tr::runtime::wsnapp::OperationInvocation::Operation_IsValid ( int  value) [inline, static]
static const ::std::string& de::uniluebeck::itm::tr::runtime::wsnapp::OperationInvocation::Operation_Name ( Operation  value) [inline, static]
static bool de::uniluebeck::itm::tr::runtime::wsnapp::OperationInvocation::Operation_Parse ( const ::std::string &  name,
Operation value 
) [inline, static]
OperationInvocation& de::uniluebeck::itm::tr::runtime::wsnapp::OperationInvocation::operator= ( const OperationInvocation from) [inline]
void de::uniluebeck::itm::tr::runtime::wsnapp::OperationInvocation::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
google::protobuf::uint8 * de::uniluebeck::itm::tr::runtime::wsnapp::OperationInvocation::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 *  output) const
void de::uniluebeck::itm::tr::runtime::wsnapp::OperationInvocation::set_arguments ( const void *  value,
size_t  size 
) [inline]
void de::uniluebeck::itm::tr::runtime::wsnapp::OperationInvocation::set_arguments ( const ::std::string &  value) [inline]
void de::uniluebeck::itm::tr::runtime::wsnapp::OperationInvocation::set_arguments ( const char *  value) [inline]
void de::uniluebeck::itm::tr::runtime::wsnapp::OperationInvocation::set_operation ( ::de::uniluebeck::itm::tr::runtime::wsnapp::OperationInvocation_Operation  value) [inline]
void de::uniluebeck::itm::tr::runtime::wsnapp::OperationInvocation::Swap ( OperationInvocation other)
const ::google::protobuf::UnknownFieldSet& de::uniluebeck::itm::tr::runtime::wsnapp::OperationInvocation::unknown_fields ( ) const [inline]

Friends And Related Function Documentation

void protobuf_AddDesc_WSNAppMessages_2eproto ( ) [friend]
void protobuf_AssignDesc_WSNAppMessages_2eproto ( ) [friend]
void protobuf_ShutdownFile_WSNAppMessages_2eproto ( ) [friend]

Member Data Documentation


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines