From 0bc17ce162ff7810442040b4805b5d8f27878c66 Mon Sep 17 00:00:00 2001 From: paulc Date: Mon, 3 Nov 2008 15:48:31 +0000 Subject: [PATCH] Added method to retrieve engine's default tick sleep interval. git-svn-id: http://voip.null.ro/svn/yate@2303 acf43c95-373e-0410-b603-e72c3f656dc1 --- libs/ysig/yatesig.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/libs/ysig/yatesig.h b/libs/ysig/yatesig.h index 55587d4d..1e92eaab 100644 --- a/libs/ysig/yatesig.h +++ b/libs/ysig/yatesig.h @@ -701,6 +701,13 @@ public: */ unsigned long tickSleep(unsigned long usec = 1000000); + /** + * Get the default engine tick sleep time in microseconds + * @return Default timer sleep in usec + */ + inline unsigned long tickDefault() const + { return m_usecSleep; } + /** * Helper template used to remove a component descendant from its engine, * destroy it and set the received pointer to 0