![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <Messages.h>

Public Member Functions | |
| Status () | |
| Status (int code, const std::string &str) | |
| MSGPACK_DEFINE_MAP (code, str) | |
Static Public Member Functions | |
| static std::string | MsgId () |
| static Status | OK () |
| static Status | ErrorUnsupportedMsgId () |
| static Status | ErrorUnpackingFailed () |
| static Status | ErrorProcessingMessage () |
Public Attributes | |
| int32_t | code |
| return code. 0 means everything is OK. More... | |
| std::string | str |
| string representation of the code More... | |
struct for defining a "status" message, which will be used for returning error codes or returning code 0 if the call does not return something else.
Definition at line 522 of file Messages.h.
|
inline |
Definition at line 525 of file Messages.h.
Referenced by ErrorProcessingMessage(), ErrorUnpackingFailed(), ErrorUnsupportedMsgId(), and OK().
|
inline |
Definition at line 526 of file Messages.h.
|
inlinestatic |
Definition at line 534 of file Messages.h.
References Status().
Referenced by cloudViewer::visualization::MessageProcessor::ProcessMessage().
|
inlinestatic |
Definition at line 531 of file Messages.h.
References Status().
|
inlinestatic |
Definition at line 528 of file Messages.h.
References Status().
|
inlinestatic |
Definition at line 523 of file Messages.h.
Referenced by cloudViewer::io::rpc::UnpackStatusFromReply().
|
inlinestatic |
Definition at line 527 of file Messages.h.
References Status().
| int32_t cloudViewer::io::rpc::messages::Status::code |
return code. 0 means everything is OK.
Definition at line 539 of file Messages.h.
Referenced by cloudViewer::io::rpc::GetStatusCodeAndStr().
| std::string cloudViewer::io::rpc::messages::Status::str |
string representation of the code
Definition at line 541 of file Messages.h.
Referenced by cloudViewer::io::rpc::GetStatusCodeAndStr().