Dash Core  0.12.2.1
P2P Digital Currency
CRPCSignals Struct Reference

Public Attributes

boost::signals2::signal< void()> Started
 
boost::signals2::signal< void()> Stopped
 
boost::signals2::signal< void(const CRPCCommand &)> PreCommand
 
boost::signals2::signal< void(const CRPCCommand &)> PostCommand
 

Detailed Description

Definition at line 42 of file server.cpp.

Member Data Documentation

◆ PostCommand

boost::signals2::signal<void (const CRPCCommand&)> CRPCSignals::PostCommand

Definition at line 47 of file server.cpp.

Referenced by CRPCTable::execute(), and RPCServer::OnPostCommand().

◆ PreCommand

boost::signals2::signal<void (const CRPCCommand&)> CRPCSignals::PreCommand

Definition at line 46 of file server.cpp.

Referenced by CRPCTable::execute(), and RPCServer::OnPreCommand().

◆ Started

boost::signals2::signal<void ()> CRPCSignals::Started

Definition at line 44 of file server.cpp.

Referenced by RPCServer::OnStarted(), and StartRPC().

◆ Stopped

boost::signals2::signal<void ()> CRPCSignals::Stopped

Definition at line 45 of file server.cpp.

Referenced by RPCServer::OnStopped(), and StopRPC().


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