Fixposition SDK 0.0.0-heads/main-0-g7b59b93
Collection of c++ libraries and apps for use with Fixposition products
Loading...
Searching...
No Matches
fpltool_dump.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 dump
12 */
13#ifndef __FPSDK_APPS_FPLTOOL_FPLTOOL_DUMP_HPP__
14#define __FPSDK_APPS_FPLTOOL_FPLTOOL_DUMP_HPP__
15
16/* LIBC/STL */
17
18/* EXTERNAL */
19
20/* Fixposition SDK */
21
22/* PACKAGE */
23#include "fpltool_opts.hpp"
24
25namespace fpsdk {
26namespace apps {
27namespace fpltool {
28/* ****************************************************************************************************************** */
29
30/**
31 * @brief Run FpltoolArgs::Command::DUMP
32 *
33 * @param[in] opts Options
34 */
35
36bool DoDump(const FplToolOptions& opts);
37
38/* ****************************************************************************************************************** */
39} // namespace fpltool
40} // namespace apps
41} // namespace fpsdk
42#endif // __FPSDK_APPS_FPLTOOL_FPLTOOL_DUMP_HPP__
Fixposition SDK: fpltool args (command line arguments)
bool DoDump(const FplToolOptions &opts)
Run FpltoolArgs::Command::DUMP.
Fixposition SDK.
Definition fpsdk_doc.hpp:20