Wiselib
|
#include <MarcusProtocol.pb.h>
Public Types | |
typedef Envelope_MessageType | MessageType |
Public Member Functions | |
Envelope () | |
virtual | ~Envelope () |
Envelope (const Envelope &from) | |
Envelope & | operator= (const Envelope &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (Envelope *other) |
Envelope * | New () const |
void | CopyFrom (const ::google::protobuf::Message &from) |
void | MergeFrom (const ::google::protobuf::Message &from) |
void | CopyFrom (const Envelope &from) |
void | MergeFrom (const Envelope &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_messagetype () const |
void | clear_messagetype () |
inline::marcusiphone::Envelope_MessageType | messagetype () const |
void | set_messagetype (::marcusiphone::Envelope_MessageType value) |
bool | has_source () const |
void | clear_source () |
const ::std::string & | source () const |
void | set_source (const ::std::string &value) |
void | set_source (const char *value) |
void | set_source (const char *value, size_t size) |
inline::std::string * | mutable_source () |
bool | has_destination () const |
void | clear_destination () |
const ::std::string & | destination () const |
void | set_destination (const ::std::string &value) |
void | set_destination (const char *value) |
void | set_destination (const char *value, size_t size) |
inline::std::string * | mutable_destination () |
bool | has_loginmessage () const |
void | clear_loginmessage () |
const ::marcusiphone::LoginMessage & | loginmessage () const |
inline::marcusiphone::LoginMessage * | mutable_loginmessage () |
bool | has_statusmessage () const |
void | clear_statusmessage () |
const ::marcusiphone::StatusMessage & | statusmessage () const |
inline::marcusiphone::StatusMessage * | mutable_statusmessage () |
bool | has_errormessage () const |
void | clear_errormessage () |
const ::marcusiphone::ErrorMessage & | errormessage () const |
inline::marcusiphone::ErrorMessage * | mutable_errormessage () |
bool | has_debugmessage () const |
void | clear_debugmessage () |
const ::marcusiphone::DebugMessage & | debugmessage () const |
inline::marcusiphone::DebugMessage * | mutable_debugmessage () |
bool | has_floorcommand () const |
void | clear_floorcommand () |
const ::marcusiphone::FloorCommand & | floorcommand () const |
inline::marcusiphone::FloorCommand * | mutable_floorcommand () |
bool | has_requestmessage () const |
void | clear_requestmessage () |
const ::marcusiphone::RequestMessage & | requestmessage () const |
inline::marcusiphone::RequestMessage * | mutable_requestmessage () |
Static Public Member Functions | |
static const ::google::protobuf::Descriptor * | descriptor () |
static const Envelope & | default_instance () |
static bool | MessageType_IsValid (int value) |
static const ::google::protobuf::EnumDescriptor * | MessageType_descriptor () |
static const ::std::string & | MessageType_Name (MessageType value) |
static bool | MessageType_Parse (const ::std::string &name, MessageType *value) |
Static Public Attributes | |
static const MessageType | LOGIN = Envelope_MessageType_LOGIN |
static const MessageType | STATUS = Envelope_MessageType_STATUS |
static const MessageType | REQUEST = Envelope_MessageType_REQUEST |
static const MessageType | COMMAND = Envelope_MessageType_COMMAND |
static const MessageType | DEBUG = Envelope_MessageType_DEBUG |
static const MessageType | ERROR = Envelope_MessageType_ERROR |
static const MessageType | MessageType_MIN |
static const MessageType | MessageType_MAX |
static const int | MessageType_ARRAYSIZE |
static const int | kMessageTypeFieldNumber = 1 |
static const int | kSourceFieldNumber = 2 |
static const int | kDestinationFieldNumber = 3 |
static const int | kLoginMessageFieldNumber = 4 |
static const int | kStatusMessageFieldNumber = 5 |
static const int | kErrorMessageFieldNumber = 6 |
static const int | kDebugMessageFieldNumber = 7 |
static const int | kFloorCommandFieldNumber = 8 |
static const int | kRequestMessageFieldNumber = 9 |
Friends | |
void | protobuf_AddDesc_MarcusProtocol_2eproto () |
void | protobuf_AssignDesc_MarcusProtocol_2eproto () |
void | protobuf_ShutdownFile_MarcusProtocol_2eproto () |
marcusiphone::Envelope::Envelope | ( | ) |
marcusiphone::Envelope::~Envelope | ( | ) | [virtual] |
marcusiphone::Envelope::Envelope | ( | const Envelope & | from | ) |
int marcusiphone::Envelope::ByteSize | ( | ) | const |
void marcusiphone::Envelope::Clear | ( | ) |
void marcusiphone::Envelope::clear_debugmessage | ( | ) | [inline] |
void marcusiphone::Envelope::clear_destination | ( | ) | [inline] |
void marcusiphone::Envelope::clear_errormessage | ( | ) | [inline] |
void marcusiphone::Envelope::clear_floorcommand | ( | ) | [inline] |
void marcusiphone::Envelope::clear_loginmessage | ( | ) | [inline] |
void marcusiphone::Envelope::clear_messagetype | ( | ) | [inline] |
void marcusiphone::Envelope::clear_requestmessage | ( | ) | [inline] |
void marcusiphone::Envelope::clear_source | ( | ) | [inline] |
void marcusiphone::Envelope::clear_statusmessage | ( | ) | [inline] |
void marcusiphone::Envelope::CopyFrom | ( | const Envelope & | from | ) |
void marcusiphone::Envelope::CopyFrom | ( | const ::google::protobuf::Message & | from | ) |
const ::marcusiphone::DebugMessage & marcusiphone::Envelope::debugmessage | ( | ) | const [inline] |
const Envelope & marcusiphone::Envelope::default_instance | ( | ) | [static] |
const ::google::protobuf::Descriptor * marcusiphone::Envelope::descriptor | ( | ) | [static] |
const ::std::string & marcusiphone::Envelope::destination | ( | ) | const [inline] |
const ::marcusiphone::ErrorMessage & marcusiphone::Envelope::errormessage | ( | ) | const [inline] |
const ::marcusiphone::FloorCommand & marcusiphone::Envelope::floorcommand | ( | ) | const [inline] |
int marcusiphone::Envelope::GetCachedSize | ( | ) | const [inline] |
google::protobuf::Metadata marcusiphone::Envelope::GetMetadata | ( | ) | const |
bool marcusiphone::Envelope::has_debugmessage | ( | ) | const [inline] |
bool marcusiphone::Envelope::has_destination | ( | ) | const [inline] |
bool marcusiphone::Envelope::has_errormessage | ( | ) | const [inline] |
bool marcusiphone::Envelope::has_floorcommand | ( | ) | const [inline] |
bool marcusiphone::Envelope::has_loginmessage | ( | ) | const [inline] |
bool marcusiphone::Envelope::has_messagetype | ( | ) | const [inline] |
bool marcusiphone::Envelope::has_requestmessage | ( | ) | const [inline] |
bool marcusiphone::Envelope::has_source | ( | ) | const [inline] |
bool marcusiphone::Envelope::has_statusmessage | ( | ) | const [inline] |
bool marcusiphone::Envelope::IsInitialized | ( | ) | const |
const ::marcusiphone::LoginMessage & marcusiphone::Envelope::loginmessage | ( | ) | const [inline] |
void marcusiphone::Envelope::MergeFrom | ( | const ::google::protobuf::Message & | from | ) |
void marcusiphone::Envelope::MergeFrom | ( | const Envelope & | from | ) |
bool marcusiphone::Envelope::MergePartialFromCodedStream | ( | ::google::protobuf::io::CodedInputStream * | input | ) |
marcusiphone::Envelope_MessageType marcusiphone::Envelope::messagetype | ( | ) | const [inline] |
static const ::google::protobuf::EnumDescriptor* marcusiphone::Envelope::MessageType_descriptor | ( | ) | [inline, static] |
static bool marcusiphone::Envelope::MessageType_IsValid | ( | int | value | ) | [inline, static] |
static const ::std::string& marcusiphone::Envelope::MessageType_Name | ( | MessageType | value | ) | [inline, static] |
static bool marcusiphone::Envelope::MessageType_Parse | ( | const ::std::string & | name, |
MessageType * | value | ||
) | [inline, static] |
marcusiphone::DebugMessage * marcusiphone::Envelope::mutable_debugmessage | ( | ) | [inline] |
std::string * marcusiphone::Envelope::mutable_destination | ( | ) | [inline] |
marcusiphone::ErrorMessage * marcusiphone::Envelope::mutable_errormessage | ( | ) | [inline] |
marcusiphone::FloorCommand * marcusiphone::Envelope::mutable_floorcommand | ( | ) | [inline] |
marcusiphone::LoginMessage * marcusiphone::Envelope::mutable_loginmessage | ( | ) | [inline] |
marcusiphone::RequestMessage * marcusiphone::Envelope::mutable_requestmessage | ( | ) | [inline] |
std::string * marcusiphone::Envelope::mutable_source | ( | ) | [inline] |
marcusiphone::StatusMessage * marcusiphone::Envelope::mutable_statusmessage | ( | ) | [inline] |
inline ::google::protobuf::UnknownFieldSet* marcusiphone::Envelope::mutable_unknown_fields | ( | ) | [inline] |
Envelope * marcusiphone::Envelope::New | ( | ) | const |
const ::marcusiphone::RequestMessage & marcusiphone::Envelope::requestmessage | ( | ) | const [inline] |
void marcusiphone::Envelope::SerializeWithCachedSizes | ( | ::google::protobuf::io::CodedOutputStream * | output | ) | const |
google::protobuf::uint8 * marcusiphone::Envelope::SerializeWithCachedSizesToArray | ( | ::google::protobuf::uint8 * | output | ) | const |
void marcusiphone::Envelope::set_destination | ( | const ::std::string & | value | ) | [inline] |
void marcusiphone::Envelope::set_destination | ( | const char * | value | ) | [inline] |
void marcusiphone::Envelope::set_destination | ( | const char * | value, |
size_t | size | ||
) | [inline] |
void marcusiphone::Envelope::set_messagetype | ( | ::marcusiphone::Envelope_MessageType | value | ) | [inline] |
void marcusiphone::Envelope::set_source | ( | const char * | value | ) | [inline] |
void marcusiphone::Envelope::set_source | ( | const char * | value, |
size_t | size | ||
) | [inline] |
void marcusiphone::Envelope::set_source | ( | const ::std::string & | value | ) | [inline] |
const ::std::string & marcusiphone::Envelope::source | ( | void | ) | const [inline] |
const ::marcusiphone::StatusMessage & marcusiphone::Envelope::statusmessage | ( | ) | const [inline] |
void marcusiphone::Envelope::Swap | ( | Envelope * | other | ) |
const ::google::protobuf::UnknownFieldSet& marcusiphone::Envelope::unknown_fields | ( | ) | const [inline] |
void protobuf_AddDesc_MarcusProtocol_2eproto | ( | ) | [friend] |
void protobuf_AssignDesc_MarcusProtocol_2eproto | ( | ) | [friend] |
void protobuf_ShutdownFile_MarcusProtocol_2eproto | ( | ) | [friend] |
const Envelope_MessageType marcusiphone::Envelope::COMMAND = Envelope_MessageType_COMMAND [static] |
const Envelope_MessageType marcusiphone::Envelope::DEBUG = Envelope_MessageType_DEBUG [static] |
const Envelope_MessageType marcusiphone::Envelope::ERROR = Envelope_MessageType_ERROR [static] |
const int marcusiphone::Envelope::kDebugMessageFieldNumber = 7 [static] |
const int marcusiphone::Envelope::kDestinationFieldNumber = 3 [static] |
const int marcusiphone::Envelope::kErrorMessageFieldNumber = 6 [static] |
const int marcusiphone::Envelope::kFloorCommandFieldNumber = 8 [static] |
const int marcusiphone::Envelope::kLoginMessageFieldNumber = 4 [static] |
const int marcusiphone::Envelope::kMessageTypeFieldNumber = 1 [static] |
const int marcusiphone::Envelope::kRequestMessageFieldNumber = 9 [static] |
const int marcusiphone::Envelope::kSourceFieldNumber = 2 [static] |
const int marcusiphone::Envelope::kStatusMessageFieldNumber = 5 [static] |
const Envelope_MessageType marcusiphone::Envelope::LOGIN = Envelope_MessageType_LOGIN [static] |
const int marcusiphone::Envelope::MessageType_ARRAYSIZE [static] |
const Envelope_MessageType marcusiphone::Envelope::MessageType_MAX [static] |
const Envelope_MessageType marcusiphone::Envelope::MessageType_MIN [static] |
const Envelope_MessageType marcusiphone::Envelope::REQUEST = Envelope_MessageType_REQUEST [static] |
const Envelope_MessageType marcusiphone::Envelope::STATUS = Envelope_MessageType_STATUS [static] |