|
OpenASIP 2.2
|
#include "Application.hh"#include "CreateHDBCmdLineOptions.hh"#include "HDBManager.hh"#include "Exception.hh"#include "FileSystem.hh"
Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Main function.
Parses the command line and creates a new HDB.
| argc | The command line argument count. |
| argv | The command line arguments (passed to the interpreter). |
Definition at line 49 of file CreateHDB.cc.
References CmdLineParser::argument(), HDB::HDBManager::createNew(), Exception::errorMessage(), FileSystem::fileExists(), Application::initialize(), CmdLineParser::numberOfArguments(), options, and CmdLineOptions::parse().
