|
High-Level Data Reduction Library 1.6.0a5
High-Level data reduction routines for ESO pipelines
|
#include <string.h>#include <cpl.h>#include <curl/curl.h>#include <stdio.h>#include <stdlib.h>#include <unistd.h>
Data Structures | |
| struct | MemoryStruct |
Functions | |
| char * | hdrl_download_url_to_buffer (const char *url, size_t *data_length) |
| Downloads a url into a c data buffer. | |
| cpl_error_code | hdrl_download_url_to_file (const char *url, const char *filename) |
| Downloads a url into a file on disc. | |