main.cxx File Reference
source file containing the main function for standalone use. More...
Go to the source code of this file.
Namespaces | |
| namespace | std |
Functions | |
| int | main (int argc, char **argv) |
Detailed Description
source file containing the main function for standalone use.
- Author:
- Gerhard Reitmayr
- Id
- main.cxx 1164 2006-06-14 05:27:23Z bornik
Definition in file main.cxx.
Function Documentation
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
The main function for the standalone program.
It expects a filename as argument, tries to parse the configuration file and starts the main loop, if successful
Definition at line 56 of file main.cxx.
References ot::Context::parseConfiguration(), and ot::Context::run().