Search:
Login
About Trac
Help/Guide
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 9
and
Version 10
of
DsxTasks
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Feb 20, 2008, 9:16:25 AM (
17 years
ago)
Author:
Nicolas Pouillon
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
DsxTasks
v9
v10
4
4
5
5
{{{
6
exemple_inst = Task( "exemple_task_name",
'exemple_task_model'
,
6
exemple_inst = Task( "exemple_task_name",
exemple_task_model
,
7
7
portmap = {
8
8
"port1" : resourceA,
…
…
20
20
21
21
They are grouped to form a [wiki:DsxTcg task and control graph]
22