Go to the documentation of this file.
23 #ifndef INCLUDED_CTRLPORT_PROBE2_C_H
24 #define INCLUDED_CTRLPORT_PROBE2_C_H
55 static sptr make(
const std::string &
id,
const std::string &desc,
int len);
57 virtual std::vector<gr_complex>
get() = 0;
59 virtual void set_length(
int len) = 0;
60 virtual int length()
const = 0;