OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
pml_iop_config.c File Reference
#include "pml_iop.h"
#include "pml_iop_config.h"
Include dependency graph for pml_iop_config.c:

Go to the source code of this file.

Functions

void loadconfig (char *fname)
 
char * get_cfg_s (char *tok, char *fname)
 
int get_cfg_i (char *tok, char *fname)
 
float get_cfg_f (char *tok, char *fname)
 
float * get_cfg_array (char *tok, char *fname)
 

Variables

int tab_size = 0
 
struct tab_atom cfg_tab [MAX_TAB]
 

Function Documentation

◆ get_cfg_array()

float* get_cfg_array ( char *  tok,
char *  fname 
)

Definition at line 116 of file pml_iop_config.c.

◆ get_cfg_f()

float get_cfg_f ( char *  tok,
char *  fname 
)

Definition at line 98 of file pml_iop_config.c.

◆ get_cfg_i()

int get_cfg_i ( char *  tok,
char *  fname 
)

Definition at line 81 of file pml_iop_config.c.

◆ get_cfg_s()

char* get_cfg_s ( char *  tok,
char *  fname 
)

Definition at line 64 of file pml_iop_config.c.

◆ loadconfig()

void loadconfig ( char *  fname)

Definition at line 18 of file pml_iop_config.c.

Variable Documentation

◆ cfg_tab

struct tab_atom cfg_tab[MAX_TAB]

Definition at line 13 of file pml_iop_config.c.

◆ tab_size

int tab_size = 0

Definition at line 12 of file pml_iop_config.c.