Wiselib
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Friends
marcusiphone::FloorCommand Class Reference

#include <MarcusProtocol.pb.h>

List of all members.

Public Types

typedef FloorCommand_CommandType CommandType

Public Member Functions

 FloorCommand ()
virtual ~FloorCommand ()
 FloorCommand (const FloorCommand &from)
FloorCommandoperator= (const FloorCommand &from)
const
::google::protobuf::UnknownFieldSet & 
unknown_fields () const
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
void Swap (FloorCommand *other)
FloorCommandNew () const
void CopyFrom (const ::google::protobuf::Message &from)
void MergeFrom (const ::google::protobuf::Message &from)
void CopyFrom (const FloorCommand &from)
void MergeFrom (const FloorCommand &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_commandtype () const
void clear_commandtype ()
inline::marcusiphone::FloorCommand_CommandType commandtype () const
void set_commandtype (::marcusiphone::FloorCommand_CommandType value)
int ledcolors_size () const
void clear_ledcolors ()
const ::marcusiphone::LedColorledcolors (int index) const
inline::marcusiphone::LedColor * mutable_ledcolors (int index)
inline::marcusiphone::LedColor * add_ledcolors ()
const
::google::protobuf::RepeatedPtrField
< ::marcusiphone::LedColor > & 
ledcolors () const
inline::google::protobuf::RepeatedPtrField
< ::marcusiphone::LedColor > * 
mutable_ledcolors ()

Static Public Member Functions

static const
::google::protobuf::Descriptor * 
descriptor ()
static const FloorCommanddefault_instance ()
static bool CommandType_IsValid (int value)
static const
::google::protobuf::EnumDescriptor * 
CommandType_descriptor ()
static const ::std::string & CommandType_Name (CommandType value)
static bool CommandType_Parse (const ::std::string &name, CommandType *value)

Static Public Attributes

static const CommandType REBOOT = FloorCommand_CommandType_REBOOT
static const CommandType LED = FloorCommand_CommandType_LED
static const CommandType CommandType_MIN
static const CommandType CommandType_MAX
static const int CommandType_ARRAYSIZE
static const int kCommandTypeFieldNumber = 1
static const int kLedColorsFieldNumber = 2

Friends

void protobuf_AddDesc_MarcusProtocol_2eproto ()
void protobuf_AssignDesc_MarcusProtocol_2eproto ()
void protobuf_ShutdownFile_MarcusProtocol_2eproto ()

Member Typedef Documentation


Constructor & Destructor Documentation

marcusiphone::FloorCommand::FloorCommand ( )
marcusiphone::FloorCommand::~FloorCommand ( ) [virtual]
marcusiphone::FloorCommand::FloorCommand ( const FloorCommand from)

Member Function Documentation

marcusiphone::LedColor * marcusiphone::FloorCommand::add_ledcolors ( ) [inline]
int marcusiphone::FloorCommand::ByteSize ( ) const
void marcusiphone::FloorCommand::Clear ( )
void marcusiphone::FloorCommand::clear_commandtype ( ) [inline]
void marcusiphone::FloorCommand::clear_ledcolors ( ) [inline]
marcusiphone::FloorCommand_CommandType marcusiphone::FloorCommand::commandtype ( ) const [inline]
static const ::google::protobuf::EnumDescriptor* marcusiphone::FloorCommand::CommandType_descriptor ( ) [inline, static]
static bool marcusiphone::FloorCommand::CommandType_IsValid ( int  value) [inline, static]
static const ::std::string& marcusiphone::FloorCommand::CommandType_Name ( CommandType  value) [inline, static]
static bool marcusiphone::FloorCommand::CommandType_Parse ( const ::std::string &  name,
CommandType value 
) [inline, static]
void marcusiphone::FloorCommand::CopyFrom ( const FloorCommand from)
void marcusiphone::FloorCommand::CopyFrom ( const ::google::protobuf::Message from)
const FloorCommand & marcusiphone::FloorCommand::default_instance ( ) [static]
const ::google::protobuf::Descriptor * marcusiphone::FloorCommand::descriptor ( ) [static]
int marcusiphone::FloorCommand::GetCachedSize ( ) const [inline]
google::protobuf::Metadata marcusiphone::FloorCommand::GetMetadata ( ) const
bool marcusiphone::FloorCommand::has_commandtype ( ) const [inline]
bool marcusiphone::FloorCommand::IsInitialized ( ) const
const ::google::protobuf::RepeatedPtrField<::marcusiphone::LedColor > & marcusiphone::FloorCommand::ledcolors ( ) const [inline]
const ::marcusiphone::LedColor & marcusiphone::FloorCommand::ledcolors ( int  index) const [inline]
int marcusiphone::FloorCommand::ledcolors_size ( ) const [inline]
void marcusiphone::FloorCommand::MergeFrom ( const ::google::protobuf::Message from)
void marcusiphone::FloorCommand::MergeFrom ( const FloorCommand from)
bool marcusiphone::FloorCommand::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
google::protobuf::RepeatedPtrField<::marcusiphone::LedColor > * marcusiphone::FloorCommand::mutable_ledcolors ( ) [inline]
marcusiphone::LedColor * marcusiphone::FloorCommand::mutable_ledcolors ( int  index) [inline]
inline ::google::protobuf::UnknownFieldSet* marcusiphone::FloorCommand::mutable_unknown_fields ( ) [inline]
FloorCommand * marcusiphone::FloorCommand::New ( ) const
FloorCommand& marcusiphone::FloorCommand::operator= ( const FloorCommand from) [inline]
void marcusiphone::FloorCommand::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
google::protobuf::uint8 * marcusiphone::FloorCommand::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 *  output) const
void marcusiphone::FloorCommand::set_commandtype ( ::marcusiphone::FloorCommand_CommandType  value) [inline]
void marcusiphone::FloorCommand::Swap ( FloorCommand other)
const ::google::protobuf::UnknownFieldSet& marcusiphone::FloorCommand::unknown_fields ( ) const [inline]

Friends And Related Function Documentation

void protobuf_AddDesc_MarcusProtocol_2eproto ( ) [friend]
void protobuf_AssignDesc_MarcusProtocol_2eproto ( ) [friend]
void protobuf_ShutdownFile_MarcusProtocol_2eproto ( ) [friend]

Member Data Documentation

const FloorCommand_CommandType marcusiphone::FloorCommand::LED = FloorCommand_CommandType_LED [static]
const FloorCommand_CommandType marcusiphone::FloorCommand::REBOOT = FloorCommand_CommandType_REBOOT [static]

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