EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
zActionServer Class Reference

#include "zActionServer.h"

Inheritance diagram for zActionServer:
Collaboration diagram for zActionServer:

Public Member Functions

zActionServer.cpp

not sure yet system for EVEmu

: Allan

Date
: 13 December 2018
 zActionServer (PyServiceMgr *mgr)
 
 ~zActionServer ()
 
- Public Member Functions inherited from PyService
 PyService (PyServiceMgr *mgr, const char *serviceName)
 
virtual ~PyService ()
 
virtual PyResult Call (const std::string &method, PyCallArgs &args)
 
const char * GetName () const
 
- Public Member Functions inherited from PyCallable
 PyCallable ()
 
virtual ~PyCallable ()
 

Protected Member Functions

 PyCallable_DECL_CALL (RequestActionStart)
 
 PyCallable_DECL_CALL (QA_RequestForceActionStart)
 
- Protected Member Functions inherited from PyService
PyObject_BuildCachedReturn (PySubStream **result, const char *sessionInfo, CacheCheckTime check)
 
virtual PyBoundObjectCreateBoundObject (Client *pClient, const PyRep *bind_args)
 
virtual PyResult Handle_MachoResolveObject (PyCallArgs &call)
 
virtual PyResult Handle_MachoBindObject (PyCallArgs &call)
 
- Protected Member Functions inherited from PyCallable
void _SetCallDispatcher (CallDispatcher *d)
 

Protected Attributes

Dispatcher *const m_dispatch
 
- Protected Attributes inherited from PyService
PyServiceMgr *const m_manager
 

Additional Inherited Members

- Protected Types inherited from PyService
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 Protected Attributes inherited from PyService
static const char *const s_checkTimeStrings [_checkCount]
 

Detailed Description

Definition at line 20 of file zActionServer.h.

Constructor & Destructor Documentation

zActionServer::zActionServer ( PyServiceMgr mgr)

Definition at line 37 of file zActionServer.cpp.

References PyCallable::_SetCallDispatcher(), m_dispatch, and PyCallable_REG_CALL.

38 : PyService(mgr, "zActionServer"),
39 m_dispatch(new Dispatcher(this))
40 {
42 
43  PyCallable_REG_CALL(zActionServer, RequestActionStart);
44  PyCallable_REG_CALL(zActionServer, QA_RequestForceActionStart);
45 
46 }
PyService(PyServiceMgr *mgr, const char *serviceName)
Definition: PyService.cpp:32
void _SetCallDispatcher(CallDispatcher *d)
Definition: PyCallable.h:87
Dispatcher *const m_dispatch
Definition: zActionServer.h:29
#define PyCallable_REG_CALL(c, m)
Definition: PyServiceCD.h:78

Here is the call graph for this function:

zActionServer::~zActionServer ( )

Definition at line 48 of file zActionServer.cpp.

References m_dispatch.

49 {
50  delete m_dispatch;
51 
52 }
Dispatcher *const m_dispatch
Definition: zActionServer.h:29

Member Function Documentation

zActionServer::PyCallable_DECL_CALL ( RequestActionStart  )
protected
zActionServer::PyCallable_DECL_CALL ( QA_RequestForceActionStart  )
protected

Member Data Documentation

Dispatcher* const zActionServer::m_dispatch
protected

Definition at line 29 of file zActionServer.h.

Referenced by zActionServer(), and ~zActionServer().


The documentation for this class was generated from the following files: