#include <gr_single_threaded_scheduler.h>
#include <gr_block.h>
#include <gr_block_detail.h>
#include <gr_buffer.h>
#include <iostream>
#include <limits>
#include <assert.h>
#include <stdio.h>
Defines | |
#define | ENABLE_LOGGING 0 |
#define | LOG(x) do {;} while(0) |
Functions | |
std::ostream & | operator<< (std::ostream &os, const gr_block *m) |
gr_single_threaded_scheduler_sptr | gr_make_single_threaded_scheduler (const std::vector< gr_block_sptr > &blocks) |
#define ENABLE_LOGGING 0 |
#define LOG | ( | x | ) | do {;} while(0) |
gr_single_threaded_scheduler_sptr gr_make_single_threaded_scheduler | ( | const std::vector< gr_block_sptr > & | blocks | ) |
Referenced by _wrap_single_threaded_scheduler().
std::ostream& operator<< | ( | std::ostream & | os, | |
const gr_block * | m | |||
) |
References gr_block::name(), and gr_block::unique_id().