Classes | |
class | INSTLIB::ALARM_ICOUNT |
Functions | |
INT64 | INSTLIB::ALARM_ICOUNT::Count (UINT32 tid=0) const |
VOID | INSTLIB::ALARM_ICOUNT::SetAlarm (INT64 count, ALARM_HANDLER handler, VOID *val, UINT32 tid=0, BOOL rearm=FALSE, BOOL always_armed=FALSE) |
VOID | INSTLIB::ALARM_ICOUNT::Activate () |
VOID | INSTLIB::ALARM_ICOUNT::DeActivate () |
BOOL | INSTLIB::ALARM_ICOUNT::Active () const |
The example below can be found in InstLibExamples/alarm_icount.cpp
|
This function initializes an alarm and must be called before PIN_StartProgram. It does turn the alarm on. Use SetAlarm. |
|
Is this ALARM_ICOUNT active? |
|
|
|
De-activate the counter, should call PIN_RemoveInstrumentation() after de-activating |
|
Turn on an alarm. You should call Activate for this alarm before PIN_StartProgram
|