ctools
2.0.0
|
CTA TS map generation. More...
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Main entry point of application. More... | |
CTA TS map generation.
Definition in file main.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Main entry point of application.
[in] | argc | Number of command line arguments. |
[in] | argv | Command line arguments. |
This is the main entry point of the cttsmap application. It allocates a cttsmap object and executes the application. Any exceptions that occur will be catched and corresponding error messages written in the application logger and into the standard output.
Definition at line 46 of file main.cpp.
References execute_ctool(), and report_ctool_failure().