SDDSlib
|
Validates and checks an SDDS file for corruption or issues. More...
Go to the source code of this file.
Macros | |
#define | N_OPTIONS 1 |
Enumerations | |
enum | OptionType { CLO_PRINTERRORS = 0 } |
Functions | |
int | main (int argc, char **argv) |
Variables | |
static char * | option [N_OPTIONS] |
char * | usage |
Validates and checks an SDDS file for corruption or issues.
This program reads an SDDS file and outputs its status:
Options: -printErrors: Outputs detailed error messages to stderr.
Definition in file sddscheck.c.
#define N_OPTIONS 1 |
Definition at line 33 of file sddscheck.c.
enum OptionType |
Definition at line 29 of file sddscheck.c.
int main | ( | int | argc, |
char ** | argv ) |
Definition at line 55 of file sddscheck.c.
|
static |
Definition at line 35 of file sddscheck.c.
char* usage |
Definition at line 39 of file sddscheck.c.