6#ifndef _ZFI_ZFGlobalTimer_h_
7#define _ZFI_ZFGlobalTimer_h_
#define ZFLIB_ZFCore
used to export symbols
Definition ZFCoreEnvDef.h:30
_zft_zftimet zftimet
time unit, ensured at least 64 bit, ensured signed
Definition ZFCoreTypeDef_CoreType.h:203
zftimet const & ZFGlobalTimerIntervalDefault()
see ZFGlobalTimerAttach
void ZFGlobalTimerDetachAll()
see ZFGlobalTimerAttach
void ZFGlobalTimerAttach(const ZFListener &timerCallback, ZFLevel observerLevel=(ZFLevelAppNormal))
global timer util
void ZFGlobalTimerManualStepCancel()
see ZFGlobalTimerManualStep
zftimet const & ZFGlobalTimerInterval()
see ZFGlobalTimerAttach
void ZFGlobalTimerAttachOnce(const ZFListener &timerCallback, ZFLevel observerLevel=(ZFLevelAppNormal))
see ZFGlobalTimerAttach
void ZFGlobalTimerManualStep()
manual control global timer step
void ZFGlobalTimerDetach(const ZFListener &timerCallback)
see ZFGlobalTimerAttach
ZFLevel
level for logic which depends on order
Definition ZFLevel.h:17
@ ZFLevelAppNormal
app
Definition ZFLevel.h:26
#define ZFMP_IN_OPT(ParamType, paramName, DefaultValue)
see ZFMP_IN
Definition ZFMethod.h:108
#define ZFMP_IN(ParamType, paramName)
macro to wrap param types for ZFMETHOD_INLINE_0 series
Definition ZFMethod.h:105
#define ZFMETHOD_FUNC_DECLARE_2(ZFLIB_, ReturnType, MethodName, ZFMP_0, ZFMP_1)
see ZFMETHOD_FUNC_DECLARE_0
Definition ZFMethodFuncDeclare.h:763
#define ZFMETHOD_FUNC_DECLARE_0(ZFLIB_, ReturnType, MethodName)
declare function type of ZFMethod
Definition ZFMethodFuncDeclare.h:493
#define ZFMETHOD_FUNC_DECLARE_1(ZFLIB_, ReturnType, MethodName, ZFMP_0)
see ZFMETHOD_FUNC_DECLARE_0
Definition ZFMethodFuncDeclare.h:624
#define ZF_NAMESPACE_GLOBAL_BEGIN
begin namespace ZFFramework
Definition ZFNamespace.h:97
#define ZF_NAMESPACE_GLOBAL_END
end namespace ZFFramework
Definition ZFNamespace.h:98
listener as ZFCallback, mostly used by ZFObject::observerNotify
Definition ZFObjectObserver.h:30