Fawkes API
Fawkes Development Version
copy.h
1
/***************************************************************************
2
* copy.h - Laser data filter to copy data without modification
3
*
4
* Created: Mon 16 Apr 2018 13:50:26 CEST 13:50
5
* Copyright 2018 Till Hofmann <hofmann@kbsg.rwth-aachen.de>
6
****************************************************************************/
7
8
/* This program is free software; you can redistribute it and/or modify
9
* it under the terms of the GNU General Public License as published by
10
* the Free Software Foundation; either version 2 of the License, or
11
* (at your option) any later version.
12
*
13
* This program is distributed in the hope that it will be useful,
14
* but WITHOUT ANY WARRANTY; without even the implied warranty of
15
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
* GNU Library General Public License for more details.
17
*
18
* Read the full text in the LICENSE.GPL file in the doc directory.
19
*/
20
21
#ifndef _PLUGINS_LASER_FILTER_FILTERS_COPY_H_
22
#define _PLUGINS_LASER_FILTER_FILTERS_COPY_H_
23
24
#include "filter.h"
25
26
class
LaserCopyDataFilter
:
public
LaserDataFilter
27
{
28
public
:
29
LaserCopyDataFilter
(
const
std::string &
filter_name
,
30
unsigned
int
in_data_size
,
31
std::vector<Buffer *> &
in
);
32
void
filter
();
33
};
34
35
#endif
/* !PLUGINS_LASER_FILTER_FILTERS_COPY_H__ */
LaserDataFilter::filter_name
std::string filter_name
Definition:
filter.h:85
LaserDataFilter::in_data_size
unsigned int in_data_size
Definition:
filter.h:87
LaserDataFilter::in
std::vector< Buffer * > in
Definition:
filter.h:88
LaserCopyDataFilter::filter
void filter()
Definition:
copy.cpp:43
LaserDataFilter
Definition:
filter.h:31
LaserCopyDataFilter::LaserCopyDataFilter
LaserCopyDataFilter(const std::string &filter_name, unsigned int in_data_size, std::vector< Buffer * > &in)
Constructor.
Definition:
copy.cpp:35
LaserCopyDataFilter
Definition:
copy.h:25
src
plugins
laser-filter
filters
copy.h
Generated by
1.8.16