Extract int and char arrays from fields
authorJulien Desfossez <julien.desfossez@polymtl.ca>
Tue, 27 Sep 2011 01:00:10 +0000 (21:00 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 27 Sep 2011 01:00:10 +0000 (21:00 -0400)
commit343c801f4e026a36093f654bdf88749d25f75fb4
tree4344888e135bbacfb0a7a6dfa640a49874bdb172
parente73cc54c775bbc29328a108f65a12a0f7e3c70f7
Extract int and char arrays from fields

Three helper functions to ease the extraction of basic types from event
fields. For now we support signed and unsigned integers and strings.
Other functions could be added following the same principle for other
types.

Signed-off-by: Julien Desfossez <julien.desfossez@polymtl.ca>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/babeltrace/types.h
types/array.c
types/integer.c
This page took 0.024601 seconds and 4 git commands to generate.