Changeset 202 in pacpusframework for trunk/include/Pacpus/kernel/ComponentBase.h


Ignore:
Timestamp:
10/29/13 15:40:48 (11 years ago)
Author:
Marek Kurdej
Message:

Added: OutputInterface::checkedSend.
Added: ComponentManager: prints InputsMap, OutputsMap.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/Pacpus/kernel/ComponentBase.h

    r201 r202  
    101101    QString getName() const;
    102102
    103     /// @todo DOC
    104     InputInterfaceBase * getInput(QString name) const;
    105 
    106     /// @todo DOC
    107     OutputInterfaceBase * getOutput(QString name) const;
    108 
    109103protected:
    110104    /// Changes the state of the component.
     
    155149        outputs().insert(name, connection);
    156150    }
     151   
     152    /// @todo DOC
     153    InputInterfaceBase * getInput(QString name) const;
     154
     155    /// @todo DOC
     156    OutputInterfaceBase * getOutput(QString name) const;
    157157
    158158    template <typename DataType, class ComponentType>
Note: See TracChangeset for help on using the changeset viewer.