26 auto& bData = ctx.outputs().make<
int>(
OutputRef{what}, 1);
41 std::this_thread::sleep_for(std::chrono::milliseconds((rand() % 2 + 1) * 1000));
42 auto& aData = ctx.outputs().make<
int>(
OutputRef{
"a1"}, 1);
43 auto& bData = ctx.outputs().make<
int>(
OutputRef{
"a2"}, 1);
57 InputSpec{
"timer",
"TST",
"TIMER", 0, Lifetime::Timer}},
61 ctx.services().get<
ControlService>().readyToQuit(QuitRequest::All);
Defining PrimaryVertex explicitly as messageable.
std::vector< DataProcessorSpec > WorkflowSpec
std::vector< InputSpec > Inputs
std::vector< OutputSpec > Outputs