- ///
- /// \file Remote.hpp
- ///
- /// Top level include wrapper for remote client/server proxies.
- ///
- /// \copyright
- /// Copyright (c) 2013-2014 Josh Blum
- /// SPDX-License-Identifier: BSL-1.0
- ///
- #pragma once
- #include <Pothos/Config.hpp>
- #include <Pothos/Remote/Client.hpp>
- #include <Pothos/Remote/Server.hpp>
- #include <Pothos/Remote/Handler.hpp>
- #include <Pothos/Remote/Exception.hpp>
|