Bitcoin
Public Member Functions | Private Attributes | List of all members
HTTPRPCTimerInterface Class Reference
Inheritance diagram for HTTPRPCTimerInterface:
RPCTimerInterface

Public Member Functions

 HTTPRPCTimerInterface (struct event_base *_base)
 
const char * Name () override
 
RPCTimerBaseNewTimer (std::function< void()> &func, int64_t millis) override
 
- Public Member Functions inherited from RPCTimerInterface
virtual ~RPCTimerInterface ()
 

Private Attributes

struct event_base * base
 

Constructor & Destructor Documentation

◆ HTTPRPCTimerInterface()

HTTPRPCTimerInterface::HTTPRPCTimerInterface ( struct event_base *  _base)
inlineexplicit

Member Function Documentation

◆ Name()

const char* HTTPRPCTimerInterface::Name ( )
inlineoverridevirtual

Implementation name

Implements RPCTimerInterface.

◆ NewTimer()

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

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.

Member Data Documentation

◆ base

struct event_base* HTTPRPCTimerInterface::base
private

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