My Project
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
dfg_reader.h File Reference

Declares function for converting JSON to dedos_dfg. More...

#include "dfg.h"

Go to the source code of this file.

Functions

struct dedos_dfgparse_dfg_json_file (const char *filename)
 Converts a json file to a dfg structure. More...
 

Detailed Description

Declares function for converting JSON to dedos_dfg.

Definition in file dfg_reader.h.

Function Documentation

struct dedos_dfg* parse_dfg_json_file ( const char *  filename)

Converts a json file to a dfg structure.

Parameters
filenameThe json file to parse
Returns
A copy of the newly-allocated DFG, or NULL if error

Definition at line 96 of file dfg_reader.c.