|
NSCL DDAS
1.0
Support for XIA DDAS at the NSCL
|
: Main program file for the toxml program. More...
#include "toxml.h"#include "ToUtils.h"#include <XMLCrateReader.h>#include <SetFileCrateReader.h>#include <PixieCrateReader.h>#include <ModuleSettings.h>#include <XMLCrateWriter.h>#include <CrateManager.h>#include <stdlib.h>#include <stdexcept>#include <iostream>#include <sstream>#include <string>#include <algorithm>#include <iterator>Functions | |
| int | main (int argc, char **argv) |
: Main program file for the toxml program.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
main The main program. Just parses the arguments and calls Main wrapped in a try/catch block.
| argc | - count of command line words. |
| argv | - array of pointers to the command line words. |
1.8.8