10.23 OEConfigure

bool OEConfigure(OEInterface& itf,
                 const unsigned char* configdata,
                 std::string instance = std::string())

This function provides a mechanism for adding parameters and child OEInterface's to an OEInterface object, itf, by parsing a a specifically formatted text file. The text file must be converted into a null terminated character array at compile time, and passed as the configdata to this function. The format of the config file is a series of parameter or category records.


Subsections