Changeset 312 in pacpusframework for trunk/include/Pacpus/kernel
- Timestamp:
- Jul 28, 2014, 4:11:30 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/Pacpus/kernel/ComponentBase.h
r290 r312 139 139 /// Returns an object permitting to add component parameters. 140 140 boost::program_options::options_description_easy_init addParameters(); 141 141 void addParameter(const char* name, const char* description); 142 void addParameter(const char* name, const boost::program_options::value_semantic* s); 143 void addParameter(const char* name, const boost::program_options::value_semantic* s, const char* description); 144 142 145 protected: 143 146 typedef QMap<QString, InputSharedPointer> InputsMap;
Note:
See TracChangeset
for help on using the changeset viewer.