Megatest

Diff
Login

Differences From Artifact [a60d6efe4f]:

To Artifact [553a71b254]:


15
16
17
18
19
20
21
22
23
24
25
26
27
28




29

30


31
32
33

34


35




36
37
38

39

40
41


42
43




44









45
46
47

48
49
50







51
52
53
54
55


56
57

58
59
60

61
62
63
64
65
66

67

68







69
70
71



72




73

74
75






76




77
78


79


80
81
82
83
84

85
86

//     You should have received a copy of the GNU General Public License
//     along with Megatest.  If not, see <http://www.gnu.org/licenses/>.
// 
digraph megatest_code_hierarchy {
  ranksep=0.05;
  // rankdir=LR

  node [shape=box,style=filled];

  "common" [label="common module"];

  subgraph cluster_megatest {
    label="megatest";
    "process" -> "common" -> "megamod" -> "api";




    "megamod" -> "rmt";

    "common" -> "api" -> "rmt";


    "common" -> "rmt";
  }
  

//  subgraph cluster_code_hierarchy {


//    label="Packets";




//    "SPKTS" [ label = "Sensor Packets" ];
//    "run code-hierarchy";
//    "work code-hierarchy";

//    "user request code-hierarchy";

//  }
}



//  "SENSORS" [ label = "{ Sensor Processing | { file | git | fossil | script }}"




//	      shape = "record"; ];









//  
//  "RUNS"    [ label = "{ Runs Processing | { launch | clean | re-run | archive } | { dispatcher }}";
//	      shape = "record"; ];

//
//  "WORK"    [ label = "{ Work Items | { start task | task competed }}";
//	      shape = "record"; ];







//
//  "USERREQ" [ label = "{ User Requests (Unix and Web) | { launch | clean | re-run | archive }}";
//	      shape = "record"; ];
//
//  "MTAREA1" [ label = "{ Megatest Area 1 | { parallel job\nmanagement | test\nmanagement | data\nrollup }}";


//	      shape = "record"; ];
//  

//  "MTAREA2" [ label = "{ Megatest Area 2 | { parallel job\nmanagement | test\nmanagement | data\nrollup }}";
//	      shape = "record"; ];
//  

//  "MTAREA3" [ label = "More Megatest Areas ... ";
//	      shape = "record"; ];
//
//  "PGDB"    [ label = "postgres database";
//	      shape = "cylinder"; ];
//

//  "WEBAPP"  [ label = "{ Web View | { Runs | Contours | Control | Time View }}";

//	      shape = "record"; ];







//
//  // "WEBCTRL" [ label = "{ Web View \n(control) }";
//  //	      shape = "record"; ];



//  




//  "SENSORS" -> "SPKTS";

//  "RUNS"    -> "run code-hierarchy";
//  "run code-hierarchy" -> "RUNS";






//  "WORK"    -> "work code-hierarchy";




//  "work code-hierarchy" -> "RUNS";
//  "USERREQ" -> "user request code-hierarchy";


//  "SPKTS"   -> "RUNS";


//  "user request code-hierarchy" -> "RUNS";
//  "RUNS"    -> "MTAREA1" -> "PGDB";
//  "RUNS"    -> "MTAREA2" -> "PGDB";
//  "RUNS"    -> "MTAREA3" -> "PGDB";
//  "PGDB"    -> "WEBAPP";

//  // "WEBCTRL" -> "run code-hierarchy";
  








|
<
<



|
>
>
>
>
|
>
|
>
>
|
<
|
>
|
>
>
|
>
>
>
>
|
|
|
>
|
>
|
<
>
>
|
|
>
>
>
>
|
>
>
>
>
>
>
>
>
>
|
<
<
>
|
<
<
>
>
>
>
>
>
>
|
<
<
|
<
>
>
|
<
>
|
|
<
>
|
|
|
|
<
|
>
|
>
|
>
>
>
>
>
>
>
|
<
<
>
>
>
|
>
>
>
>
|
>
|
|
>
>
>
>
>
>
|
>
>
>
>
|
|
>
>
|
>
>
|
|
|
|
|
>
|
|
>
15
16
17
18
19
20
21
22


23
24
25
26
27
28
29
30
31
32
33
34
35
36

37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53

54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72


73
74


75
76
77
78
79
80
81
82


83

84
85
86

87
88
89

90
91
92
93
94

95
96
97
98
99
100
101
102
103
104
105
106
107


