- refactored Formatter -> DeFormatter, Formatter
- refactored Symbolizer -> DeSymbolizer, Symbolizer - Formatter is a Processor::Block - changed retrieval for Processor::Buffer - added Exception.hpp git-svn-id: http://moon:8086/svn/software/trunk/libsrc/cpp@1066 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
@@ -64,8 +64,8 @@ public:
|
||||
void process()
|
||||
{
|
||||
// Get buffers
|
||||
auto buf_in = dynamic_cast<Processor::Buffer<ComplexScalar>*>(buffer_in());
|
||||
auto buf_out = dynamic_cast<Processor::Buffer<ComplexScalar>*>(buffer_out());
|
||||
auto buf_in = buffer_in<ComplexScalar>();
|
||||
auto buf_out = buffer_out<ComplexScalar>();
|
||||
|
||||
// Process input
|
||||
while(buf_out->free())
|
||||
|
||||
Reference in New Issue
Block a user