#include <gr_scheduler_tpb.h>

Public Member Functions | |
| ~gr_scheduler_tpb () | |
| void | stop () |
| Tell the scheduler to stop executing. | |
| void | wait () |
| Block until the graph is done. | |
Static Public Member Functions | |
| static gr_scheduler_sptr | make (gr_flat_flowgraph_sptr ffg) |
Protected Member Functions | |
| gr_scheduler_tpb (gr_flat_flowgraph_sptr ffg) | |
| Construct a scheduler and begin evaluating the graph. | |
| gr_scheduler_tpb::gr_scheduler_tpb | ( | gr_flat_flowgraph_sptr | ffg | ) | [protected] |
Construct a scheduler and begin evaluating the graph.
The scheduler will continue running until all blocks until they report that they are done or the stop method is called.
| gr_scheduler_tpb::~gr_scheduler_tpb | ( | ) |
| static gr_scheduler_sptr gr_scheduler_tpb::make | ( | gr_flat_flowgraph_sptr | ffg | ) | [static] |
| void gr_scheduler_tpb::stop | ( | ) | [virtual] |
| void gr_scheduler_tpb::wait | ( | ) | [virtual] |
1.5.9