Fotobot
Get data from your photovoltaic plant
Main Page
Classes
Files
File List
File Members
main
startup.h
Go to the documentation of this file.
1
7
#ifndef STARTUP_H
8
#define STARTUP_H
9
10
#include <QtCore/QCoreApplication>
11
#include "qtservice.h"
12
17
class
Startup
:
public
QtService<QCoreApplication> {
18
public
:
19
21
Startup
(
int
argc,
char
*argv[]);
22
23
protected
:
24
26
void
start
();
27
33
void
stop
();
34
35
};
36
37
#endif // STARTUP_H
Startup::Startup
Startup(int argc, char *argv[])
Definition:
startup.cpp:123
Startup
Definition:
startup.h:17
Startup::start
void start()
Definition:
startup.cpp:30
Startup::stop
void stop()
Definition:
startup.cpp:117
Generated on Tue Sep 13 2016 14:22:30 for Fotobot by
1.8.9.1