Definition in file house.h.
Go to the source code of this file.
Classes | |
| class | house |
| struct | s_circuit |
| struct | s_panel |
Defines | |
| #define | N_SOLAR_SURFACES 9 |
Typedefs | |
| typedef s_circuit | CIRCUIT |
| circuit definition | |
| typedef s_panel | PANEL |
| panel definition | |
Enumerations | |
| enum | BREAKERSTATUS { BRK_OPEN = 0, BRK_CLOSED = 1, BRK_FAULT = -1 } |
| enum | CIRCUITTYPE { X12 = 0, X23 = 1, X13 = 2 } |
| enum | ORIENTATION { HORIZONTAL, NORTH, NORTH_EAST, EAST, SOUTH_EAST, SOUTH, SOUTH_WEST, WEST, NORTH_WEST } |