INOS
|
#include <inos_1ms.h>
Public Member Functions | |
CINOSxmsHandler (void *aHandler, void *aObject, int32 aInterval, bool aActive=true, bool aSingle=false) | |
virtual void | Call () |
![]() | |
CINOSxmsHandlerBase (int32 aInterval, bool aActive=true, bool aSingle=false) | |
void | Activate () |
void | Deactivate () |
long | SetInterval (long aiInterval) |
long | GetTimer () const |
Additional Inherited Members | |
![]() | |
void | Action () |
DECLARE_DYNAMIC (CINOSxmsHandlerBase) | |
A specialisation for 'callbacks' specified by a function address and a this pointer.
Actually call the registered function
Implements CINOSxmsHandlerBase.