|
PIPS-NLP
|
#include <ps.h>
Public Member Functions | |
| DCBUS () | |
| ~DCBUS () | |
| void | DCBUSGetNGen (int *) |
| void | DCBUSGetGen (int, DCGEN **) |
| void | DCBUSGetLoad (double *) |
| void | DCBUSGetVariableLocation (int *) |
| void | DCBUSGetVariableLocation_Part (int *) |
| void | DCBUSGetSupportingLines (int *, DCLINE ***) |
Public Attributes | |
| int | bus_i |
| char | i [20] |
| char | name [20] |
| double | va |
| int | nconnlines |
| DCLINE * | connlines [MAXCONNLINES] |
| int | ngen |
| DCGEN * | gens [NGEN_AT_BUS_MAX] |
| double | loads |
| int | startloc |
| int | startloc_Part |
| int | partID |
| bool | haveCutLine |
| DCBUS::DCBUS | ( | ) |
|
inline |
| void DCBUS::DCBUSGetGen | ( | int | gen_num, |
| DCGEN ** | gen | ||
| ) |
| void DCBUS::DCBUSGetLoad | ( | double * | load | ) |
| void DCBUS::DCBUSGetNGen | ( | int * | ngen | ) |
| void DCBUS::DCBUSGetSupportingLines | ( | int * | nsupplines, |
| DCLINE *** | supplines | ||
| ) |
| void DCBUS::DCBUSGetVariableLocation | ( | int * | loc | ) |
| void DCBUS::DCBUSGetVariableLocation_Part | ( | int * | loc | ) |
| int DCBUS::bus_i |
| DCLINE* DCBUS::connlines[MAXCONNLINES] |
| DCGEN* DCBUS::gens[NGEN_AT_BUS_MAX] |
| bool DCBUS::haveCutLine |
| char DCBUS::i[20] |
| double DCBUS::loads |
| char DCBUS::name[20] |
| int DCBUS::nconnlines |
| int DCBUS::ngen |
| int DCBUS::partID |
| int DCBUS::startloc |
| int DCBUS::startloc_Part |
| double DCBUS::va |
1.8.11