EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
ScanMgrService.cpp File Reference
#include "eve-server.h"
#include "Client.h"
#include "PyBoundObject.h"
#include "PyServiceCD.h"
#include "Probes.h"
#include "exploration/ScanMgrService.h"
#include "system/DestinyManager.h"
#include "system/SystemManager.h"
#include "system/SystemBubble.h"
Include dependency graph for ScanMgrService.cpp:

Go to the source code of this file.

Classes

class  ScanBound
 

Functions

 PyCallable_Make_InnerDispatcher (ScanMgrService) ScanMgrService
 

Function Documentation

PyCallable_Make_InnerDispatcher ( ScanMgrService  )

Definition at line 99 of file ScanMgrService.cpp.

References m_dispatch, and PyCallable_REG_CALL.

102 : PyService(mgr, "scanMgr"),
103  m_dispatch(new Dispatcher(this))
104 {
105  _SetCallDispatcher(m_dispatch);
106 
107  PyCallable_REG_CALL(ScanMgrService, GetSystemScanMgr);
108 
109 }
Dispatcher *const m_dispatch
#define PyCallable_REG_CALL(c, m)
Definition: PyServiceCD.h:78