EvEmu
0.8.4
11 September 2021
|
Public Member Functions | |
PyCallable_Make_Dispatcher (ScanBound) ScanBound(PyServiceMgr *mgr | |
Client | m_dispatch (new Dispatcher(this)) |
Client | m_client (pClient) |
virtual | ~ScanBound () |
virtual void | Release () |
PyCallable_DECL_CALL (RequestScans) | |
PyCallable_DECL_CALL (ConeScan) | |
PyCallable_DECL_CALL (ReconnectToLostProbes) | |
PyCallable_DECL_CALL (RecoverProbes) | |
PyCallable_DECL_CALL (DestroyProbe) | |
![]() | |
PyBoundObject (PyServiceMgr *mgr) | |
virtual | ~PyBoundObject () |
uint32 | nodeID () const |
uint32 | bindID () const |
std::string | GetBindStr () const |
const char * | GetName () const |
virtual PyResult | Call (const std::string &method, PyCallArgs &args) |
![]() | |
PyCallable () | |
virtual | ~PyCallable () |
Public Attributes | |
Client * | pClient: PyBoundObject(mgr) |
Protected Attributes | |
Dispatcher *const | m_dispatch |
Scan * | m_scan |
ScanningDB * | m_db |
Client * | m_client |
![]() | |
PyServiceMgr *const | m_manager |
std::string | m_strBoundObjectName |
Additional Inherited Members | |
![]() | |
void | _SetNodeBindID (uint32 nodeID, uint32 bindID) |
![]() | |
void | _SetCallDispatcher (CallDispatcher *d) |
Definition at line 46 of file ScanMgrService.cpp.
|
inlinevirtual |
return sm.RemoteSvc('scanMgr').GetSystemScanMgr().ReconnectToLostProbes()
successProbeIDs = sm.RemoteSvc('scanMgr').GetSystemScanMgr().RecoverProbes(probeIDs)
sm.RemoteSvc('scanMgr').GetSystemScanMgr().RequestScans(probes)
sm.RemoteSvc('scanMgr').GetSystemScanMgr().DestroyProbe(probeID)
Definition at line 80 of file ScanMgrService.cpp.
References m_dispatch.
Definition at line 55 of file ScanMgrService.cpp.
References PyCallable::_SetCallDispatcher(), m_dispatch, PyBoundObject::m_strBoundObjectName, and PyCallable_REG_CALL.
Client ScanBound::m_dispatch | ( | new | Dispatcherthis | ) |
ScanBound::PyCallable_DECL_CALL | ( | RequestScans | ) |
ScanBound::PyCallable_DECL_CALL | ( | ConeScan | ) |
ScanBound::PyCallable_DECL_CALL | ( | ReconnectToLostProbes | ) |
ScanBound::PyCallable_DECL_CALL | ( | RecoverProbes | ) |
ScanBound::PyCallable_DECL_CALL | ( | DestroyProbe | ) |
ScanBound::PyCallable_Make_Dispatcher | ( | ScanBound | ) |
|
inlinevirtual |
Implements PyBoundObject.
Definition at line 81 of file ScanMgrService.cpp.
|
protected |
Definition at line 96 of file ScanMgrService.cpp.
|
protected |
Definition at line 95 of file ScanMgrService.cpp.
|
protected |
Definition at line 93 of file ScanMgrService.cpp.
Referenced by m_client(), and ~ScanBound().
|
protected |
Definition at line 94 of file ScanMgrService.cpp.
Client* ScanBound::pClient |
Definition at line 53 of file ScanMgrService.cpp.