Changeset 193 in pacpusframework for trunk/src/_NewComponent/NewComponent.cpp.in
- Timestamp:
- Oct 24, 2013, 3:53:36 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/_NewComponent/NewComponent.cpp.in
r192 r193 32 32 } 33 33 34 //////////////////////////////////////////////////////////////////////////35 34 @PACPUS_COMPONENT_NAME@::~@PACPUS_COMPONENT_NAME@() 36 35 { 37 36 LOG_TRACE("destructor"); 37 } 38 39 ////////////////////////////////////////////////////////////////////////// 40 void @PACPUS_COMPONENT_NAME@::addInputs() 41 { 42 //addInput<InputType, @PACPUS_COMPONENT_NAME@>("input-name", &@PACPUS_COMPONENT_NAME@::processInput); 43 } 44 45 void @PACPUS_COMPONENT_NAME@::addOutputs() 46 { 47 //addOutput<OutputType, @PACPUS_COMPONENT_NAME@>("output-name"); 38 48 } 39 49 … … 43 53 } 44 54 45 //////////////////////////////////////////////////////////////////////////46 55 void @PACPUS_COMPONENT_NAME@::stopActivity() 47 56 {
Note:
See TracChangeset
for help on using the changeset viewer.