EvEmu
0.8.4
11 September 2021
|
#include "EVE_Planet.h"
Public Attributes | |
bool | update:1 |
bool | isECU:1 |
bool | isBase:1 |
bool | isStorage:1 |
bool | isProcess:1 |
bool | isConsumer:1 |
bool | isLaunchable:1 |
bool | isCommandCenter:1 |
bool | hasReceivedInputs:1 |
bool | receivedInputsLastCycle:1 |
int8 | state |
uint16 | level |
uint16 | typeID |
uint16 | schematicID |
uint16 | programType |
uint32 | qtyPerCycle |
uint32 | ownerID |
int64 | lastRunTime |
int64 | cycleTime |
int64 | expiryTime |
int64 | installTime |
int64 | lastLaunchTime |
float | latitude |
float | longitude |
float | capacity |
float | quantity |
float | headRadius |
std::map< uint16, PI_Heads > | heads |
std::map< uint16, uint32 > | contents |
Definition at line 168 of file EVE_Planet.h.
float PI_Pin::capacity |
Definition at line 199 of file EVE_Planet.h.
Definition at line 204 of file EVE_Planet.h.
Referenced by PlanetDB::LoadPins().
int64 PI_Pin::cycleTime |
Definition at line 191 of file EVE_Planet.h.
Referenced by PlanetDB::LoadPins().
int64 PI_Pin::expiryTime |
Definition at line 192 of file EVE_Planet.h.
Referenced by PlanetDB::LoadPins().
bool PI_Pin::hasReceivedInputs |
Definition at line 180 of file EVE_Planet.h.
Referenced by PlanetDB::LoadPins().
float PI_Pin::headRadius |
Definition at line 201 of file EVE_Planet.h.
Referenced by PlanetDB::LoadPins().
Definition at line 203 of file EVE_Planet.h.
Referenced by PlanetDB::LoadPins().
int64 PI_Pin::installTime |
Definition at line 193 of file EVE_Planet.h.
Referenced by Colony::CreatePin(), and PlanetDB::LoadPins().
bool PI_Pin::isBase |
Definition at line 172 of file EVE_Planet.h.
Referenced by Colony::CreatePin().
bool PI_Pin::isCommandCenter |
Definition at line 177 of file EVE_Planet.h.
Referenced by Colony::CreatePin(), and PlanetDB::LoadPins().
bool PI_Pin::isConsumer |
Definition at line 175 of file EVE_Planet.h.
bool PI_Pin::isECU |
Definition at line 171 of file EVE_Planet.h.
Referenced by Colony::CreatePin(), and PlanetDB::LoadPins().
bool PI_Pin::isLaunchable |
Definition at line 176 of file EVE_Planet.h.
Referenced by Colony::CreatePin(), and PlanetDB::LoadPins().
bool PI_Pin::isProcess |
Definition at line 174 of file EVE_Planet.h.
Referenced by Colony::CreatePin(), and PlanetDB::LoadPins().
bool PI_Pin::isStorage |
Definition at line 173 of file EVE_Planet.h.
Referenced by Colony::CreatePin(), and PlanetDB::LoadPins().
int64 PI_Pin::lastLaunchTime |
Definition at line 194 of file EVE_Planet.h.
Referenced by PlanetDB::LoadPins().
int64 PI_Pin::lastRunTime |
Definition at line 190 of file EVE_Planet.h.
Referenced by Colony::CreatePin(), and PlanetDB::LoadPins().
float PI_Pin::latitude |
Definition at line 196 of file EVE_Planet.h.
Referenced by Colony::CreatePin(), and PlanetDB::LoadPins().
uint16 PI_Pin::level |
Definition at line 184 of file EVE_Planet.h.
Referenced by PlanetDB::LoadPins().
float PI_Pin::longitude |
Definition at line 197 of file EVE_Planet.h.
Referenced by Colony::CreatePin(), and PlanetDB::LoadPins().
uint32 PI_Pin::ownerID |
Definition at line 189 of file EVE_Planet.h.
Referenced by Colony::CreatePin(), and PlanetDB::LoadPins().
uint16 PI_Pin::programType |
Definition at line 187 of file EVE_Planet.h.
Referenced by PlanetDB::LoadPins().
uint32 PI_Pin::qtyPerCycle |
Definition at line 188 of file EVE_Planet.h.
Referenced by Colony::CreatePin(), and PlanetDB::LoadPins().
float PI_Pin::quantity |
Definition at line 200 of file EVE_Planet.h.
bool PI_Pin::receivedInputsLastCycle |
Definition at line 181 of file EVE_Planet.h.
Referenced by PlanetDB::LoadPins().
uint16 PI_Pin::schematicID |
Definition at line 186 of file EVE_Planet.h.
Referenced by PlanetDB::LoadPins().
int8 PI_Pin::state |
Definition at line 183 of file EVE_Planet.h.
Referenced by Colony::CreatePin(), and PlanetDB::LoadPins().
uint16 PI_Pin::typeID |
Definition at line 185 of file EVE_Planet.h.
Referenced by Colony::CreatePin(), and PlanetDB::LoadPins().
bool PI_Pin::update |
Definition at line 169 of file EVE_Planet.h.