Write simulation information in YAML format. More...
#include <stdio.h>

Go to the source code of this file.
Functions | |
| void | yamlBegin (void) |
| void | yamlEnd (void) |
| void | yamlAppInfo (FILE *file) |
| void | printSeparator (FILE *file) |
Variables | |
| FILE * | yamlFile |
| Provide access to the YAML file in other compliation units. More... | |
Write simulation information in YAML format.
Definition in file yamlOutput.h.
| void printSeparator | ( | FILE * | file | ) |
| void yamlAppInfo | ( | FILE * | file | ) |
Definition at line 63 of file yamlOutput.c.


| void yamlBegin | ( | void | ) |
Definition at line 45 of file yamlOutput.c.


| void yamlEnd | ( | void | ) |
Definition at line 90 of file yamlOutput.c.


| FILE* yamlFile |
Provide access to the YAML file in other compliation units.
Definition at line 23 of file yamlOutput.c.