class RgGen::Core::RegisterMap::ComponentFactory
Constants
- NO_CHILDREN_ERROR_MESSAGES
Private Instance Methods
create_input_data(&block)
click to toggle source
# File lib/rggen/core/register_map/component_factory.rb, line 15 def create_input_data(&block) InputData.new(:root, valid_value_lists, &block) end
find_child_factory(_configuration, register_map)
click to toggle source
# File lib/rggen/core/register_map/component_factory.rb, line 19 def find_child_factory(_configuration, register_map) component_factories[register_map.layer] end
raise_no_children_error(comoponent)
click to toggle source
# File lib/rggen/core/register_map/component_factory.rb, line 30 def raise_no_children_error(comoponent) error(NO_CHILDREN_ERROR_MESSAGES[comoponent.layer]) end
select_actual_sources(configuration, *_)
click to toggle source
# File lib/rggen/core/register_map/component_factory.rb, line 11 def select_actual_sources(configuration, *_) configuration end