Fotobot
Get data from your photovoltaic plant
invertor_status.h
Go to the documentation of this file.
1 
7 #ifndef _INVERTOR_STATUS_
8 #define _INVERTOR_STATUS_
9 
10 #include <QString>
11 
19  public:
20  int line;
21  int address;
22  int retries;
23  QString command;
24  QString status;
25  QString line_description;
26  int working;
27  int invertors;
28 
29  INVERTOR_status() {
30  line=0; address=0; retries=0; working=0; invertors=0;
31  }
32 
33 };
34 
35 #endif
int retries
Number of retries.
QString status
Status string.
int invertors
Number of invertors.
QString command
Current command pending.
int line
line number (database id)
QString line_description
Line description.
int working
Number of working invertors.
Stores the invertors status.
int address
address of invertor