Wiselib
Classes | Enumerations | Functions | Variables
marcusiphone Namespace Reference

Classes

struct  StaticDescriptorInitializer_MarcusProtocol_2eproto
class  Envelope
class  LoginMessage
class  StatusMessage
class  RequestMessage
class  DebugMessage
class  ErrorMessage
class  FloorSetup
class  FloorCommand
class  LedColor
class  LedTemperature

Enumerations

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

Functions

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

Variables

struct
marcusiphone::StaticDescriptorInitializer_MarcusProtocol_2eproto 
static_descriptor_initializer_MarcusProtocol_2eproto_
const Envelope_MessageType Envelope_MessageType_MessageType_MIN = Envelope_MessageType_LOGIN
const Envelope_MessageType Envelope_MessageType_MessageType_MAX = Envelope_MessageType_ERROR
const int Envelope_MessageType_MessageType_ARRAYSIZE = Envelope_MessageType_MessageType_MAX + 1
const StatusMessage_StatusType StatusMessage_StatusType_StatusType_MIN = StatusMessage_StatusType_LED
const StatusMessage_StatusType StatusMessage_StatusType_StatusType_MAX = StatusMessage_StatusType_FLOORSETUP
const int StatusMessage_StatusType_StatusType_ARRAYSIZE = StatusMessage_StatusType_StatusType_MAX + 1
const RequestMessage_RequestType RequestMessage_RequestType_RequestType_MIN = RequestMessage_RequestType_FLOORSETUP
const RequestMessage_RequestType RequestMessage_RequestType_RequestType_MAX = RequestMessage_RequestType_FLOORSETUP
const int RequestMessage_RequestType_RequestType_ARRAYSIZE = RequestMessage_RequestType_RequestType_MAX + 1
const FloorCommand_CommandType FloorCommand_CommandType_CommandType_MIN = FloorCommand_CommandType_REBOOT
const FloorCommand_CommandType FloorCommand_CommandType_CommandType_MAX = FloorCommand_CommandType_LED
const int FloorCommand_CommandType_CommandType_ARRAYSIZE = FloorCommand_CommandType_CommandType_MAX + 1

Enumeration Type Documentation

Enumerator:
Envelope_MessageType_LOGIN 
Envelope_MessageType_STATUS 
Envelope_MessageType_REQUEST 
Envelope_MessageType_COMMAND 
Envelope_MessageType_DEBUG 
Envelope_MessageType_ERROR 
Enumerator:
FloorCommand_CommandType_REBOOT 
FloorCommand_CommandType_LED 
Enumerator:
RequestMessage_RequestType_FLOORSETUP 
Enumerator:
StatusMessage_StatusType_LED 
StatusMessage_StatusType_LEDTEMP 
StatusMessage_StatusType_FLOORSETUP 

Function Documentation

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

Variable Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines