[Rock-dev] base/type for ctd sensors?

Leif Christensen leif.christensen at dfki.de
Thu Oct 31 11:29:50 CET 2013


Hi,

the ctd_seabird driver (in rock-drivers) has its own type declaration
CtdTypes.hpp consisting of the standard setup for CTDs:

- conductivity
- temperature
- depth / pressure
- salinity (calculated)
- speed of sound (calculated)

> struct CtdData {
>  base::Time time;
>  double temperature;
>  double conductivity;
>  double pressure;
>  double salinity;
>  double soundvel;
> };

I have other CTDs here with this setup, so the question is, if
CtdTypes.hpp should be moved to base/types?

LG,
Leif
-- 
 Leif Christensen

 DFKI Bremen
 Robotics Innovation Center
 Robert-Hooke-Straße 5
 28359 Bremen, Germany

 Phone: +49 (0)421 17845-4149
 Fax:   +49 (0)421 17845-4150
 E-Mail: leif.christensen at dfki.de

 Weitere Informationen: http://www.dfki.de/robotik
 -----------------------------------------------------------------------
 Deutsches Forschungszentrum fuer Kuenstliche Intelligenz GmbH
 Firmensitz: Trippstadter Straße 122, D-67663 Kaiserslautern
 Geschaeftsfuehrung: Prof. Dr. Dr. h.c. mult. Wolfgang Wahlster
 (Vorsitzender) Dr. Walter Olthoff
 Vorsitzender des Aufsichtsrats: Prof. Dr. h.c. Hans A. Aukes
 Amtsgericht Kaiserslautern, HRB 2313
 Sitz der Gesellschaft: Kaiserslautern (HRB 2313)
 USt-Id.Nr.:    DE 148646973
 Steuernummer:  19/673/0060/3
 -----------------------------------------------------------------------



More information about the Rock-dev mailing list