23 #ifndef INCLUDED_BAZ_SDL_SINK_UC_H 24 #define INCLUDED_BAZ_SDL_SINK_UC_H 26 #include <gnuradio/sync_block.h> 44 typedef boost::shared_ptr<sdl_sink_uc>
sptr;
46 static sptr make(
double framerate,
47 int width,
int height,
49 int dst_width,
int dst_height,
const std::string filename =
"",
bool manual_flip =
false,
const std::string font_path =
"");
51 virtual void flip(
void)=0;
video sink using SDL
Definition: baz_sdl_sink_uc.h:40
Definition: baz_additive_scrambler_bb.h:28
#define BAZ_API
Definition: config.h:8
boost::shared_ptr< sdl_sink_uc > sptr
Definition: baz_sdl_sink_uc.h:44