#include "PlanetMgrBound.h"
|
enum | CacheCheckTime {
check_Always = 0,
check_Never,
check_in_year,
check_in_6_months,
check_in_3_months,
check_in_1_month,
check_in_1_week,
check_in_1_day,
check_in_12_hours,
check_in_6_hours,
check_in_3_hours,
check_in_2_hours,
check_in_1_hour,
check_in_30_minutes,
check_in_15_minutes,
check_in_5_minutes,
check_in_1_minute,
check_in_30_seconds,
check_in_15_seconds,
check_in_5_seconds,
check_in_1_second,
_checkCount
} |
|
static const char *const | s_checkTimeStrings [_checkCount] |
|
Definition at line 35 of file PlanetMgrBound.h.
PlanetMgrService::~PlanetMgrService |
( |
| ) |
|
|
virtual |
Reimplemented from PyService.
Definition at line 159 of file PlanetMgrBound.cpp.
References _log, PyRep::AsInt(), PyRep::Dump(), PyService::GetName(), SystemEntity::GetPlanetSE(), SystemManager::GetSE(), PyRep::IsInt(), SystemEntity::IsPlanetSE(), StaticData::itemID, PyService::m_manager, sDataMgr, Client::SendErrorMsg(), sEntityList, StaticData::systemID, PyRep::TypeString(), and PyInt::value().
161 _log(PLANET__INFO,
"PlanetMgrService bind request for:");
162 bind_args->
Dump(PLANET__INFO,
" ");
163 if (!bind_args->
IsInt()) {
164 _log(SERVICE__ERROR,
"%s Service: invalid bind argument type %s",
GetName(), bind_args->
TypeString());
171 if (pSysMgr ==
nullptr) {
177 _log(SERVICE__ERROR,
"%s Service: itemID is not planetID or planet not found",
GetName());
SystemEntity * GetSE(uint32 entityID) const
void SendErrorMsg(const char *fmt,...)
#define _log(type, fmt,...)
virtual PlanetSE * GetPlanetSE()
const char * GetName() const
virtual bool IsPlanetSE()
void Dump(FILE *into, const char *pfx) const
Dumps object to file.
PyServiceMgr *const m_manager
const char * TypeString() const
PlanetMgrService::PyCallable_DECL_CALL |
( |
GetPlanet |
| ) |
|
|
protected |
PlanetMgrService::PyCallable_DECL_CALL |
( |
DeleteLaunch |
| ) |
|
|
protected |
PlanetMgrService::PyCallable_DECL_CALL |
( |
GetPlanetsForChar |
| ) |
|
|
protected |
PlanetMgrService::PyCallable_DECL_CALL |
( |
GetMyLaunchesDetails |
| ) |
|
|
protected |
Dispatcher* const PlanetMgrService::m_dispatch |
|
protected |
The documentation for this class was generated from the following files: