High-Level Data Reduction Library 1.6.0
High-Level data reduction routines for ESO pipelines
Loading...
Searching...
No Matches
hdrl_download-test.c File Reference
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "hdrl_utils.h"
#include "hdrl_download.h"
Include dependency graph for hdrl_download-test.c:

Macros

#define _XOPEN_SOURCE   500 /* posix 2001, srandom */
 
#define INVALID_HOSTNAME   "notthere.invalid"
 
#define ESO_FTP_IP_ADDR   "https://ftp.eso.org"
 

Functions

int main (void)
 Main function.
 

Macro Definition Documentation

◆ _XOPEN_SOURCE

#define _XOPEN_SOURCE   500 /* posix 2001, srandom */

◆ ESO_FTP_IP_ADDR

#define ESO_FTP_IP_ADDR   "https://ftp.eso.org"

◆ INVALID_HOSTNAME

#define INVALID_HOSTNAME   "notthere.invalid"

Includes

Function Documentation

◆ main()

int main ( void  )

Main function.

Returns
(int)cpl_error_code if error, CPL_ERROR_NONE (== 0) in other case