Open3D (C++ API)  0.19.0
Loading...
Searching...
No Matches
open3d::io::rpc::DummyReceiver Class Reference

#include <DummyReceiver.h>

Inheritance diagram for open3d::io::rpc::DummyReceiver:
open3d::io::rpc::ZMQReceiver

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
ZMQReceiveroperator= (const ZMQReceiver &)=delete
virtual ~ZMQReceiver ()
void Start ()
 Starts the receiver mainloop in a new thread.
void Stop ()
std::runtime_error GetLastError ()
 Returns the last error from the mainloop thread.
void SetMessageProcessor (std::shared_ptr< MessageProcessorBase > processor)
 Sets the message processor object which will process incoming messages.

Detailed Description

Receiver implementation which always returns a successful status. This class is meant for testing puproses.

Constructor & Destructor Documentation

◆ DummyReceiver()

open3d::io::rpc::DummyReceiver::DummyReceiver ( const std::string & address,
int timeout )

The documentation for this class was generated from the following files: