Fixposition SDK 0.0.0-heads/main-0-gd0a6ce2
Collection of c++ libraries and apps for use with Fixposition products
Loading...
Searching...
No Matches
common.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: common app utils
12 */
13#ifndef __FPSDK_APPS_PCOMMOM_HPP__
14#define __FPSDK_APPS_PCOMMOM_HPP__
15
16/* LIBC/STL */
17#include <cstdint>
18#include <string>
19#include <vector>
20
21/* EXTERNAL */
22
23/* Fixposition SDK */
24
25/* PACKAGE */
26
27namespace fpsdk {
28namespace apps {
29/**
30 * @brief common apps utils
31 */
32namespace common {
33/* ****************************************************************************************************************** */
34
35/* ****************************************************************************************************************** */
36} // namespace common
37} // namespace apps
38} // namespace fpsdk
39#endif // __FPSDK_APPS_PCOMMOM_HPP__
Fixposition SDK.