Wiselib
Classes | Namespaces | Enumerations | Functions | Variables
wiselib.testing/external_interface/iphone/proto/MarcusProtocol.pb.h File Reference
#include <string>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/generated_message_util.h>
#include <google/protobuf/repeated_field.h>
#include <google/protobuf/extension_set.h>
#include <google/protobuf/generated_message_reflection.h>

Go to the source code of this file.

Classes

class  marcusiphone::Envelope
class  marcusiphone::LoginMessage
class  marcusiphone::StatusMessage
class  marcusiphone::RequestMessage
class  marcusiphone::DebugMessage
class  marcusiphone::ErrorMessage
class  marcusiphone::FloorSetup
class  marcusiphone::FloorCommand
class  marcusiphone::LedColor
class  marcusiphone::LedTemperature

Namespaces

namespace  marcusiphone
namespace  google
namespace  google::protobuf

Enumerations

enum  marcusiphone::Envelope_MessageType {
  marcusiphone::Envelope_MessageType_LOGIN = 1, marcusiphone::Envelope_MessageType_STATUS = 2, marcusiphone::Envelope_MessageType_REQUEST = 3, marcusiphone::Envelope_MessageType_COMMAND = 4,
  marcusiphone::Envelope_MessageType_DEBUG = 5, marcusiphone::Envelope_MessageType_ERROR = 6
}
enum  marcusiphone::StatusMessage_StatusType { marcusiphone::StatusMessage_StatusType_LED = 1, marcusiphone::StatusMessage_StatusType_LEDTEMP = 2, marcusiphone::StatusMessage_StatusType_FLOORSETUP = 3 }
enum  marcusiphone::RequestMessage_RequestType { marcusiphone::RequestMessage_RequestType_FLOORSETUP = 1 }
enum  marcusiphone::FloorCommand_CommandType { marcusiphone::FloorCommand_CommandType_REBOOT = 1, marcusiphone::FloorCommand_CommandType_LED = 2 }

Functions

void marcusiphone::protobuf_AddDesc_MarcusProtocol_2eproto ()
void marcusiphone::protobuf_AssignDesc_MarcusProtocol_2eproto ()
void marcusiphone::protobuf_ShutdownFile_MarcusProtocol_2eproto ()
bool marcusiphone::Envelope_MessageType_IsValid (int value)
const
::google::protobuf::EnumDescriptor * 
marcusiphone::Envelope_MessageType_descriptor ()
const ::std::string & marcusiphone::Envelope_MessageType_Name (Envelope_MessageType value)
bool marcusiphone::Envelope_MessageType_Parse (const ::std::string &name, Envelope_MessageType *value)
bool marcusiphone::StatusMessage_StatusType_IsValid (int value)
const
::google::protobuf::EnumDescriptor * 
marcusiphone::StatusMessage_StatusType_descriptor ()
const ::std::string & marcusiphone::StatusMessage_StatusType_Name (StatusMessage_StatusType value)
bool marcusiphone::StatusMessage_StatusType_Parse (const ::std::string &name, StatusMessage_StatusType *value)
bool marcusiphone::RequestMessage_RequestType_IsValid (int value)
const
::google::protobuf::EnumDescriptor * 
marcusiphone::RequestMessage_RequestType_descriptor ()
const ::std::string & marcusiphone::RequestMessage_RequestType_Name (RequestMessage_RequestType value)
bool marcusiphone::RequestMessage_RequestType_Parse (const ::std::string &name, RequestMessage_RequestType *value)
bool marcusiphone::FloorCommand_CommandType_IsValid (int value)
const
::google::protobuf::EnumDescriptor * 
marcusiphone::FloorCommand_CommandType_descriptor ()
const ::std::string & marcusiphone::FloorCommand_CommandType_Name (FloorCommand_CommandType value)
bool marcusiphone::FloorCommand_CommandType_Parse (const ::std::string &name, FloorCommand_CommandType *value)
template<>
const EnumDescriptor * google::protobuf::GetEnumDescriptor< ::marcusiphone::Envelope_MessageType > ()
template<>
const EnumDescriptor * google::protobuf::GetEnumDescriptor< ::marcusiphone::StatusMessage_StatusType > ()
template<>
const EnumDescriptor * google::protobuf::GetEnumDescriptor< ::marcusiphone::RequestMessage_RequestType > ()
template<>
const EnumDescriptor * google::protobuf::GetEnumDescriptor< ::marcusiphone::FloorCommand_CommandType > ()

Variables

const Envelope_MessageType marcusiphone::Envelope_MessageType_MessageType_MIN = Envelope_MessageType_LOGIN
const Envelope_MessageType marcusiphone::Envelope_MessageType_MessageType_MAX = Envelope_MessageType_ERROR
const int marcusiphone::Envelope_MessageType_MessageType_ARRAYSIZE = Envelope_MessageType_MessageType_MAX + 1
const StatusMessage_StatusType marcusiphone::StatusMessage_StatusType_StatusType_MIN = StatusMessage_StatusType_LED
const StatusMessage_StatusType marcusiphone::StatusMessage_StatusType_StatusType_MAX = StatusMessage_StatusType_FLOORSETUP
const int marcusiphone::StatusMessage_StatusType_StatusType_ARRAYSIZE = StatusMessage_StatusType_StatusType_MAX + 1
const RequestMessage_RequestType marcusiphone::RequestMessage_RequestType_RequestType_MIN = RequestMessage_RequestType_FLOORSETUP
const RequestMessage_RequestType marcusiphone::RequestMessage_RequestType_RequestType_MAX = RequestMessage_RequestType_FLOORSETUP
const int marcusiphone::RequestMessage_RequestType_RequestType_ARRAYSIZE = RequestMessage_RequestType_RequestType_MAX + 1
const FloorCommand_CommandType marcusiphone::FloorCommand_CommandType_CommandType_MIN = FloorCommand_CommandType_REBOOT
const FloorCommand_CommandType marcusiphone::FloorCommand_CommandType_CommandType_MAX = FloorCommand_CommandType_LED
const int marcusiphone::FloorCommand_CommandType_CommandType_ARRAYSIZE = FloorCommand_CommandType_CommandType_MAX + 1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines