Package Array.sensors
Interface ArraySensorDataUnit
- All Known Implementing Classes:
AnalogArraySensorDataUnit
,ArrayAccelDataUnit
,DepthDataUnit
,GpsData
public interface ArraySensorDataUnit
this is nominally an add on to data units, but we do also add it to GpsData so
that GpsData and StremerDataUnits can both be passed to array graphics.
- Author:
- dg50
-
Method Summary
Modifier and TypeMethodDescriptiongetField
(int streamer, ArraySensorFieldType fieldtype) Get a value for a specified field for a specified streamer.long
Get the time in milliseconds
-
Method Details
-
getField
Get a value for a specified field for a specified streamer.- Parameters:
streamer
- streamer indexfieldtype
- Depth, heading, pitch or roll.- Returns:
- Value in metres or degrees (not radians)
-
getTimeMilliseconds
long getTimeMilliseconds()Get the time in milliseconds- Returns:
- time in milliseconds.
-