OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
l0gen_hawkeye.cpp File Reference
#include <stdint.h>
#include <libgen.h>
#include <iostream>
#include <fstream>
#include <sstream>
#include <string>
#include <iomanip>
#include "hawkeyeUtil.h"
Include dependency graph for l0gen_hawkeye.cpp:

Go to the source code of this file.

Macros

#define VERSION   "0.85"
 
#define SWAP_2(x)   ( (((x) & 0xff) << 8) | ((unsigned short)(x) >> 8) )
 

Functions

int getZuluTime_L0Name (double tlm_time, string *zuluTime, string *packetOutName)
 
int main (int argc, char *argv[])
 

Macro Definition Documentation

◆ SWAP_2

#define SWAP_2 (   x)    ( (((x) & 0xff) << 8) | ((unsigned short)(x) >> 8) )

Definition at line 54 of file l0gen_hawkeye.cpp.

◆ VERSION

#define VERSION   "0.85"

Definition at line 11 of file l0gen_hawkeye.cpp.

Function Documentation

◆ getZuluTime_L0Name()

int getZuluTime_L0Name ( double  tlm_time,
string zuluTime,
string packetOutName 
)

Definition at line 514 of file l0gen_hawkeye.cpp.

◆ main()

int main ( int  argc,
char *  argv[] 
)

An implementation of a Lon/Lat to UTM zone code written by Chuck Gantz chuck.nosp@m..gan.nosp@m.tz@gl.nosp@m.obal.nosp@m.star..nosp@m.com ...in 1998...found on http://www.gpsy.com/gpsinfo/geotoutm/, a site published by Karen Nakamura, last updated 22 June 2000.

Minor modifications to the code were made to eliminate deprecation warnings

Definition at line 56 of file l0gen_hawkeye.cpp.