22 #ifndef INCLUDED_DIGITAL_PACKET_HEADER_DEFAULT_H
23 #define INCLUDED_DIGITAL_PACKET_HEADER_DEFAULT_H
27 #include <boost/enable_shared_from_this.hpp>
55 const std::string &len_tag_key=
"packet_len",
56 const std::string &num_tag_key=
"packet_num",
79 virtual bool header_formatter(
82 const std::vector<tag_t> &tags=std::vector<tag_t>()
90 virtual bool header_parser(
91 const unsigned char *header,
92 std::vector<tag_t> &tags);
96 const std::string &len_tag_key=
"packet_len",
97 const std::string &num_tag_key=
"packet_num",
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:30
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
boost::intrusive_ptr< pmt_base > pmt_t
typedef for shared pointer (transparent reference counting). See http://www.boost.org/libs/smart_ptr/smart_ptr.htm
Definition: pmt.h:56