|
NSCL DDAS
1.0
Support for XIA DDAS at the NSCL
|
: Converts XML crate settings to a set file. More...
#include "tosetfile.h"#include "ToUtils.h"#include "XMLCrateReader.h"#include "SetFileCrateWriter.h"#include <stdlib.h>#include <stdexcept>#include <iostream>#include <string>#include <map>#include <vector>#include <stdint.h>Functions | |
| int | Main (const gengetopt_args_info &args) |
| int | main (int argc, char **argv) |
: Converts XML crate settings to a set file.
| int Main | ( | const gengetopt_args_info & | args | ) |
Main The main logic flow. This is separated so that exceptions can be thrown but handled by the actual main.
| args | - parsed arguments. |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
main Entry point
1.8.8