![]() |
Fotobot
Get data from your photovoltaic plant
|
#include <QDebug>
#include "startup.h"
#include "database_tables.h"
#include <sys/types.h>
#include <unistd.h>
#include <pwd.h>
Go to the source code of this file.
Macros | |
#define | APPNAME "Nekardas" |
#define | ORGANISATION "Hobrasoft" |
#define | DESCRIPTION "Applications gets data from fronius invertors" |
Functions | |
int | main (int argc, char *argv[]) |
Definition in file main.cpp.
#define DESCRIPTION "Applications gets data from fronius invertors" |
#define ORGANISATION "Hobrasoft" |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Entry point of the program. Passes control to the service helper.
Definition at line 44 of file main.cpp.