13A test modeling a cycle in the DF realm.
16from Configurables
import (
17 AvalancheSchedulerSvc,
35whiteboard =
HiveWhiteBoard(
"EventDataSvc", EventSlots=evtslots, OutputLevel=INFO)
38 SchedulerName=
"AvalancheSchedulerSvc", OutputLevel=INFO
45Alg1.inpKeys = [
"/Event/B",
"/Event/F"]
46Alg1.outKeys = [
"/Event/C",
"/Event/A"]
49Alg2.inpKeys = [
"/Event/C"]
50Alg2.outKeys = [
"/Event/D",
"/Event/B"]
53Alg3.inpKeys = [
"/Event/D"]
54Alg3.outKeys = [
"/Event/F"]
58Alg4.inpKeys = [
"/Event/A"]
61Alg5.outKeys = [
"/Event/E"]
67 EventLoop=slimeventloopmgr,
68 TopAlg=[Alg1, Alg2, Alg3, Alg4, Alg5],
69 MessageSvcType=
"InertMessageSvc",
The Application Manager class.
A class that implements a search for prime numbers.
A service to resolve the task execution precedence.