summaryrefslogtreecommitdiffstats
path: root/docs/templates/platform-component/delivery.rst
blob: cfcab0449b0e796a4dc18761f43e3b073371299d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Delivery
--------
Describe how functions are packaged into run-time components.
For some components a block diagram may be useful.

.. blockdiag::
   

   blockdiag layers {
   orientation = portrait
   a -> m;
   b -> n;
   c -> x;
   m -> y;
   m -> z;
   group l1 {
	color = blue;
	x; y; z;
	}
   group l2 {
	color = yellow;
	m; n; 
	}
   group l3 {
	color = orange;
	a; b; c;
	}

   }