16 #ifndef QC_CORE_ACTIVITY_H 17 #define QC_CORE_ACTIVITY_H 29 Activity(
int id,
int type) : mId(
id), mType(type) {}
47 #endif // QC_CORE_ACTIVITY_H Activity & operator=(const Activity &other)=default
Copy assignment operator.
Dummy class that should be removed when there is the official one. This corresponds to a Run1/2 "run"...
Definition: Activity.h:25
These methods can be used to build a complex processing topology. It spawns 3 separate dummy processi...
Definition: Activity.h:19