DUECA/DUSIME
|
Combination of data needed to work with a target. More...
#include <Trigger.hxx>
Public Member Functions | |
TargetData & | operator= (const TargetData &o) |
Assignment operator. | |
TargetData (const TargetData &o) | |
Copy constructor. | |
TargetData (const boost::intrusive_ptr< TriggerTarget > &t, unsigned id) | |
Constructor. | |
Public Attributes | |
boost::intrusive_ptr< TriggerTarget > | target |
The target receiving the triggering. | |
unsigned | id |
Identification for the target. | |
ActivityManager * | manager |
Activitymanager that receives the activity trigger. | |
Combination of data needed to work with a target.
dueca::TriggerPuller::TargetData::TargetData | ( | const boost::intrusive_ptr< TriggerTarget > & | t, |
unsigned | id ) |
Constructor.
t | Triggertarget to keep a reference to. |
id | identification number for this target. |