module Babeltrace2::BTSelfComponent::Port
Public Instance Methods
get_component()
click to toggle source
# File lib/babeltrace2/graph/self-component-port.rb, line 13 def get_component handle = Babeltrace2.bt_self_component_port_borrow_component(@handle) BTSelfComponent.from_handle(handle) end
Also aliased as: component
get_data()
click to toggle source
# File lib/babeltrace2/graph/self-component-port.rb, line 19 def get_data Babeltrace2.bt_self_component_port_get_data(@handle) end
Also aliased as: data