23 #ifndef INCLUDED_GR_SINGLE_THREADED_SCHEDULER_H
24 #define INCLUDED_GR_SINGLE_THREADED_SCHEDULER_H
47 const std::vector<gr_block_sptr> d_blocks;
48 volatile bool d_enabled;
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
#define GR_CORE_API
Definition: gr_core_api.h:30
GR_CORE_API gr_single_threaded_scheduler_sptr gr_make_single_threaded_scheduler(const std::vector< gr_block_sptr > &blocks)
Simple scheduler for stream computations.
Definition: gr_single_threaded_scheduler.h:39