| version 1.4 | version 1.5 |
|---|
| |
| gridforceCont[0] = gridforceCont[1] = gridforceCont[2] = FALSE; | gridforceCont[0] = gridforceCont[1] = gridforceCont[2] = FALSE; |
| gridforceVolts = FALSE; | gridforceVolts = FALSE; |
| gridforceLite = FALSE; | gridforceLite = FALSE; |
| | gridforceCheckSize = TRUE; |
| } | } |
| | |
| char *gridforceKey; | char *gridforceKey; |
| |
| Bool gridforceCont[3]; | Bool gridforceCont[3]; |
| Bool gridforceVolts; | Bool gridforceVolts; |
| Bool gridforceLite; | Bool gridforceLite; |
| | Bool gridforceCheckSize; |
| MGridforceParams *next; | MGridforceParams *next; |
| }; | }; |
| | |
| |
| | |
| MGridforceParams* find_key(const char* key); | MGridforceParams* find_key(const char* key); |
| int index_for_key(const char* key); | int index_for_key(const char* key); |
| | MGridforceParams* at_index(int idx); |
| MGridforceParams* add(const char* key); | MGridforceParams* add(const char* key); |
| | |
| MGridforceParams *get_first() { | MGridforceParams *get_first() { |