Definition at line 23 of file house.h.
Public Attributes | |
| int | id |
| circuit id | |
| double | max_amps |
| maximum breaker amps | |
| s_circuit * | next |
| next circuit in list | |
| complex * | pS |
| pointer to load power | |
| complex * | pV |
| pointer to circuit voltage | |
| TIMESTAMP | reclose |
| time at which breaker is reclosed | |
| BREAKERSTATUS | status |
| breaker status | |
| unsigned short | tripsleft |
| the number of trips left before breaker faults | |
| CIRCUITTYPE | type |
| circuit type | |