1#ifndef BABELTRACE2_GRAPH_SELF_MESSAGE_ITERATOR_H
2#define BABELTRACE2_GRAPH_SELF_MESSAGE_ITERATOR_H
26#ifndef __BT_IN_BABELTRACE_H
27# error "Please include <babeltrace2/babeltrace.h> instead."
30#include <babeltrace2/types.h>
100extern bt_self_component *
102 bt_self_message_iterator *self_message_iterator);
124extern bt_self_component_port_output *
126 bt_self_message_iterator *self_message_iterator);
151 bt_self_message_iterator *self_message_iterator,
172 const bt_self_message_iterator *self_message_iterator);
202 const bt_self_message_iterator *self_message_iterator);
237 bt_self_message_iterator_configuration *configuration,
int bt_bool
Babeltrace 2 boolean type.
Definition types.h:140
bt_self_component_port_output * bt_self_message_iterator_borrow_port(bt_self_message_iterator *self_message_iterator)
Borrows the output port on which the message iterator self_message_iterator operates.
bt_self_component * bt_self_message_iterator_borrow_component(bt_self_message_iterator *self_message_iterator)
Borrows the component which provides the message iterator self_message_iterator.
void * bt_self_message_iterator_get_data(const bt_self_message_iterator *self_message_iterator)
Returns the user data of the message iterator self_message_iterator.
void bt_self_message_iterator_set_data(bt_self_message_iterator *self_message_iterator, void *user_data)
Sets the user data of the message iterator self_message_iterator to data.
void bt_self_message_iterator_configuration_set_can_seek_forward(bt_self_message_iterator_configuration *configuration, bt_bool can_seek_forward)
Sets whether or not the message iterator of which the configuration is configuration can seek forward...
bt_bool bt_self_message_iterator_is_interrupted(const bt_self_message_iterator *self_message_iterator)
Returns whether or not the message iterator self_message_iterator is interrupted, that is,...