INTRODUCTION Overview Download and Install Quick Start Documentation Publications NONFRAMEWORK CODE Driver Interfaces Drivers Libraries Utilities FRAMEWORK CODE Interfaces Components Libraries Utilities Full Software Listings DEVELOPER Tutorials Examples Dev Guide Dashboard PEOPLE Contributors Users Project Download Mailing lists
|
orcadef Namespace ReferenceParses component definition files. More...
Detailed DescriptionParses component definition files. This namespace is part of a library which parses component definition files. One use of this library is to build the .cfg files.
Function Documentation
Reverses required and provided interfaces. The output file describes a component which provides all the interfaces which the original component requires and vice versa. The input configuration parameters are discarded because they don't apply to the output component.
Opens the component definition file and parses it. May throw exceptions:
Generates a configuration structure based on definitions and built-in conventions. Throws ParseException if the definition structure is ill-formed.
Use this function to generate a default config file from a component description structure. Throws ParseException if the definition structure is ill-formed.
Same as orcadef::toCfgText but adds some common properties.
Generates a string in the format suitable for writing to a file. Throws ParseException if the definition structure is ill-formed.
Generates a templated descriptor file from a component definition structure. Throws ParseException if the definition structure is ill-formed.
Generates a default descriptor file from a component definition structure. Throws ParseException if the definition structure is ill-formed. |
Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)