ctp3-mon
0.3.0
Main Page
Related Pages
Classes
Files
File List
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
};
Ctp3SensorLTU::speed
void speed(ObSensor *s1, ObSensor *s2, int timeout=1000) override
Definition:
Ctp3SensorLTU.cpp:32
Ctp3SensorLTU::init
void init() override
Definition:
Ctp3SensorLTU.cpp:14
Ctp3SensorLTU
Ctp3 LTU sensor class.
Definition:
Ctp3SensorLTU.h:13
Ctp3SensorLTU::~Ctp3SensorLTU
virtual ~Ctp3SensorLTU()
Definition:
Ctp3SensorLTU.cpp:8
Ctp3SensorLTU::Ctp3SensorLTU
Ctp3SensorLTU(std::string _name={"tmpl"})
Definition:
Ctp3SensorLTU.cpp:3
Ctp3SensorLTU::process
void process() override
Definition:
Ctp3SensorLTU.cpp:24
Ctp3SensorLTU::json
std::string json(const std::string name={}) const override
Definition:
Ctp3SensorLTU.cpp:41
sensor
Ctp3SensorLTU.h
Generated by
1.8.5