103 return sMapData.GetStationExtraInfo();
109 return sMapData.GetPseudoSecurities();
122 sLog.Cyan(
"MapService::Handle_GetHistory()",
"type: %i, timeframe: %i", int1, int2 );
138 list->AddItem(tuple);
151 sLog.Warning(
"MapService::Handle_GetAllianceJumpBridges()",
"size= %u", call.
tuple->
size() );
152 call.
Dump(SERVICE__CALL_DUMP);
163 list->AddItem(tuple);
171 sLog.Warning(
"MapService::Handle_GetAllianceBeacons()",
"size= %u", call.
tuple->
size() );
172 call.
Dump(SERVICE__CALL_DUMP);
184 sLog.Warning(
"MapService::Handle_GetCurrentSovData()",
"size= %u", call.
tuple->
size() );
185 call.
Dump(SERVICE__CALL_DUMP);
187 Call_SingleIntegerArg
args;
188 if (!args.Decode(&call.
tuple)) {
189 codelog(SERVICE__ERROR,
"%s: Failed to decode arguments.",
GetName());
193 return svDataMgr.GetCurrentSovData(args.arg);
247 sLog.Warning(
"MapService::Handle_GetDeadspaceComplexMap()",
"size= %u", call.
tuple->
size() );
248 call.
Dump(SERVICE__CALL_DUMP);
358 sLog.Warning(
"MapService::Handle_GetIncursionGlobalReport()",
"size= %u", call.
tuple->
size() );
359 call.
Dump(SERVICE__CALL_DUMP);
369 sLog.Warning(
"MapService::Handle_GetVictoryPoints()",
"size= %u", call.
tuple->
size() );
370 call.
Dump(SERVICE__CALL_DUMP);
379 sLog.Warning(
"MapService::Handle_GetStuckSystems()",
"size= %u", call.
tuple->
size() );
380 call.
Dump(SERVICE__CALL_DUMP);
Dispatcher *const m_dispatch
static PyObject * GetSolSystemVisits(uint32)
PyRep * GetItem(size_t index) const
Returns Python object.
int32 GetInt(uint32 index) const
static PyRep * GetDynamicData(uint8 type, uint8 time)
PyCallable_Make_InnerDispatcher(MapService) MapService
static PyRep * GetMyCorpMates(uint32 corpID)
int32 GetCharacterID() const
int32 GetCorporationID() const
static uint32 IntegerValueU32(PyRep *pRep)
const char * GetName() const
int32 GetAllianceID() const
PyRep * GetCurrentEntities()
bool GetRow(DBResultRow &into)
static void GetLinkableJumpArrays(uint32 corpID, DBQueryResult &res)
#define is_log_enabled(type)
#define sLog
Evaluates to a NewLog instance.
static PyRep * GetMyStandings(uint32 charID)
#define codelog(type, fmt,...)
void SetItem(size_t index, PyRep *object)
Stores Python object.
SystemManager * SystemMgr() const
static void GetAllianceJumpArrays(uint32 allyID, DBQueryResult &res)
#define PyCallable_REG_CALL(c, m)
Dispatcher *const m_dispatch
void Dump(LogType type) const