plebble
us::gov::engine::syncd_t::actuator Struct Referenceabstract

#include <syncd.h>

Inheritance diagram for us::gov::engine::syncd_t::actuator:

Public Member Functions

virtual ~actuator ()
 
virtual bool get_prev (const hash_t &h, hash_t &prev) const =0
 
virtual int query_block (const hash_t &hash)=0
 
virtual void clear ()=0
 
virtual bool patch_db (vector< hash_t > &patches)=0
 
virtual void on_sync ()=0
 

Constructor & Destructor Documentation

◆ ~actuator()

virtual us::gov::engine::syncd_t::actuator::~actuator ( )
inlinevirtual

Member Function Documentation

◆ clear()

virtual void us::gov::engine::syncd_t::actuator::clear ( )
pure virtual

Implemented in us::gov::engine::daemon.

◆ get_prev()

virtual bool us::gov::engine::syncd_t::actuator::get_prev ( const hash_t h,
hash_t prev 
) const
pure virtual

Implemented in us::gov::engine::daemon.

◆ on_sync()

virtual void us::gov::engine::syncd_t::actuator::on_sync ( )
pure virtual

Implemented in us::gov::engine::daemon.

◆ patch_db()

virtual bool us::gov::engine::syncd_t::actuator::patch_db ( vector< hash_t > &  patches)
pure virtual

Implemented in us::gov::engine::daemon.

◆ query_block()

virtual int us::gov::engine::syncd_t::actuator::query_block ( const hash_t hash)
pure virtual

Implemented in us::gov::engine::daemon.


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