GNU Radio 3.6.5 C++ API

gr_single_threaded_scheduler Class Reference

Simple scheduler for stream computations. More...

#include <gr_single_threaded_scheduler.h>

List of all members.

Public Member Functions

 ~gr_single_threaded_scheduler ()
void run ()
void stop ()

Friends

GR_CORE_API
gr_single_threaded_scheduler_sptr 
gr_make_single_threaded_scheduler (const std::vector< gr_block_sptr > &blocks)

Detailed Description

Simple scheduler for stream computations.


Constructor & Destructor Documentation

gr_single_threaded_scheduler::~gr_single_threaded_scheduler ( )

Member Function Documentation

void gr_single_threaded_scheduler::run ( )
void gr_single_threaded_scheduler::stop ( )

Friends And Related Function Documentation

GR_CORE_API gr_single_threaded_scheduler_sptr gr_make_single_threaded_scheduler ( const std::vector< gr_block_sptr > &  blocks) [friend]

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