Add support for floating point fields in the Python bindings
[babeltrace.git] / include / babeltrace / ctf / events.h
index c92470cf83de30effd11a2da27928f804f501980..c57cde74310b7d42f286bbb730cee8670e1764e2 100644 (file)
@@ -231,6 +231,7 @@ const struct bt_definition *bt_ctf_get_enum_int(const struct bt_definition *fiel
 const char *bt_ctf_get_enum_str(const struct bt_definition *field);
 char *bt_ctf_get_char_array(const struct bt_definition *field);
 char *bt_ctf_get_string(const struct bt_definition *field);
+double bt_ctf_get_float(const struct bt_definition *field);
 
 /*
  * bt_ctf_field_get_error: returns the last error code encountered while
This page took 0.024787 seconds and 4 git commands to generate.