Fixposition SDK 0.0.0-heads/main-0-g97f6014
Collection of c++ libraries and apps for use with Fixposition products on Linux
Loading...
Searching...
No Matches
fpltool_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: fpltool documentation
12 */
13
14#ifndef __FPSDK_APPS_FPLTOOL_FPLTOOL_DOC_HPP__
15#define __FPSDK_APPS_FPLTOOL_FPLTOOL_DOC_HPP__
16
17namespace fpsdk {
18namespace apps {
19/**
20 * @brief fpltool
21 */
22namespace fpltool {
23// clang-format off
24/* ****************************************************************************************************************** */
25
26/*!
27 @page FPSDK_APPS_FPLTOOL .fpl tool
28
29 @section FPSDK_APPS_FPLTOOL_OVERVIEW Overview
30
31 Tool to process .fpl files. This demonstrates the use of the @ref FPSDK_COMMON_FPL
32
33 See @ref FPSDK_BUILD_DOC on how to build and run this app, or @ref FPSDK_RUN_DOC on how to run it using pre-built
34 Docker images.
35
36
37 @section FPSDK_APPS_FPLTOOL_HELP Command line help
38
39 @include fpltool_helpscreen.txt
40
41*/
42
43/* ****************************************************************************************************************** */
44// clang-format on
45} // namespace fpltool
46} // namespace apps
47} // namespace fpsdk
48#endif // __FPSDK_APPS_FPLTOOL_FPLTOOL_DOC_HPP__
Fixposition SDK: Apps.
Definition doc.hpp:21
Fixposition SDK.