class Syskit::Robot::DeviceInstance

A DeviceInstance object is used to represent an actual device on the system

It is returned by Robot.device

Public Instance Methods

instanciate(plan, context = DependencyInjectionContext.new, options = Hash.new) click to toggle source
# File lib/syskit/robot/device_instance.rb, line 47
def instanciate(plan, context = DependencyInjectionContext.new, options = Hash.new)
    to_instance_requirements.instanciate(plan, context, options)
end
to_action() click to toggle source
# File lib/syskit/robot/device_instance.rb, line 43
def to_action
    to_instance_requirements.to_action
end