tbd
More...
#include <timerThread.h>
List of all members.
Detailed Description
tbd
- Author:
- Markus Knapp tbd
Definition at line 34 of file timerThread.h.
Constructor & Destructor Documentation
TimerThread::TimerThread |
( |
| ) |
|
TimerThread::~TimerThread |
( |
| ) |
|
Member Function Documentation
void TimerThread::checkNetworkState |
( |
| ) |
|
|
signal |
bool TimerThread::init |
( |
void |
| ) |
|
tbd
- Returns:
- true on success, false on error
Definition at line 85 of file timerThread.cpp.
void TimerThread::message |
( |
QString |
text, |
|
|
bool |
CR = true , |
|
|
bool |
sayIt = false , |
|
|
bool |
addTimestamp = true |
|
) |
| |
|
signal |
Emits a string to the GUI log / console.
- See also:
- Gui::appendLog()
- Parameters:
-
text | is the message to be emitted |
CR | is true when a CR/LF should be added at the end of the line (default) |
sayIt | is true when the text for the log also should be spoken (default=false) |
addTimestamp | If true, the a timestamp is added in front of the text. This parameter is optional. |
void TimerThread::networkMessage |
( |
| ) |
|
|
signal |
Sends a signal over the network. E.g. if we are 'master' or 'slave.
- See also:
- Direcs::sendNetworkMessage
void TimerThread::run |
( |
| ) |
|
|
virtual |
void TimerThread::stop |
( |
| ) |
|
Member Data Documentation
bool TimerThread::networkStateSet |
|
private |
this is for getting the current time
Definition at line 83 of file timerThread.h.
QTime TimerThread::startTime |
|
private |
volatile bool TimerThread::stopped |
|
private |
this is for getting the current time
Definition at line 84 of file timerThread.h.
const unsigned long TimerThread::THREADSLEEPTIME = 1000 |
|
staticprivate |
const int TimerThread::timeToNetworkCheck = 3 |
|
staticprivate |
The documentation for this class was generated from the following files: