Go to the documentation of this file.
23 #ifndef INCLUDED_CTRLPORT_PROBE2_F_H
24 #define INCLUDED_CTRLPORT_PROBE2_F_H
56 static sptr make(
const std::string &
id,
const std::string &desc,
57 int len,
unsigned int disp_mask);
59 virtual std::vector<float>
get() = 0;
61 virtual void set_length(
int len) = 0;
62 virtual int length()
const = 0;