/////////////////////////////////////////////////////////////////////////// // NAME: sdr.h // FUNCTION: Header file // DESCRIPTION: Sensor Data Record C header file. Contains definitions of // constants that are useful throughout the units of the SDR // Module and units that use data created by the SDR Module. // REFERENCE: none // CALLING SEQUENCE: none // INPUTS: none // OUTPUTS: none // DEPENDENCIES: none // RESTRICTIONS: none // HISTORY: none ////////////////////////////////////////////////////////////////////////// /* Geolocation Field Names */ /* Of necessity, these field names must be shared across the entire system. */ #define LAT "Latitude" #define LON "Longitude"