|
GNU Radio's SATELLITES Package
|
Counts frames of fixed size. More...
#include <frame_counter.h>
Public Types | |
| typedef std::shared_ptr< frame_counter > | sptr |
Static Public Member Functions | |
| static sptr | make (size_t itemsize, size_t frame_size) |
| Build the Frame Counter block. | |
Counts frames of fixed size.
The Frame Counter block counts frames of a fixed size that cross the block and outputs a message every time that new frames have crossed the block. The message contains the count.
| typedef std::shared_ptr<frame_counter> gr::satellites::frame_counter::sptr |
|
static |
Build the Frame Counter block.
| itemsize | Size of the stream items. |
| frame_size | Size of the frames. |