39 #include "cheetah/generators/GeneratorAppConfig.h" 40 #include "cheetah/generators/GeneratorApp.h" 41 #include "cheetah/generators/GeneratorFactory.h" 42 #include "panda/Log.h" 45 int main(
int argc,
char** argv) {
51 app_config.set_generator_list(generator_factory.available());
54 if( (rv=app_config.parse(argc, argv)) )
return rv;
60 catch(std::exception
const& e) {
61 std::cerr <<
"Emulator: " << e.what() << std::endl;;
64 std::cerr <<
"Emulator: unknown exception caught" << std::endl;
construct a suitable generatro object
App to generate sigproc files using the various generators available.
Top level configuration for the generator app.