Changes between Initial Version and Version 1 of DsxTasks


Ignore:
Timestamp:
Aug 21, 2006, 3:46:30 PM (19 years ago)
Author:
Nicolas Pouillon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DsxTasks

    v1 v1  
     1= Tasks =
     2
     3Tasks are instanciations of [wiki:DsxTaskModel TaskModel]s. At instanciation, tasks must have all their [wiki:DsxResource resources] connected.
     4
     5{{{
     6exemple_inst = Task( exemple_task_model, "exemple_task_name",
     7                     portmap = {
     8                             "port1" : resourceA,
     9                             "port2" : resourceB
     10                               } )
     11}}}
     12