MRPT
1.9.9
xspressure.h
Go to the documentation of this file.
1
/* +------------------------------------------------------------------------+
2
| Mobile Robot Programming Toolkit (MRPT) |
3
| https://www.mrpt.org/ |
4
| |
5
| Copyright (c) 2005-2019, Individual contributors, see AUTHORS file |
6
| See: https://www.mrpt.org/Authors - All rights reserved. |
7
| Released under BSD License. See: https://www.mrpt.org/License |
8
+------------------------------------------------------------------------+ */
9
#ifndef XSPRESSURE_H
10
#define XSPRESSURE_H
11
12
#include "
pstdint.h
"
13
14
/*! \brief Pressure data.
15
\details Contains the pressure data and the pressure age
16
*/
17
struct
XsPressure
18
{
19
/** Pressure in Pascal */
20
double
m_pressure
;
21
/** Age of pressure data in samples */
22
uint8_t
m_pressureAge
;
23
};
24
typedef
struct
XsPressure
XsPressure
;
25
26
#endif // file guard
XsPressure::m_pressureAge
uint8_t m_pressureAge
Age of pressure data in samples.
Definition:
xspressure.h:22
uint8_t
unsigned char uint8_t
Definition:
rptypes.h:44
XsPressure::m_pressure
double m_pressure
Pressure in Pascal.
Definition:
xspressure.h:20
pstdint.h
XsPressure
Pressure data.
Definition:
xspressure.h:17
Page generated by
Doxygen 1.8.14
for MRPT 1.9.9 Git: 8fe78517f Sun Jul 14 19:43:28 2019 +0200 at lun oct 28 02:10:00 CET 2019