Changeset 207 in pacpusframework for trunk/include
- Timestamp:
- Oct 31, 2013, 9:48:29 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/Pacpus/kernel/ComponentManager.h
r198 r207 83 83 * @return True if the component exists and has been started, otherwise false. 84 84 */ 85 bool start(const QString & component);85 bool start(const QString & component); 86 86 87 87 /** Stop all the components … … 119 119 bool createComponent(const QString& type, const QString& name); 120 120 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 122 125 bool createConnection(const QString& type, const QString& name, const QString& , int ); 123 126
Note:
See TracChangeset
for help on using the changeset viewer.