47 #ifndef _MIRA_QTUNIT_H_ 48 #define _MIRA_QTUNIT_H_ 50 #include <QCoreApplication> 52 #include <QTimerEvent> 82 virtual void start(
int interval);
int mCycleTimer
Definition: QtUnit.h:92
Normally authorities must have a unique name.
Definition: Authority.h:104
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
Definition: IOService.h:67
virtual ~QtUnit()
Destructor.
Flags
Flags for creating an authority.
Definition: Authority.h:101
virtual void start()
start with default dispatcher thread interval (50ms)
Base class for all units.
virtual void timerEvent(QTimerEvent *event)
QtUnit(Flags flags=NORMAL)
Constructs a Qt unit.
#define MIRA_OBJECT(classIdentifier)
Use this MACRO if you like the factory to automatically extract the class name from the given identif...
Definition: FactoryMacros.h:179
#define MIRA_NO_PUBLIC_DEFAULT_CONSTRUCTOR(CLASS)
Use this macro if your class does not have a public default constructor and should be managed by the ...
Definition: FactoryMacros.h:270
A unit that processes its dispatcher within Qt's main thread.
Definition: QtUnit.h:63
Units are basic modules of a complex application.
Definition: MicroUnit.h:69