Remote.hpp 382 B

12345678910111213141516
  1. ///
  2. /// \file Remote.hpp
  3. ///
  4. /// Top level include wrapper for remote client/server proxies.
  5. ///
  6. /// \copyright
  7. /// Copyright (c) 2013-2014 Josh Blum
  8. /// SPDX-License-Identifier: BSL-1.0
  9. ///
  10. #pragma once
  11. #include <Pothos/Config.hpp>
  12. #include <Pothos/Remote/Client.hpp>
  13. #include <Pothos/Remote/Server.hpp>
  14. #include <Pothos/Remote/Handler.hpp>
  15. #include <Pothos/Remote/Exception.hpp>