• NymeaApplication
  • NymeaApplication Class

    (nymeaserver::NymeaApplication)

    Application class of the nymea server. More...

    Header: #include <NymeaApplication>

    Public Functions

    NymeaApplication(int &argc, char **argv)

    Detailed Description

    Application class of the nymea server.

    The NymeaApplication is a subclass of the {http://doc.qt.io/qt-5/qcoreapplication.html}{QCoreApplication} and is responsable to catch system signals like SIGQUIT, SIGINT, SIGTERM, SIGHUP..

    See also NymeaService.

    Member Function Documentation

    NymeaApplication::NymeaApplication(int &argc, char **argv)

    Default constructs an instance of NymeaApplication.