Fixposition SDK 0.0.0-heads/main-0-g75e6614
Collection of c++ libraries and apps for use with Fixposition products on Linux
Loading...
Searching...
No Matches
fpsdk_doc.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: Documentation
12 */
13
14#ifndef __FPSDK_DOC_HPP__
15#define __FPSDK_DOC_HPP__
16
17/**
18 * @brief Fixposition SDK
19 */
20namespace fpsdk {
21/* ****************************************************************************************************************** */
22// clang-format off
23
24/*!
25 @mainpage
26
27 @section FPSDK_OVERVIEW Overview
28
29 The Fixposition SDK provides building blocks to write apps to use with Fixposition products, namely the Vision-RTK 2
30 sensor. Some apps to test and demponstrate some of the functionality are included. Some examples are provided to
31 demonstrate the suggested use of some of the functionality.
32
33 This documentation covers installation and building of the Fixposition SDK (and the included apps), the examples
34 and the API for your own apps.
35
36 @image html fpsdk-overview.drawio.svg
37
38 @section FPSDK_PACKAGES Packages and API
39
40 The SDK consists of the following packages:
41
42 - @subpage FPSDK_COMMON_DOC
43 - @subpage FPSDK_APPS_DOC
44
45 @section FPSDK_EXAMPLES Examples
46
47 See @ref FPSDK_EXAMPLES_DOC.
48
49 @section FPSDK_BUILD Building, installing, dependencies
50
51 See @ref FPSDK_BUILD_DOC.
52
53 @section FPSDK_RUN Running pre-built apps
54
55 See @ref FPSDK_RUN_DOC.
56
57 @section FP_REFS References
58
59 - Fixposition SDK source code repository: https://github.com/fixposition/fixposition-sdk
60
61 @section FPSDK_LICENSE License
62
63 See the LICENSE file included in the source of each package or the generated documentation (@ref
64 FPSDK_COMMON_LICENSE and @ref FPSDK_APPS_LICENSE).
65*/
66
67// clang-format on
68/* ****************************************************************************************************************** */
69} // namespace fpsdk
70#endif // __FPSDK_DOC_HPP__
Fixposition SDK.