PullerSupplier_impl

Functions


code_change(OldVsn, State, Extra) -> term()

handle_info(Info, State) -> term()

init(X1) -> term()

terminate(Reason, State) -> term()

_get_MyType(OE_THIS, OE_FROM, State) -> term()

_get_MyAdmin(OE_THIS, OE_FROM, State) -> term()

_get_priority_filter(OE_THIS, OE_FROM, State) -> term()

_set_priority_filter(OE_THIS, OE_FROM, State, PrioF) -> term()

_get_lifetime_filter(OE_THIS, OE_FROM, State) -> term()

_set_lifetime_filter(OE_THIS, OE_FROM, State, LifeTF) -> term()

connect_pull_consumer(OE_THIS, OE_FROM, State, Client) -> term()

connect_any_pull_consumer(OE_THIS, OE_FROM, State, Client) -> term()

connect_sequence_pull_consumer(OE_THIS, OE_FROM, State, Client) -> term()

connect_structured_pull_consumer(OE_THIS, OE_FROM, State, Client) -> term()

obtain_offered_types(OE_THIS, OE_FROM, State, What) -> term()

validate_event_qos(OE_THIS, OE_FROM, State, RequiredQoS) -> term()

get_qos(OE_THIS, OE_FROM, State) -> term()

set_qos(OE_THIS, OE_FROM, State, QoS) -> term()

validate_qos(OE_THIS, OE_FROM, State, Required_qos) -> term()

subscription_change(OE_THIS, OE_FROM, State, Added, Removed) -> term()

add_filter(OE_THIS, OE_FROM, State, Filter) -> term()

remove_filter(OE_THIS, OE_FROM, State, FilterID) -> term()

get_filter(OE_THIS, OE_FROM, State, FilterID) -> term()

get_all_filters(OE_THIS, OE_FROM, State) -> term()

remove_all_filters(OE_THIS, OE_FROM, State) -> term()

disconnect_pull_supplier(OE_THIS, OE_FROM, State) -> term()

pull(OE_THIS, OE_FROM, State) -> term()

try_pull(OE_THIS, OE_FROM, State) -> term()

disconnect_sequence_pull_supplier(OE_THIS, OE_FROM, State) -> term()

pull_structured_events(OE_THIS, OE_FROM, State, Max) -> term()

try_pull_structured_events(OE_THIS, OE_FROM, State, Max) -> term()

disconnect_structured_pull_supplier(OE_THIS, OE_FROM, State) -> term()

pull_structured_event(OE_THIS, OE_FROM, State) -> term()

try_pull_structured_event(OE_THIS, OE_FROM, State) -> term()

callSeq(OE_THIS, OE_FROM, State, EventsIn, Status) -> term()

callAny(OE_THIS, OE_FROM, State, EventIn, Status) -> term()

View Functions