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 |