#include <PtEventMask.h>
Public Member Functions | |
| PtEventMask () | |
| PtEventMask (const PtEventMask &rPtEventMask) | |
| virtual | ~PtEventMask () |
| PtEventMask & | operator= (const PtEventMask &rhs) |
| PtStatus | setEvents (PtEvent::PtEventId events[], int numEvents) |
| PtStatus | addEvents (PtEvent::PtEventId events[], int numEvents) |
| param: (in) events - Array of event ids of interest param: (in) numEvents - The number of event ids in the events array retcode: PT_SUCCESS - Success retcode: PT_INVALID_ARGUMENT - An invalid event id was contained in events More... | |
| PtStatus | addEvents (PtEventMask &rMask) |
| param: (in) events - Array of event ids of interest param: (in) numEvents - The number of event ids in the events array retcode: PT_SUCCESS - Success retcode: PT_INVALID_ARGUMENT - An invalid event id was contained in events More... | |
| PtBoolean | isEventEnabled (PtEvent::PtEventId eventId) |
| param: (in) rMask - A PtEventMask containing the set of event ids to be added to this mask's event ids. retcode: PT_SUCCESS - Success More... | |
| PtEventMask | ( | ) |
| PtEventMask | ( | const PtEventMask & | rPtEventMask | ) |
|
virtual |
| PtStatus addEvents | ( | PtEvent::PtEventId | events[], |
| int | numEvents | ||
| ) |
param: (in) events - Array of event ids of interest param: (in) numEvents - The number of event ids in the events array retcode: PT_SUCCESS - Success retcode: PT_INVALID_ARGUMENT - An invalid event id was contained in events
| PtStatus addEvents | ( | PtEventMask & | rMask | ) |
param: (in) events - Array of event ids of interest param: (in) numEvents - The number of event ids in the events array retcode: PT_SUCCESS - Success retcode: PT_INVALID_ARGUMENT - An invalid event id was contained in events
| PtBoolean isEventEnabled | ( | PtEvent::PtEventId | eventId | ) |
param: (in) rMask - A PtEventMask containing the set of event ids to be added to this mask's event ids. retcode: PT_SUCCESS - Success
| PtEventMask& operator= | ( | const PtEventMask & | rhs | ) |
| PtStatus setEvents | ( | PtEvent::PtEventId | events[], |
| int | numEvents | ||
| ) |