PIVX Core  5.6.99
P2P Digital Currency
Public Member Functions | List of all members
QtRPCTimerInterface Class Reference

#include <rpcexecutor.h>

Inheritance diagram for QtRPCTimerInterface:
[legend]
Collaboration diagram for QtRPCTimerInterface:
[legend]

Public Member Functions

 ~QtRPCTimerInterface ()
 
const char * Name ()
 Implementation name. More...
 
RPCTimerBaseNewTimer (std::function< void(void)> &func, int64_t millis)
 Factory function for timers. More...
 
- Public Member Functions inherited from RPCTimerInterface
virtual ~RPCTimerInterface ()
 

Detailed Description

Definition at line 66 of file rpcexecutor.h.

Constructor & Destructor Documentation

◆ ~QtRPCTimerInterface()

QtRPCTimerInterface::~QtRPCTimerInterface ( )
inline

Definition at line 69 of file rpcexecutor.h.

Member Function Documentation

◆ Name()

const char* QtRPCTimerInterface::Name ( )
inlinevirtual

Implementation name.

Implements RPCTimerInterface.

Definition at line 70 of file rpcexecutor.h.

◆ NewTimer()

RPCTimerBase* QtRPCTimerInterface::NewTimer ( std::function< void(void)> &  func,
int64_t  millis 
)
inlinevirtual

Factory function for timers.

RPC will call the function to create a timer that will call func in millis milliseconds.

Note
As the RPC mechanism is backend-neutral, it can use different implementations of timers. This is needed to cope with the case in which there is no HTTP server, but only GUI RPC console, and to break the dependency of pcserver on httprpc.

Implements RPCTimerInterface.

Definition at line 71 of file rpcexecutor.h.


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