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_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 - @subpage FPSDK_EXAMPLES_FPB_MEASUREMENTS
27 - @subpage FPSDK_EXAMPLES_CAMERA_STREAMING
28
29
30 @page FPSDK_EXAMPLES_PARSER_INTRO Parsing and decoding FP_A messages
31
32 @include{lineno} parser_intro.cpp
33
34
35 @page FPSDK_EXAMPLES_FUSION_EPOCH Collecting fusion epoch data from FP_A messages
36
37 @include{lineno} fusion_epoch.cpp
38
39
40 @page FPSDK_EXAMPLES_FPB_MEASUREMENTS Making a FP_B-MEASUREMENTS message
41
42 @include{lineno} fpb_measurements.cpp
43
44
45 @page FPSDK_EXAMPLES_CAMERA_STREAMING Camera streaming from PBx-A1 sensor
46
47 @include{lineno} camera_streaming.cpp
48
49*/
50
51// clang-format on
52/* ****************************************************************************************************************** */
53} // namespace fpsdk
54#endif // __FPSDK_EXAMPLES_HPP__
Fixposition SDK.