#403: Orocos: starting Multiple Task under different Names (documentation)
-------------------------+-----------------------------------
 Reporter:  mzenzes      |      Owner:  rock-dev-mailing-list
     Type:  enhancement  |     Status:  new
 Priority:  minor        |  Milestone:
Component:  base         |   Keywords:  documentation,orocos
-------------------------+-----------------------------------
 Hi,

 doing something like
 {{{
 Orocos.run "my::Task" => "t1", "my::Task" => "t2" do

     #blablabla

 end
 }}}
 will fail. but doing
 {{{
 Orocos.run "my::Task" => ["t1", "t2"] do

     #blablabla

 end
 }}}
 works like expected. This is not mentioned in the documentation?

-- 
Ticket URL: <http://rock.opendfki.de/ticket/403>
rock <http://rock.opendfki.de>
rock: the robot construction kit
_______________________________________________
Rock-dev mailing list
[email protected]
http://www.dfki.de/mailman/cgi-bin/listinfo/rock-dev

Reply via email to