7#ifndef BABELTRACE2_TYPES_H
8#define BABELTRACE2_TYPES_H
12#ifndef __BT_IN_BABELTRACE_H
13# error "Please include <babeltrace2/babeltrace.h> instead."
22typedef struct bt_clock_class bt_clock_class;
23typedef struct bt_clock_snapshot bt_clock_snapshot;
24typedef struct bt_component bt_component;
25typedef struct bt_component_class bt_component_class;
26typedef struct bt_component_class_filter bt_component_class_filter;
27typedef struct bt_component_class_sink bt_component_class_sink;
28typedef struct bt_component_class_source bt_component_class_source;
29typedef struct bt_component_descriptor_set bt_component_descriptor_set;
30typedef struct bt_component_filter bt_component_filter;
31typedef struct bt_component_sink bt_component_sink;
32typedef struct bt_component_source bt_component_source;
33typedef struct bt_connection bt_connection;
34typedef struct bt_error bt_error;
35typedef struct bt_error_cause bt_error_cause;
36typedef struct bt_event bt_event;
37typedef struct bt_event_class bt_event_class;
38typedef struct bt_field bt_field;
39typedef struct bt_field_class bt_field_class;
40typedef struct bt_field_class_bit_array_flag bt_field_class_bit_array_flag;
41typedef struct bt_field_class_enumeration_mapping bt_field_class_enumeration_mapping;
42typedef struct bt_field_class_enumeration_signed_mapping bt_field_class_enumeration_signed_mapping;
43typedef struct bt_field_class_enumeration_unsigned_mapping bt_field_class_enumeration_unsigned_mapping;
44typedef struct bt_field_class_structure_member bt_field_class_structure_member;
45typedef struct bt_field_class_variant_option bt_field_class_variant_option;
46typedef struct bt_field_class_variant_with_selector_field_integer_signed_option bt_field_class_variant_with_selector_field_integer_signed_option;
47typedef struct bt_field_class_variant_with_selector_field_integer_unsigned_option bt_field_class_variant_with_selector_field_integer_unsigned_option;
48typedef struct bt_field_location bt_field_location;
49typedef struct bt_field_path bt_field_path;
50typedef struct bt_field_path_item bt_field_path_item;
51typedef struct bt_graph bt_graph;
52typedef struct bt_integer_range_set bt_integer_range_set;
53typedef struct bt_integer_range_set_signed bt_integer_range_set_signed;
54typedef struct bt_integer_range_set_unsigned bt_integer_range_set_unsigned;
55typedef struct bt_integer_range_signed bt_integer_range_signed;
56typedef struct bt_integer_range_unsigned bt_integer_range_unsigned;
57typedef struct bt_interrupter bt_interrupter;
58typedef struct bt_message bt_message;
59typedef struct bt_message_iterator bt_message_iterator;
60typedef struct bt_message_iterator_class bt_message_iterator_class;
61typedef struct bt_object bt_object;
62typedef struct bt_packet bt_packet;
63typedef struct bt_plugin bt_plugin;
64typedef struct bt_plugin_set bt_plugin_set;
65typedef struct bt_port bt_port;
66typedef struct bt_port_input bt_port_input;
67typedef struct bt_port_output bt_port_output;
68typedef struct bt_port_output_message_iterator bt_port_output_message_iterator;
69typedef struct bt_private_query_executor bt_private_query_executor;
70typedef struct bt_query_executor bt_query_executor;
71typedef struct bt_self_component bt_self_component;
72typedef struct bt_self_component_class bt_self_component_class;
73typedef struct bt_self_component_class_filter bt_self_component_class_filter;
74typedef struct bt_self_component_class_sink bt_self_component_class_sink;
75typedef struct bt_self_component_class_source bt_self_component_class_source;
76typedef struct bt_self_component_filter bt_self_component_filter;
77typedef struct bt_self_component_filter_configuration bt_self_component_filter_configuration;
78typedef struct bt_self_component_port bt_self_component_port;
79typedef struct bt_self_component_port_input bt_self_component_port_input;
80typedef struct bt_message_iterator bt_message_iterator;
81typedef struct bt_self_component_port_output bt_self_component_port_output;
82typedef struct bt_self_component_sink bt_self_component_sink;
83typedef struct bt_self_component_sink_configuration bt_self_component_sink_configuration;
84typedef struct bt_self_component_source bt_self_component_source;
85typedef struct bt_self_component_source_configuration bt_self_component_source_configuration;
86typedef struct bt_self_message_iterator bt_self_message_iterator;
87typedef struct bt_self_message_iterator_configuration bt_self_message_iterator_configuration;
88typedef struct bt_self_plugin bt_self_plugin;
89typedef struct bt_stream bt_stream;
90typedef struct bt_stream_class bt_stream_class;
91typedef struct bt_trace bt_trace;
92typedef struct bt_trace_class bt_trace_class;
93typedef struct bt_value bt_value;
uint64_t bt_listener_id
Numeric ID which identifies a user listener function.
Definition types.h:136
uint8_t const * bt_uuid
A UUID, that is, an array of 16 constant bytes.
Definition types.h:144
bt_property_availability
Availability of an object property.
Definition types.h:159
int bt_bool
Babeltrace 2 boolean type.
Definition types.h:126
bt_message const ** bt_message_array_const
Array of constant messages.
Definition types.h:182
@ BT_PROPERTY_AVAILABILITY_AVAILABLE
Property is available.
Definition types.h:164
@ BT_PROPERTY_AVAILABILITY_NOT_AVAILABLE
Property isn't available.
Definition types.h:170