#include "AgentMgrService.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 AgentMgrService.h.
AgentMgrService::~AgentMgrService |
( |
| ) |
|
|
virtual |
Reimplemented from PyService.
Definition at line 83 of file AgentMgrService.cpp.
References _log, PyRep::AsInt(), Client::GetName(), PyRep::IsInt(), PyService::m_manager, sEntityList, PyRep::TypeString(), and PyInt::value().
84 if (!bind_args->
IsInt()) {
91 if (pAgent ==
nullptr) {
92 _log(AGENT__ERROR,
"%s: Unable to obtain agent %u", pClient->
GetName(), agentID);
#define _log(type, fmt,...)
PyServiceMgr *const m_manager
const char * GetName() const
const char * TypeString() const
AgentMgrService::PyCallable_DECL_CALL |
( |
GetAgents |
| ) |
|
|
protected |
AgentMgrService::PyCallable_DECL_CALL |
( |
GetCareerAgents |
| ) |
|
|
protected |
AgentMgrService::PyCallable_DECL_CALL |
( |
GetMyJournalDetails |
| ) |
|
|
protected |
AgentMgrService::PyCallable_DECL_CALL |
( |
GetSolarSystemOfAgent |
| ) |
|
|
protected |
AgentMgrService::PyCallable_DECL_CALL |
( |
GetMyEpicJournalDetails |
| ) |
|
|
protected |
Dispatcher* const AgentMgrService::m_dispatch |
|
protected |
The documentation for this class was generated from the following files: