OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
epr_api.c File Reference
#include <assert.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include "epr_api.h"
#include "epr_core.h"
#include "epr_string.h"
#include "epr_ptrarray.h"
#include "epr_swap.h"
#include "epr_dddb.h"
Include dependency graph for epr_api.c:

Go to the source code of this file.

Functions

int epr_init_api (EPR_ELogLevel log_level, EPR_FLogHandler log_handler, EPR_FErrHandler err_handler)
 
void epr_close_api ()
 
void epr_set_log_handler (EPR_FLogHandler log_handler)
 
void epr_log_message (EPR_ELogLevel log_level, const char *log_message)