diff --git a/python/UTAT_HERON/bindings/docstrings/tagged_stream_fixed_length_padder_pydoc_template.h b/python/UTAT_HERON/bindings/docstrings/tagged_stream_fixed_length_padder_pydoc_template.h index f2c8957..0488527 100644 --- a/python/UTAT_HERON/bindings/docstrings/tagged_stream_fixed_length_padder_pydoc_template.h +++ b/python/UTAT_HERON/bindings/docstrings/tagged_stream_fixed_length_padder_pydoc_template.h @@ -33,6 +33,9 @@ static const char* __doc_gr_UTAT_HERON_tagged_stream_fixed_length_padder_get_fin static const char* __doc_gr_UTAT_HERON_tagged_stream_fixed_length_padder_get_filler = R"doc()doc"; +static const char* __doc_gr_UTAT_HERON_tagged_stream_fixed_length_padder_get_additional_symb_overflow = + R"doc()doc"; + static const char* __doc_gr_UTAT_HERON_tagged_stream_fixed_length_padder_set_len_tag_key = R"doc()doc"; @@ -44,3 +47,6 @@ static const char* __doc_gr_UTAT_HERON_tagged_stream_fixed_length_padder_set_fin static const char* __doc_gr_UTAT_HERON_tagged_stream_fixed_length_padder_set_filler = R"doc()doc"; + +static const char* __doc_gr_UTAT_HERON_tagged_stream_fixed_length_padder_set_additional_symb_overflow = + R"doc()doc"; diff --git a/python/UTAT_HERON/bindings/tagged_stream_fixed_length_padder_python.cc b/python/UTAT_HERON/bindings/tagged_stream_fixed_length_padder_python.cc index 126c0a0..abd1abd 100644 --- a/python/UTAT_HERON/bindings/tagged_stream_fixed_length_padder_python.cc +++ b/python/UTAT_HERON/bindings/tagged_stream_fixed_length_padder_python.cc @@ -72,6 +72,12 @@ void bind_tagged_stream_fixed_length_padder(py::module& m) D(tagged_stream_fixed_length_padder, get_filler) ) + .def( + "get_additional_symb_overflow", + &tagged_stream_fixed_length_padder::get_additional_symb_overflow, + D(tagged_stream_fixed_length_padder, get_additional_symb_overflow) + ) + .def( "set_len_tag_key", &tagged_stream_fixed_length_padder::set_len_tag_key,