Changeset 207 in pacpusframework for trunk/include


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

Fixed bug in createConnection.

File:
1 edited

Legend:

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

    r198 r207  
    8383     * @return True if the component exists and has been started, otherwise false.
    8484     */
    85     bool start(const QString& component);
     85    bool start(const QString & component);
    8686
    8787    /** Stop all the components
     
    119119    bool createComponent(const QString& type, const QString& name);
    120120
    121     bool checkComponentConnection(const QString& componentName, const QString& connectionName);
     121    bool checkComponent(const QString & componentName);
     122    bool checkComponentInput(const QString & componentName, const QString & inputName);
     123    bool checkComponentOutput(const QString & componentName, const QString & outputName);
     124
    122125    bool createConnection(const QString& type, const QString& name, const QString& , int );
    123126
Note: See TracChangeset for help on using the changeset viewer.