Changeset 194 in pacpusframework for trunk/src/_NewComponent/NewComponent.cpp.in


Ignore:
Timestamp:
10/24/13 15:59:43 (11 years ago)
Author:
Marek Kurdej
Message:

Minor: NewComponent modifications.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/_NewComponent/NewComponent.cpp.in

    r193 r194  
    4040void @PACPUS_COMPONENT_NAME@::addInputs()
    4141{
     42    // must inherit from QObject to use addInput
    4243    //addInput<InputType, @PACPUS_COMPONENT_NAME@>("input-name", &@PACPUS_COMPONENT_NAME@::processInput);
    4344}
     
    4546void @PACPUS_COMPONENT_NAME@::addOutputs()
    4647{
     48    // must inherit from QObject to use addOutput
    4749    //addOutput<OutputType, @PACPUS_COMPONENT_NAME@>("output-name");
    4850}
Note: See TracChangeset for help on using the changeset viewer.