Here is a list of all documented files with brief descriptions:
[detail level 12]
| ▼ inc | |
| DefaultSettings.h | Default configuration of the generator |
| Generator.h | The file contains the Generator class |
| Interval.h | The file declares the Interval class and its iostream operators |
| ProjectParameters.h | The file declares the structure for storing the properties of generated instances |
| ProjectParametersParser.h | It declares the class for parsing the desired properties of project instances |
| RoboticLine.h | The file contains various classes devoted to abstract representation of the robotic cell |
| Settings.h | It declares the namespace for program settings |
| XmlWriter.h | It primarily defines XmlWriter class for writing the generated instances to the file |
| ▼ src | |
| Generator.cpp | |
| ProjectGenerator.cpp | Entry point of the program, it parses the command line arguments, generates instances, and writes them to the xml file |
| ProjectParameters.cpp | |
| ProjectParametersParser.cpp | |
| RoboticLine.cpp | |
| Settings.cpp | |
| XmlWriter.cpp | |