Mapper
Macros | Functions | Variables
decode_HDP.c File Reference
#include "prototypes.h"
Include dependency graph for decode_HDP.c:

Go to the source code of this file.

Macros

#define _POSIX_SOURCE
 
#define TRUE   1
 
#define FALSE   0
 

Functions

char * convertJulianDate ()
 
 main (int argc, char **argv)
 
char * convertJulianDate (short jdate)
 

Variables

char fbuf [100]
 
char directory [100]
 
char database_directory [100]
 
char nexrad_directory [100]
 

Macro Definition Documentation

◆ _POSIX_SOURCE

#define _POSIX_SOURCE

Definition at line 1 of file decode_HDP.c.

◆ FALSE

#define FALSE   0

Definition at line 9 of file decode_HDP.c.

◆ TRUE

#define TRUE   1

Definition at line 8 of file decode_HDP.c.

Function Documentation

◆ convertJulianDate() [1/2]

char* convertJulianDate ( )
Here is the caller graph for this function:

◆ convertJulianDate() [2/2]

char* convertJulianDate ( short  jdate)

Definition at line 301 of file decode_HDP.c.

Here is the call graph for this function:

◆ main()

main ( int  argc,
char **  argv 
)

Definition at line 13 of file decode_HDP.c.

Here is the call graph for this function:

Variable Documentation

◆ database_directory

char database_directory[100]

Definition at line 4 of file decode_HDP.c.

◆ directory

char directory[100]

Definition at line 3 of file decode_HDP.c.

◆ fbuf

char fbuf[100]

Definition at line 2 of file decode_HDP.c.

◆ nexrad_directory

char nexrad_directory[100]

Definition at line 5 of file decode_HDP.c.