Fixposition SDK 0.0.0-heads/main-0-g7b59b93
Collection of c++ libraries and apps for use with Fixposition products
Loading...
Searching...
No Matches
stream.hpp
Go to the documentation of this file.
1/**
2 * \verbatim
3 * ___ ___
4 * \ \ / /
5 * \ \/ / Copyright (c) Fixposition AG (www.fixposition.com) and contributors
6 * / /\ \ License: see the LICENSE file
7 * /__/ \__\
8 * \endverbatim
9 *
10 * @file
11 * @brief Fixposition SDK: Streams
12 *
13 * @page FPSDK_COMMON_STREAM Streams
14 *
15 * **API**: fpsdk_common/stream.hpp and fpsdk::common::stream
16 *
17 */
18#ifndef __FPSDK_COMMON_STREAM_HPP__
19#define __FPSDK_COMMON_STREAM_HPP__
20
21/* LIBC/STL */
22
23/* EXTERNAL */
24
25/* PACKAGE */
26
27namespace fpsdk {
28namespace common {
29/**
30 * @brief Streams
31 */
32namespace stream {
33/* ****************************************************************************************************************** */
34
35/* ****************************************************************************************************************** */
36} // namespace stream
37} // namespace common
38} // namespace fpsdk
39#endif // __FPSDK_COMMON_STREAM_HPP__
Fixposition SDK.
Definition fpsdk_doc.hpp:20