Revision f914499f gnuradio-core/src/lib/general/gr_stream_to_streams.h

b/gnuradio-core/src/lib/general/gr_stream_to_streams.h
22 22
#ifndef INCLUDED_GR_STREAM_TO_STREAMS_H
23 23
#define INCLUDED_GR_STREAM_TO_STREAMS_H
24 24

25
#include <gr_core_api.h>
25 26
#include <gr_sync_decimator.h>
26 27

27 28
class gr_stream_to_streams;
28 29
typedef boost::shared_ptr<gr_stream_to_streams> gr_stream_to_streams_sptr;
29 30

30
gr_stream_to_streams_sptr 
31
GR_CORE_API gr_stream_to_streams_sptr 
31 32
gr_make_stream_to_streams (size_t item_size, size_t nstreams);
32 33

33 34

......
38 39
 * Converts a stream of N items into N streams of 1 item.
39 40
 * Repeat ad infinitum.
40 41
 */
41
class gr_stream_to_streams : public gr_sync_decimator
42
class GR_CORE_API gr_stream_to_streams : public gr_sync_decimator
42 43
{
43
  friend gr_stream_to_streams_sptr
44
  friend GR_CORE_API gr_stream_to_streams_sptr
44 45
    gr_make_stream_to_streams (size_t item_size, size_t nstreams);
45 46

46 47
 protected:

Also available in: Unified diff