Open3D (C++ API)
0.17.0
|
#include <DummyReceiver.h>
Public Member Functions | |
DummyReceiver (const std::string &address, int timeout) | |
Public Member Functions inherited from open3d::io::rpc::ZMQReceiver | |
ZMQReceiver (const std::string &address="tcp://127.0.0.1:51454", int timeout=10000) | |
ZMQReceiver (const ZMQReceiver &)=delete | |
ZMQReceiver & | operator= (const ZMQReceiver &)=delete |
virtual | ~ZMQReceiver () |
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... | |
void | SetMessageProcessor (std::shared_ptr< MessageProcessorBase > processor) |
Sets the message processor object which will process incoming messages. More... | |
Receiver implementation which always returns a successful status. This class is meant for testing puproses.
open3d::io::rpc::DummyReceiver::DummyReceiver | ( | const std::string & | address, |
int | timeout | ||
) |