This file defines functions to read and write metadata to/from an external file.
Robert DeSonia, MHPCC
Definition in file psMetadataConfig.h.
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| p_psParseLevelInfo * | p_psParseLevelInfoAlloc (void) |
| Allocates a p_psParseLevelInfo structure. | |
| bool | psMetadataItemPrint (FILE *fd, const char *format, const psMetadataItem *item) |
| Print metadata item to file. | |
| psMetadata * | psMetadataReadHeader (psMetadata *output, char *extName, psS32 extNum, char *fileName) |
| Read metadata header. | |
| psMetadata * | psMetadataConfigParse (psMetadata *md, unsigned int *nFail, const char *filename, bool overwrite) |
| Read metadata configuration file. | |
| psString | psMetadataConfigFormat (psMetadata *md) |
| Converts a psMetadata structure (including any nested psMetadata) into a configuration file formatted string. | |
| bool | psMetadataConfigWrite (psMetadata *md, const char *filename) |
| Converts a psMetadata structure (including any nested psMetadata) into a configuration file formatted string that is written out to filename. | |
1.4.2