Loading...
Searching...
No Matches
Go to the source code of this file.
|
| int | testWhiteBoard.evtslots = 10 |
| |
| | testWhiteBoard.whiteboard = HiveWhiteBoard("EventDataSvc", EventSlots=evtslots) |
| |
| | testWhiteBoard.slimeventloopmgr = HiveSlimEventLoopMgr(OutputLevel=DEBUG) |
| |
| | testWhiteBoard.scheduler = AvalancheSchedulerSvc(ThreadPoolSize=8, OutputLevel=WARNING) |
| |
| | testWhiteBoard.a1 = HiveTestAlgorithm("A1", Output=["/Event/a1"]) |
| |
| | testWhiteBoard.a2 = HiveTestAlgorithm("A2", Input=["/Event/a1"], Output=["/Event/a2"]) |
| |
| | testWhiteBoard.a3 = HiveTestAlgorithm("A3", Input=["/Event/a1"], Output=["/Event/a3"]) |
| |
| | testWhiteBoard.a4 = HiveTestAlgorithm("A4", Input=["/Event/a2", "/Event/a3"], Output=["/Event/a4"]) |
| |
| | testWhiteBoard.EvtMax |
| |
| | testWhiteBoard.EvtSel |
| |
| | testWhiteBoard.ExtSvc |
| |
| | testWhiteBoard.EventLoop |
| |
| | testWhiteBoard.TopAlg |
| |
| | testWhiteBoard.MessageSvcType |
| |