Fixposition SDK 0.0.0-heads/main-0-g5c7edb5
Collection of c++ libraries and apps for use with Fixposition products on Linux
Loading...
Searching...
No Matches
timeconv_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: timeconv documentation
12 */
13
14#ifndef __FPSDK_APPS_TIMECONV_DOC_HPP__
15#define __FPSDK_APPS_TIMECONV_DOC_HPP__
16
17namespace fpsdk {
18namespace apps {
19/**
20 * @brief timeconv
21 */
22namespace timeconv {
23// clang-format off
24/* ****************************************************************************************************************** */
25
26/*!
27 @page FPSDK_APPS_TIMECONV Time conversion tool
28
29 @section FPSDK_APPS_TIMECONV_OVERVIEW Overview
30
31 Tool to convert time. This demonstrates the use of the @ref FPSDK_COMMON_TIME
32
33 See @ref FPSDK_BUILD_DOC on how to build and run the apps, or @ref FPSDK_RUN_DOC on how to run the apps.
34
35 @section FPSDK_APPS_TIMECONV_HELP Command line help
36
37 @include timeconv_helpscreen.txt
38
39*/
40
41/* ****************************************************************************************************************** */
42// clang-format on
43} // namespace timeconv
44} // namespace apps
45} // namespace fpsdk
46#endif // __FPSDK_APPS_TIMECONV_DOC_HPP__
Fixposition SDK.