mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 18:31:22 +02:00
cc_timer/cc_frm_clock: allow use of milisecond intervals
Should be easier and more flexible to handle without nano parameter, some reworkes in other classes and thread handlings are required.
This commit is contained in:
@@ -38,11 +38,11 @@ class CInfoClock : public CComponentsFrmClock
|
||||
void initCCLockItems();
|
||||
public:
|
||||
CInfoClock();
|
||||
// ~CInfoClock(); // inherited from CComponentsFrmClock
|
||||
virtual ~CInfoClock(){}; // inherited from CComponentsFrmClock
|
||||
static CInfoClock* getInstance();
|
||||
|
||||
bool StartInfoClock();
|
||||
bool StopInfoClock();
|
||||
bool StopInfoClock(bool exit_thread = false);
|
||||
bool enableInfoClock(bool enable = true);
|
||||
bool disableInfoClock() {return enableInfoClock(false);}
|
||||
void ClearDisplay();
|
||||
|
Reference in New Issue
Block a user