#include <stdio.h>#include <stdlib.h>#include <string.h>#include <libconfig.h>#include "../include/pdh_heat_bc.h"#include "uth_log.h"#include "uth_bc.h"
Functions | |
| int | pdr_heat_bc_config_zeroall (pdt_heat_bc *Bc_db) |
| int | pdr_heat_bc_free (pdt_heat_bc *Bc_db) |
| int | pdr_heat_bc_config_alloc (const config_t *Cfg, pdt_heat_bc *Bc_db) |
| int | pdr_heat_bc_read (char *Work_dir, char *Filename, FILE *Interactive_output, pdt_heat_bc *Bc_db) |
| int pdr_heat_bc_config_alloc | ( | const config_t * | Cfg, | |
| pdt_heat_bc * | Bc_db | |||
| ) |

| int pdr_heat_bc_config_zeroall | ( | pdt_heat_bc * | Bc_db | ) |

| int pdr_heat_bc_free | ( | pdt_heat_bc * | Bc_db | ) |
-------------------------------------------------------- pdr_heat_bc_free - free bc resources ---------------------------------------------------------

| int pdr_heat_bc_read | ( | char * | Work_dir, | |
| char * | Filename, | |||
| FILE * | Interactive_output, | |||
| pdt_heat_bc * | Bc_db | |||
| ) |
-------------------------------------------------------- pdr_heat_bc_read - read bc data from config file ---------------------------------------------------------


1.6.1