Changeset 194 in pacpusframework for trunk/src/_NewComponent/NewComponent.cpp.in
- Timestamp:
- Oct 24, 2013, 3:59:43 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/_NewComponent/NewComponent.cpp.in
r193 r194 40 40 void @PACPUS_COMPONENT_NAME@::addInputs() 41 41 { 42 // must inherit from QObject to use addInput 42 43 //addInput<InputType, @PACPUS_COMPONENT_NAME@>("input-name", &@PACPUS_COMPONENT_NAME@::processInput); 43 44 } … … 45 46 void @PACPUS_COMPONENT_NAME@::addOutputs() 46 47 { 48 // must inherit from QObject to use addOutput 47 49 //addOutput<OutputType, @PACPUS_COMPONENT_NAME@>("output-name"); 48 50 }
Note:
See TracChangeset
for help on using the changeset viewer.