108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
//     You should have received a copy of the GNU General Public License
//     along with Megatest.  If not, see <http://www.gnu.org/licenses/>.
// 
digraph megatest_code_hierarchy {
  ranksep=0.05;
  // rankdir=LR

  node [shape=box,style=filled,fontname="clear",fontsize="10"];



  subgraph cluster_megatest {
    label="megatest";

    rmtmod [label="rmt mod"];
    // httpmod [label="http-transportmod"];
    // commonmod
// archivemod.scm
"commonmod" -> "archivemod";
// clientmod.scm
"commonmod" -> "clientmod";
// configfmod.scm
// subrunmod.scm
"commonmod" -> "subrunmod";

// ezstepsmod.scm
"commonmod" -> "ezstepsmod";
// itemsmod.scm
"commonmod" -> "itemsmod";
// gutilsmod.scm
// testsmod.scm
"commonmod" -> "testsmod";
"servermod" -> "testsmod";
"itemsmod" -> "testsmod";
"dbmod" -> "testsmod";
// runconfigmod.scm
"commonmod" -> "runconfigmod";
// keysmod.scm
"srfi-13" -> "keysmod";
// launchmod.scm
"commonmod" -> "launchmod";
// megamod.scm

"spiffy" -> "megamod";
"stml2" -> "megamod";
"commonmod" -> "megamod";
"keysmod" -> "megamod";
"pgdbmod" -> "megamod";
"tasksmod" -> "megamod";
"dbmod" -> "megamod";
"apimod" -> "megamod";
"ducttape-lib" -> "megamod";
"itemsmod" -> "megamod";
"pkts" -> "megamod";
"rmtmod" -> "megamod";
"mtmod" -> "megamod";
"testsmod" -> "megamod";
"servermod" -> "megamod";
"subrunmod" -> "megamod";
"itemsmod" -> "megamod";
"runsmod" -> "megamod";
// odsmod.scm


"commonmod" -> "odsmod";
// envmod.scm


"commonmod" -> "envmod";
// http-transportmod.scm
"commonmod" -> "http-transportmod";
"stml2" -> "http-transportmod";
"apimod" -> "http-transportmod";
"dbmod" -> "http-transportmod";
"testsmod" -> "http-transportmod";
// processmod.scm


// mtmod.scm

"commonmod" -> "mtmod";
"dbmod" -> "mtmod";
"pgdbmod" -> "mtmod";

"rmtmod" -> "mtmod";
"servermod" -> "mtmod";
"stml2" -> "mtmod";

"subrunmod" -> "mtmod";
"tasksmod" -> "mtmod";
"testsmod" -> "mtmod";
// pgdbmod.scm
"commonmod" -> "pgdbmod";

// runsmod.scm
"commonmod" -> "runsmod";
"dbmod" -> "runsmod";
"itemsmod" -> "runsmod";
"mtmod" -> "runsmod";
"pgdbmod" -> "runsmod";
"rmtmod" -> "runsmod";
"servermod" -> "runsmod";
"stml2" -> "runsmod";
"subrunmod" -> "runsmod";
"tasksmod" -> "runsmod";
"testsmod" -> "runsmod";
// apimod.scm


"commonmod" -> "apimod";
"dbmod" -> "apimod";
"servermod" -> "apimod";
// dbmod.scm
"commonmod" -> "dbmod";
"keysmod" -> "dbmod";
"files" -> "dbmod";
"tasksmod" -> "dbmod";
"odsmod" -> "dbmod";
// dcommonmod.scm
"gutilsmod" -> "dcommonmod";
"commonmod" -> "dcommonmod";
"testsmod" -> "dcommonmod";
"megamod" -> "dcommonmod";
"canvas-draw" -> "dcommonmod";
"canvas-draw-iup" -> "dcommonmod";
// tasksmod.scm
"commonmod" -> "tasksmod";
"pgdbmod" -> "tasksmod";
// template-mod.scm
"commonmod" -> "template-mod";
// servermod.scm
"commonmod" -> "servermod";
"dbmod" -> "servermod";
"tasksmod" -> "servermod";
// treemod.scm
// commonmod.scm
"pkts" -> "commonmod";
// vgmod.scm
// rmtmod.scm
"commonmod" -> "rmtmod";
"itemsmod" -> "rmtmod";
"apimod" -> "rmtmod";
"dbmod" -> "rmtmod";
    
}
  
}