Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

DC_SampleControlBlock_4.cpp

00001 00002 // 00003 // Copyright 2004 P&P Software GmbH - All Rights Reserved 00004 // 00005 // DC_SampleControlBlock_4.cpp 00006 // 00007 // This file was automatically generated by an XSL program 00008 00009 #include "../GeneralInclude/CompilerSwitches.h" 00010 #include "../GeneralInclude/Constants.h" 00011 #include "../Data/DataPool.h" 00012 #include "../Data/DataPoolControlBlock.h" 00013 #include "../Data/DC_SampleControlBlock_4.h" 00014 00015 DC_SampleControlBlock_4::DC_SampleControlBlock_4(void) { 00016 setNumberOfInputs(1); 00017 setNumberOfOutputs(1); 00018 setNumberOfParameters(1); 00019 setNumberOfStates(0); 00020 // Update the number of states (if necessary) and insert any other application-specific code here 00021 } 00022 00023 void DC_SampleControlBlock_4::propagateState(void) { 00024 return; 00025 // remove previous statement and insert application-specific code here 00026 } 00027 00028 void DC_SampleControlBlock_4::updateOutput(void) { 00029 00030 return; 00031 // remove previous statements and insert application-specific code here 00032 } 00033 00034 void DC_SampleControlBlock_4::reset(void) { 00035 return; 00036 // remove previous statement and insert application-specific code here 00037 } 00038 00039 00040
Copyright 2003 P&P Software GmbH - All Rights Reserved