Fotobot
Get data from your photovoltaic plant
exportcontroller.h
Go to the documentation of this file.
1 
8 #ifndef _EXPORTCONTROLLER_H_
9 #define _EXPORTCONTROLLER_H_
10 
11 #include "webpage.h"
12 #include "mrequesthandler.h"
13 #include "httprequest.h"
14 #include "httpresponse.h"
15 
28  Q_OBJECT
29  Q_DISABLE_COPY(ExportController);
30  public:
31 
34 
36  void service(HttpRequest& request, HttpResponse& response);
37 
38 };
39 
40 #endif
void service(HttpRequest &request, HttpResponse &response)
XML export controller.