Fixposition SDK 0.0.0-heads/main-0-g90a51ff
Collection of c++ libraries and apps for use with Fixposition products
Loading...
Searching...
No Matches
fpsdk_examples.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_EXAMPLES_HPP__
15#define __FPSDK_EXAMPLES_HPP__
16
17namespace fpsdk {
18/* ****************************************************************************************************************** */
19// clang-format off
20
21/*!
22 @page FPSDK_EXAMPLES_DOC Fixposition SDK: Examples
23
24 - @subpage FPSDK_EXAMPLES_PARSER_INTRO
25 - @subpage FPSDK_EXAMPLES_FUSION_EPOCH
26
27
28 @page FPSDK_EXAMPLES_PARSER_INTRO Parsing and decoding FP_A messages
29
30 @include{lineno} parser_intro.cpp
31
32
33 @page FPSDK_EXAMPLES_FUSION_EPOCH Collecting fusion epoch data from FP_A messages
34
35 @include{lineno} fusion_epoch.cpp
36
37
38*/
39
40// clang-format on
41/* ****************************************************************************************************************** */
42} // namespace fpsdk
43#endif // __FPSDK_EXAMPLES_HPP__
Fixposition SDK.