pressure_paroscientific
PressureTypes.hpp
Go to the documentation of this file.
1 /*
2  * Types.hpp
3  *
4  * Created on: 27.12.2012
5  * Author: hbuettner
6  */
7 
8 #ifndef PRESSURE_PAROSCIENTIFIC_TYPES_HPP
9 #define PRESSURE_PAROSCIENTIFIC_TYPES_HPP
10 
11 #include <base/Time.hpp>
12 
13 namespace pressure_paroscientific {
14  // namespace pressure_paroscientific
15 
16  struct ParoData {
17  base::Time time;
18  double depth;
19  };
20 
21 
22 }
23 
24 
25 #endif /* PRESSURE_PAROSCIENTIFIC_TYPES_HPP */
double depth
Definition: PressureTypes.hpp:18
base::Time time
Definition: PressureTypes.hpp:17
Definition: Driver.hpp:14
Definition: PressureTypes.hpp:16