ctp3-mon  0.3.0
 All Classes Functions Variables Pages
Ctp3SensorLTU.h
1 #pragma once
2 
3 #include <ObSensor.h>
4 
11 
12 
13 class Ctp3SensorLTU : public ObSensor {
14 public:
15  Ctp3SensorLTU(std::string _name = {"tmpl"});
16  virtual ~Ctp3SensorLTU();
17 
18  void init() override;
19  void process() override;
20  void speed(ObSensor *s1, ObSensor *s2, int timeout = 1000) override;
21  std::string json(const std::string name = {}) const override;
22 };
void speed(ObSensor *s1, ObSensor *s2, int timeout=1000) override
void init() override
Ctp3 LTU sensor class.
Definition: Ctp3SensorLTU.h:13
virtual ~Ctp3SensorLTU()
Ctp3SensorLTU(std::string _name={"tmpl"})
void process() override
std::string json(const std::string name={}) const override