EvEmu
0.8.4
11 September 2021
|
This is the complete list of members for PosMgrDB, including all inherited members.
CreateNewAccount(const char *login, const char *pass, const char *passHash, int64 role) | ServiceDB | protectedstatic |
DeleteData(uint32 itemID) | PosMgrDB | |
GetAccountInformation(CryptoChallengePacket &ccp, AccountData &aData, std::string &failMsg) | ServiceDB | static |
GetAllianceJumpArrays(uint32 allyID, DBQueryResult &res) | PosMgrDB | static |
GetBaseData(EVEPOS::StructureData &data) | PosMgrDB | |
GetBridgeData(EVEPOS::JumpBridgeData &data) | PosMgrDB | |
GetConstant(const char *name, uint32 &into) | ServiceDB | static |
GetControlTowerFuelRequirements(DBQueryResult &res) | PosMgrDB | |
GetCorpControlTowers(uint32 corpID) | PosMgrDB | |
GetCorpHangarNames(uint32 corpID, std::map< uint8, std::string > &hangarNames) | ServiceDB | static |
GetCorpJumpArrays(uint32 corpID, DBQueryResult &res) | PosMgrDB | static |
GetCustomsData(EVEPOS::CustomsData &cData, EVEPOS::OrbitalData &oData) | PosMgrDB | |
GetLinkableJumpArrays(uint32 corpID, DBQueryResult &res) | PosMgrDB | static |
GetReactorData(ReactorData *pData, EVEPOS::StructureData &sData) | PosMgrDB | |
GetSiloCapacityForType(uint16 typeID) | PosMgrDB | |
GetStationOwner(uint32 stationID) | ServiceDB | |
GetTowerData(EVEPOS::TowerData &tData, EVEPOS::StructureData &sData) | PosMgrDB | |
IncrementLoginCount(uint32 accountID) | ServiceDB | static |
InstallBridgeLink(uint32 itemID, uint32 toSystemID, uint32 toItemID) | PosMgrDB | |
LookupChars(const char *match, bool exact=false) | ServiceDB | static |
LookupCorporations(const std::string &) | ServiceDB | static |
LookupCorporationTickers(const std::string &) | ServiceDB | static |
LookupFactions(const std::string &) | ServiceDB | static |
LookupKnownLocationsByGroup(const std::string &, uint32) | ServiceDB | static |
LookupOwners(const char *match, bool exact=false) | ServiceDB | static |
LookupStations(const std::string &) | ServiceDB | static |
PrimeOwners(std::vector< int32 > &itemIDs) | ServiceDB | static |
ProcessIntChange(const char *key, uint32 oldValue, uint32 newValue, PyDict *notif, std::vector< std::string > &dbQ) | ServiceDB | protected |
ProcessLongChange(const char *key, int64 oldValue, int64 newValue, PyDict *notif, std::vector< std::string > &dbQ) | ServiceDB | protected |
ProcessRealChange(const char *key, double oldValue, double newValue, PyDict *notif, std::vector< std::string > &dbQ) | ServiceDB | protected |
ProcessStringChange(const char *key, const std::string &oldValue, std::string newValue, PyDict *notif, std::vector< std::string > &dbQ) | ServiceDB | protected |
SaveBaseData(EVEPOS::StructureData &data) | PosMgrDB | |
SaveBridgeData(EVEPOS::JumpBridgeData &data) | PosMgrDB | |
SaveCustomsData(EVEPOS::CustomsData &cData, EVEPOS::OrbitalData &oData) | PosMgrDB | |
SaveKillOrLoss(CharKillData &data) | ServiceDB | static |
SaveReactorData(ReactorData *pData, EVEPOS::StructureData &sData) | PosMgrDB | |
SaveServerStats(double threads, float rss, float vm, float user, float kernel, uint32 items, uint32 bubbles) | ServiceDB | static |
SaveTowerData(EVEPOS::TowerData &tData, EVEPOS::StructureData &sData) | PosMgrDB | |
SetAccountBanStatus(uint32 accountID, bool banned=false) | ServiceDB | static |
SetAccountOnlineStatus(uint32 accountID, bool online=false) | ServiceDB | static |
SetCharacterOnlineStatus(uint32 char_id, bool online=false) | ServiceDB | static |
SetClientSeed() | ServiceDB | static |
SetServerOnlineStatus(bool online=false) | ServiceDB | static |
UninstallBridgeLink(uint32 itemID) | PosMgrDB | |
UpdateAccess(int32 itemID, EVEPOS::TowerData &data) | PosMgrDB | |
UpdateAccountHash(const char *username, std::string &hash) | ServiceDB | static |
UpdateBaseData(EVEPOS::StructureData &data) | PosMgrDB | |
UpdateBridgeData(EVEPOS::JumpBridgeData &data) | PosMgrDB | |
UpdateCustomsData(EVEPOS::CustomsData &cData, EVEPOS::OrbitalData &oData) | PosMgrDB | |
UpdateDeployFlags(int32 itemID, EVEPOS::TowerData &data) | PosMgrDB | |
UpdateHarmonicAndPassword(int32 itemID, EVEPOS::TowerData &data) | PosMgrDB | |
UpdateNotify(int32 itemID, EVEPOS::TowerData &data) | PosMgrDB | |
UpdatePassword(int32 itemID, EVEPOS::TowerData &data) | PosMgrDB | |
ServiceDB::UpdatePassword(uint32 accountID, const char *pass) | ServiceDB | static |
UpdatePermission(int32 itemID, EVEPOS::TowerData &data) | PosMgrDB | |
UpdateReactorData(ReactorData *pData, EVEPOS::StructureData &sData) | PosMgrDB | |
UpdateSentry(int32 itemID, EVEPOS::TowerData &data) | PosMgrDB | |
UpdateTimeStamp(int32 itemID, EVEPOS::StructureData &data) | PosMgrDB | |
UpdateUsageFlags(int32 itemID, EVEPOS::StructureData &data) | PosMgrDB | |
ValidateAccountName(CryptoChallengePacket &ccp, std::string &failMsg) | ServiceDB | static |