EM datagrams on *.kmall format
Reg. nr. 410224 rev J
|
#SVT - Sound Velocity at Transducer. Data sample. More...
#include <EMdgmFormat.h>
Data Fields | |
uint32_t | time_sec |
uint32_t | time_nanosec |
float | soundVelocity_mPerSec |
float | temp_C |
float | pressure_Pa |
float | salinity |
#SVT - Sound Velocity at Transducer. Data sample.
Definition at line 619 of file EMdgmFormat.h.
uint32_t time_sec |
Time in second. Epoch 1970-01-01. time_nanosec part to be added for more exact time.
Definition at line 621 of file EMdgmFormat.h.
uint32_t time_nanosec |
Nano seconds remainder. time_nanosec part to be added to time_sec for more exact time.
Definition at line 622 of file EMdgmFormat.h.
float soundVelocity_mPerSec |
Measured sound velocity from sound velocity probe. Unit m/s.
Definition at line 623 of file EMdgmFormat.h.
float temp_C |
Water temperature from sound velocity probe. Unit Celsius.
Definition at line 624 of file EMdgmFormat.h.
float pressure_Pa |
Pressure. Unit Pascal.
Definition at line 625 of file EMdgmFormat.h.
float salinity |
Salinity of water. Measured in g salt/kg sea water
Definition at line 626 of file EMdgmFormat.h.