Open3D (C++ API)
0.13.0
|
#include <DummyReceiver.h>
Public Member Functions | |
DummyReceiver (const std::string &address, int timeout) | |
std::shared_ptr< zmq::message_t > | ProcessMessage (const messages::Request &req, const messages::SetMeshData &msg, const MsgpackObject &obj) override |
std::shared_ptr< zmq::message_t > | ProcessMessage (const messages::Request &req, const messages::GetMeshData &msg, const MsgpackObject &obj) override |
std::shared_ptr< zmq::message_t > | ProcessMessage (const messages::Request &req, const messages::SetCameraData &msg, const MsgpackObject &obj) override |
std::shared_ptr< zmq::message_t > | ProcessMessage (const messages::Request &req, const messages::SetProperties &msg, const MsgpackObject &obj) override |
std::shared_ptr< zmq::message_t > | ProcessMessage (const messages::Request &req, const messages::SetActiveCamera &msg, const MsgpackObject &obj) override |
std::shared_ptr< zmq::message_t > | ProcessMessage (const messages::Request &req, const messages::SetTime &msg, const MsgpackObject &obj) override |
![]() | |
ReceiverBase (const std::string &address="tcp://127.0.0.1:51454", int timeout=10000) | |
ReceiverBase (const ReceiverBase &)=delete | |
ReceiverBase & | operator= (const ReceiverBase &)=delete |
virtual | ~ReceiverBase () |
void | Start () |
Starts the receiver mainloop in a new thread. More... | |
void | Stop () |
std::runtime_error | GetLastError () |
Returns the last error from the mainloop thread. More... | |
Additional Inherited Members |
Receiver implementation which always returns a successful status. This class is meant for testing puproses.
|
inline |
|
inlineoverridevirtual |
Function for processing a msg.
req | The Request object that accompanies the msg object. |
msg | The message to be processed |
obj | The object from which the msg was unpacked. Can be used for custom unpacking. |
Reimplemented from open3d::io::rpc::ReceiverBase.
|
inlineoverridevirtual |
Reimplemented from open3d::io::rpc::ReceiverBase.
|
inlineoverridevirtual |
Reimplemented from open3d::io::rpc::ReceiverBase.
|
inlineoverridevirtual |
Reimplemented from open3d::io::rpc::ReceiverBase.
|
inlineoverridevirtual |
Reimplemented from open3d::io::rpc::ReceiverBase.
|
inlineoverridevirtual |
Reimplemented from open3d::io::rpc::ReceiverBase.