Fotobot
Get data from your photovoltaic plant
Main Page
Classes
Files
File List
File Members
invertors
invertor
invertor_status.h
Go to the documentation of this file.
1
7
#ifndef _INVERTOR_STATUS_
8
#define _INVERTOR_STATUS_
9
10
#include <QString>
11
18
class
INVERTOR_status
{
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
INVERTOR_status::retries
int retries
Number of retries.
Definition:
invertor_status.h:22
INVERTOR_status::status
QString status
Status string.
Definition:
invertor_status.h:24
INVERTOR_status::invertors
int invertors
Number of invertors.
Definition:
invertor_status.h:27
INVERTOR_status::command
QString command
Current command pending.
Definition:
invertor_status.h:23
INVERTOR_status::line
int line
line number (database id)
Definition:
invertor_status.h:20
INVERTOR_status::line_description
QString line_description
Line description.
Definition:
invertor_status.h:25
INVERTOR_status::working
int working
Number of working invertors.
Definition:
invertor_status.h:26
INVERTOR_status
Stores the invertors status.
Definition:
invertor_status.h:18
INVERTOR_status::address
int address
address of invertor
Definition:
invertor_status.h:21
Generated on Tue Sep 13 2016 14:22:30 for Fotobot by
1.8.9.1