Functions
config.h File Reference

Support for loading a simple configuration file. More...

Functions

VTM_API vtm_datasetvtm_config_file_read (const char *file)
 

Function Documentation

VTM_API vtm_dataset* vtm_config_file_read ( const char *  file)

Trys to open and parse the given config file

Parameters
filethe config file including path which should be opened
Returns
the loaded configuration stored in a dataset
NULL if the file could not be read successfully