piethernet
git-svn-id: svn://db.shs.com.ru/pip@38 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -33,7 +33,7 @@ typedef void (*ThreadFunc)(void * );
|
||||
|
||||
class PIP_EXPORT PIThread: public PIObject
|
||||
{
|
||||
PIOBJECT(PIThread)
|
||||
PIOBJECT_SUBCLASS(PIThread, PIObject)
|
||||
public:
|
||||
|
||||
//! Contructs thread with custom data "data", external function "func" and main loop delay "loop_delay".
|
||||
|
||||
@@ -130,7 +130,7 @@ private:
|
||||
|
||||
|
||||
class PITimer: public PIObject {
|
||||
PIOBJECT(PITimer)
|
||||
PIOBJECT_SUBCLASS(PITimer, PIObject)
|
||||
public:
|
||||
|
||||
//! \brief Constructs timer with PITimer::Thread implementation
|
||||
|
||||
Reference in New Issue
Block a user