|
rwp
11.0-0.dev11.el7
|
SRun RWP Store Data Functions. More...
Go to the source code of this file.
Functions | |
| void | srun_unitless_to_db (CDSGroup *dataset, const char *var_name) |
| Convert unitless values to db. More... | |
| void | srun_apply_1_26_updates (CDSGroup *dataset) |
| Update data from SRUN 1.26 to be consistent with SRUN 1.27. More... | |
| int | srun_set_metadata (SRUN_DATA *data, SRUN_INPUT *inpt, CDSGroup *dataset) |
| Store metadata in the output dataset. More... | |
| int | srun_store_data (SRUN_DATA *data, SRUN_INPUT *inpt, CSV2CDS *csv2cds) |
| Store data. More... | |
SRun RWP Store Data Functions.
Definition in file srun_store_data.c.
| void srun_apply_1_26_updates | ( | CDSGroup * | dataset | ) |
Update data from SRUN 1.26 to be consistent with SRUN 1.27.
| dataset | - pointer to the output dataset |
Definition at line 63 of file srun_store_data.c.
| void srun_unitless_to_db | ( | CDSGroup * | dataset, |
| const char * | var_name | ||
| ) |
Convert unitless values to db.
| dataset | - pointer to the output dataset |
| var_name | - name of the variable in the output dataset |
Definition at line 29 of file srun_store_data.c.