10#ifndef INCLUDED_SATELLITES_FRAME_COUNTER_H
11#define INCLUDED_SATELLITES_FRAME_COUNTER_H
13#include <gnuradio/sync_block.h>
31 typedef std::shared_ptr<frame_counter>
sptr;
39 static sptr make(
size_t itemsize,
size_t frame_size);
#define SATELLITES_API
Definition api.h:31
Counts frames of fixed size.
Definition frame_counter.h:29
std::shared_ptr< frame_counter > sptr
Definition frame_counter.h:31
static sptr make(size_t itemsize, size_t frame_size)
Build the Frame Counter block.
Definition ax100_decode.h:18
Definition ax100_decode.h:17