Fix: src.ctf.lttng-live: emitting stream end msg with no stream
[babeltrace.git] / doc / api / dox / group-ctf-ir.dox
CommitLineData
d1dab1d2
PP
1/**
2@defgroup ctfir CTF IR
3@ingroup apiref
4@brief Common Trace Format Intermediate Representation.
5
6The <em>Common Trace Format Intermediate Representation</em>,
3db22dc0
PP
7or <strong><em>CTF IR</em></strong>, is the representation of the
8<a href="http://diamon.org/ctf">CTF</a> model within Babeltrace.
d1dab1d2 9
3db22dc0
PP
10As with any Babeltrace object, all the CTF IR objects have
11<a href="https://en.wikipedia.org/wiki/Reference_counting">reference
12counts</a>. See \ref refs to learn more about the reference counting
13management of Babeltrace objects.
14
15When the documentation says that a given
16\link ctfirfieldtypes CTF IR field type\endlink must be
17<em>equivalent to</em> another one, it means that
50842bdc 18bt_field_type_compare() \em must return 0.
bb8c17e0
PP
19
20@sa \ref ctfirexamples "Examples"
d1dab1d2 21*/
This page took 0.052662 seconds and 4 git commands to generate.