Fixposition SDK 0.0.0-heads/main-0-g7b59b93
Collection of c++ libraries and apps for use with Fixposition products
Loading...
Searching...
No Matches
app.hpp File Reference

Fixposition SDK: Utilities for apps. More...

#include <cstdint>
#include "logging.hpp"
Include dependency graph for app.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fpsdk::common::app::SigIntHelper
 Helper to catch SIGINT (CTRL-c) More...
 
class  fpsdk::common::app::StacktraceHelper
 Helper to print a strack trace on SIGSEGV and SIGABRT. More...
 
class  fpsdk::common::app::ProgramOptions
 Program options. More...
 
struct  fpsdk::common::app::ProgramOptions::Option
 A program option. More...
 

Namespaces

namespace  fpsdk
 Fixposition SDK.
 
namespace  fpsdk::common
 Fixposition SDK: Common library.
 
namespace  fpsdk::common::app
 Utilities for apps.
 

Functions

void fpsdk::common::app::PrintStacktrace ()
 Prints a stacktrace to stderr.
 

Detailed Description

Fixposition SDK: Utilities for apps.

* ___    ___
* \  \  /  /
*  \  \/  /   Copyright (c) Fixposition AG (www.fixposition.com) and contributors
*  /  /\  \   License: see the LICENSE file
* /__/  \__\
* 

Definition in file app.hpp.