git-svn-id: http://moon:8086/svn/software/trunk/libsrc/cpp@881 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2022-05-28 13:22:18 +00:00
parent b6d1b1f45b
commit 0dbc058315
2 changed files with 0 additions and 14 deletions
View File
-14
View File
@@ -1,14 +0,0 @@
#ifndef __RADIO_ABLOCK_H__
#define __RADIO_ABLOCK_H__
#include "Buffer.hpp"
template <typename T>
class ABlock
{
public:
virtual void process(Buffer<T> &buffer_in, Buffer<T> &buffer_out) = 0;
};
#endif // __RADIO_ABLOCK_H__