Open3D (C++ API)  0.17.0
Loading...
Searching...
No Matches
ZMQContext.h
Go to the documentation of this file.
1// ----------------------------------------------------------------------------
2// - Open3D: www.open3d.org -
3// ----------------------------------------------------------------------------
4// Copyright (c) 2018-2023 www.open3d.org
5// SPDX-License-Identifier: MIT
6// ----------------------------------------------------------------------------
7
8#pragma once
9
10#include <memory>
11
12namespace zmq {
13class context_t;
14}
15
16namespace open3d {
17namespace io {
18namespace rpc {
19
21std::shared_ptr<zmq::context_t> GetZMQContext();
22
26
27} // namespace rpc
28} // namespace io
29} // namespace open3d
void DestroyZMQContext()
Definition ZMQContext.cpp:29
std::shared_ptr< zmq::context_t > GetZMQContext()
Returns the zeromq context for this process.
Definition ZMQContext.cpp:21
Definition PinholeCameraIntrinsic.cpp:16
Definition ConnectionBase.h:12