![]() |
BSHA3
0.17.99
P2P Blockchain, based on Bitcoin
|
#include <zmqpublishnotifier.h>
Public Member Functions | |
| bool | SendMessage (const char *command, const void *data, size_t size) |
| bool | Initialize (void *pcontext) override |
| void | Shutdown () override |
Public Member Functions inherited from CZMQAbstractNotifier | |
| CZMQAbstractNotifier () | |
| virtual | ~CZMQAbstractNotifier () |
| std::string | GetType () const |
| void | SetType (const std::string &t) |
| std::string | GetAddress () const |
| void | SetAddress (const std::string &a) |
| virtual bool | NotifyBlock (const CBlockIndex *pindex) |
| virtual bool | NotifyTransaction (const CTransaction &transaction) |
Private Attributes | |
| uint32_t | nSequence |
| upcounting per message sequence number More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from CZMQAbstractNotifier | |
| template<typename T > | |
| static CZMQAbstractNotifier * | Create () |
Protected Attributes inherited from CZMQAbstractNotifier | |
| void * | psocket |
| std::string | type |
| std::string | address |
Definition at line 12 of file zmqpublishnotifier.h.
|
overridevirtual |
Implements CZMQAbstractNotifier.
Definition at line 63 of file zmqpublishnotifier.cpp.
| bool CZMQAbstractPublishNotifier::SendMessage | ( | const char * | command, |
| const void * | data, | ||
| size_t | size | ||
| ) |
Definition at line 132 of file zmqpublishnotifier.cpp.
|
overridevirtual |
Implements CZMQAbstractNotifier.
Definition at line 102 of file zmqpublishnotifier.cpp.
|
private |
upcounting per message sequence number
Definition at line 15 of file zmqpublishnotifier.h.
1.8.14