![]() |
Fotobot
Get data from your photovoltaic plant
|
#include "static.h"
#include "startup.h"
#include "dualfilelogger.h"
#include "httplistener.h"
#include "requestmapper.h"
#include "staticfilecontroller.h"
#include "invertors.h"
#include "maintenance.h"
#include <QLibraryInfo>
#include <QTranslator>
#include <QTextCodec>
#include <QtGlobal>
Go to the source code of this file.
Macros | |
#define | APPNAME "fotobot" |
#define | ORGANISATION "Hobrasoft" |
#define | DESCRIPTION "Applications gets data from fronius invertors" |
Definition in file startup.cpp.
#define APPNAME "fotobot" |
Name of this application
Definition at line 21 of file startup.cpp.
#define DESCRIPTION "Applications gets data from fronius invertors" |
Short description of this application
Definition at line 27 of file startup.cpp.
#define ORGANISATION "Hobrasoft" |
Publisher of this application
Definition at line 24 of file startup.cpp.