Open3D (C++ API)  0.19.0
Loading...
Searching...
No Matches
DummyReceiver.h
Go to the documentation of this file.
1// ----------------------------------------------------------------------------
2// - Open3D: www.open3d.org -
3// ----------------------------------------------------------------------------
4// Copyright (c) 2018-2024 www.open3d.org
5// SPDX-License-Identifier: MIT
6// ----------------------------------------------------------------------------
7
8#pragma once
9
12
13namespace open3d {
14namespace io {
15namespace rpc {
16
19class DummyReceiver : public ZMQReceiver {
20public:
21 DummyReceiver(const std::string& address, int timeout);
22};
23
24} // namespace rpc
25} // namespace io
26} // namespace open3d
DummyReceiver(const std::string &address, int timeout)
Definition DummyReceiver.cpp:19
ZMQReceiver(const std::string &address="tcp://127.0.0.1:51454", int timeout=10000)
Definition ZMQReceiver.cpp:36
Definition BufferConnection.cpp:19
Definition FeatureIO.cpp:14
Definition PinholeCameraIntrinsic.cpp:16