_CCodeGenerator.generate_c_src(): use Jinja 2 templates
[deliverable/barectf.git] / barectf / templates / c / open-func-proto.j2
1 {% import 'common.j2' as common %}
2 /* open packet for stream type `{{ stream_type.name }}` */
3 void {{ common.prefix }}{{ stream_type.name }}_open_packet(
4 struct {{ common.prefix }}{{ stream_type.name }}_ctx *sctx{{ stream_type | open_func_params_str }})
This page took 0.030199 seconds and 4 git commands to generate.