Add ctf_sequence_hex() macro
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 30 Jun 2015 23:39:36 +0000 (19:39 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 1 Jul 2015 14:09:39 +0000 (10:09 -0400)
This patch adds the `_elem_type_base` parameter to
the internal _ctf_sequence_encoded() macro to
specify the sequence's element type's base.

ctf_sequence_hex() sets the `_elem_type_base`
parameter to 16.

This is convenient for recording byte buffers and
viewing them in hexadecimal.

Suggested-by: Antoine Busque <abusque@efficios.com>
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>

No differences found
This page took 0.025368 seconds and 4 git commands to generate.