#include "TAPGeneratorFactory.h"
#include "%module%APGenerator.h"
#include "TPulseIsland.h"
#include "TAnalysedPulse.h"
#include <iostream>
Go to the source code of this file.
Functions | |
module APGenerator::module | APGenerator (TAPGeneratorOptions *opts) |
ALCAP_TAP_GENERATOR (%module%) |
ALCAP_TAP_GENERATOR | ( | %module% | ) |
module APGenerator:: module APGenerator | ( | TAPGeneratorOptions * | opts | ) |
Definition at line 9 of file Template_tap_generator.cpp.
00009 : 00010 TVAnalysedPulseGenerator("%module%",opts){ 00011 // Do things to set up the generator here. 00012 }