annotate trunk/src/Configurations/PZFC_dump.aimcconfig @ 682:10dc41e4d2f2

More small style revisions to C++ CARFAC, adjusted struct member variable naming, header guards and #include structure.
author alexbrandmeyer
date Wed, 29 May 2013 15:37:28 +0000
parents 0e84ec2606fc
children
rev   line source
tom@441 1 module1.name = FileInput
tom@441 2 module1.id = file_input
tom@441 3 module1.child1 = PZFCFilterbank
tom@441 4
tom@441 5 module2.name = PZFCFilterbank
tom@441 6 module2.id = pzfc
tom@441 7 module2.child1 = FilterbankOutput
tom@441 8
tom@441 9 module3.name = FilterbankOutput
tom@441 10 module3.id = aimc_out
tom@441 11 module3.parameters = <<<ENDPARAMS
tom@441 12 output.suffix=nap
tom@441 13 ENDPARAMS