47 const zmq::message_t& msg,
size_t& offset,
bool& ok);
60 const zmq::message_t& msg);
91std::tuple<std::string, double, std::shared_ptr<t::geometry::Geometry>>
Definition MessageProcessorBase.h:27
Definition BufferConnection.cpp:19
bool ReplyIsOKStatus(const zmq::message_t &msg)
Convenience function for checking if the message is an OK.
Definition MessageUtils.cpp:52
messages::MeshData GeometryToMeshData(const t::geometry::TriangleMesh &trimesh)
Definition MessageUtils.cpp:259
std::string CreateSerializedRequestMessage(const std::string &msg_id)
Creates a serialized Request message for testing purposes.
Definition MessageUtils.cpp:66
std::tuple< const void *, size_t > GetZMQMessageDataAndSize(const zmq::message_t &msg)
Definition MessageUtils.cpp:73
std::tuple< int32_t, std::string > GetStatusCodeAndStr(const messages::Status &status)
Definition MessageUtils.cpp:78
std::tuple< std::string, double, std::shared_ptr< t::geometry::Geometry > > DataBufferToMetaGeometry(std::string &data)
Definition MessageUtils.cpp:340
std::shared_ptr< t::geometry::Geometry > MeshDataToGeometry(const messages::MeshData &mesh_data)
Definition MessageUtils.cpp:168
std::shared_ptr< zmq::message_t > CreateStatusOKMsg()
Definition MessageUtils.cpp:83
std::shared_ptr< messages::Status > UnpackStatusFromReply(const zmq::message_t &msg, size_t &offset, bool &ok)
Definition MessageUtils.cpp:23
Definition FeatureIO.cpp:14
Definition PinholeCameraIntrinsic.cpp:16
Definition ConnectionBase.h:12
Definition Messages.h:104
struct for storing MeshData, e.g., PointClouds, TriangleMesh, ..
Definition Messages.h:255
Definition Messages.h:522