Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
art
art
test
Framework
Core
data-dependencies
two_paths_with_producers_with_consumes.fcl
Go to the documentation of this file.
1
test_properties: {
2
# Since it is allowed for a producer to look up something in the
3
# input source, it is not an error for 'p2' to lookup 'p1' with *no*
4
# process name specified.
5
graph_failure_expected: false
6
}
7
8
process_name: test
9
10
physics: {
11
producers: {
12
p1: {}
13
p2: { consumes: [["int", "p1"]] }
14
}
15
tp1: [p1]
16
tp2: [p2]
17
}
Generated by
1.8.11