Changeset 291 in pacpusframework for trunk/src/PacpusLib/InputOutputBase.cpp


Ignore:
Timestamp:
03/27/14 12:53:43 (10 years ago)
Author:
Marek Kurdej
Message:

Reworked threading in InputInterfaceBase, each slot has its own processing thread.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/PacpusLib/InputOutputBase.cpp

    r206 r291  
    2121
    2222AbstractInterface::~AbstractInterface()
    23 {}
     23{
     24}
    2425
    2526QString AbstractInterface::getSignature() const
     
    7172
    7273InputInterfaceBase::InputInterfaceBase(QString name, ComponentBase * component, QObject * parent)
    73     : AbstractInterface(name, component, parent)
    74 {}
     74    : AbstractInterface(name, component, /*parent*/ NULL)
     75{
     76}
    7577
    7678InputInterfaceBase::~InputInterfaceBase()
    77 {}
     79{
     80}
    7881
    7982// TODO for serialization prupose (not yet implemented !!!)
Note: See TracChangeset for help on using the changeset viewer.